#F1C74B

Color #F1C74B Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #F1C74B

Tints of Cream Can #F1C74B

Color information

#F1C74B (or 0xF1C74B) is unknown color: approx Cream Can. HEX triplet: F1, C7 and 4B. RGB value is (241,199,75). Sum of RGB (Red+Green+Blue) = 241+199+75=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C74B is #0E38B4. Grayscale: #C5C5C5. Windows color (decimal): -932021 or 4966385. OLE color: 4966385.

HSL color Cylindrical-coordinate representation of color #F1C74B: hue angle of 44.82º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1C74B is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24119975-
CMYK00.170.690.05
HSL44.82º85.57%61.96%-
HSV(B)44.82º68.88%94.51%-
XYZ57.9760.0615.19-
YUV197.4258.91159.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 75 (29.69% from 255) = 14.56%
R=46.80%
G=38.64%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411997500.170.690.0544.8285.5761.96
HexF1C74B0114552d563e
Octal36130711302110555512676
Binary1111000111000111100101101000110001011011011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C74B; }

 p { color: rgb(241,199,75); }

 H1.HeaderClassName
 {
   color: #F1C74B;
 }
 .AnyTagClassName
 {
   color: #F1C74B;
 }
</style>
background-color css

<style>
 a { background-color: #F1C74B; }

 a { background-color: rgb(241,199,75); }

 div.DivClassName
 {
   background-color: #F1C74B;
 }
 .BgClassName
 {
   background-color: #F1C74B;
 }
</style>
border-color css

<style>
 span { border-color: #F1C74B; }

 span { border-color: rgb(241,199,75); }

 td.TdClassName
 {
   border-color: #F1C74B;
 }
 .TagClassName
 {
   border-color: #F1C74B;
 }
</style>