#F1C254

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

Shades of Cream Can #F1C254

Tints of Cream Can #F1C254

Color information

#F1C254 (or 0xF1C254) is unknown color: approx Cream Can. HEX triplet: F1, C2 and 54. RGB value is (241,194,84). Sum of RGB (Red+Green+Blue) = 241+194+84=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C254 is #0E3DAB. Grayscale: #C4C4C4. Windows color (decimal): -933292 or 5554929. OLE color: 5554929.

HSL color Cylindrical-coordinate representation of color #F1C254: hue angle of 42.04º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1C254 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24119484-
CMYK00.200.650.05
HSL42.04º84.86%63.73%-
HSV(B)42.04º65.15%94.51%-
XYZ57.1757.9216.55-
YUV195.5165.07160.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 84 (33.20% from 255) = 16.18%
R=46.44%
G=37.38%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411948400.200.650.0542.0484.8663.73
HexF1C2540144152a5540
Octal361302124024101552125100
Binary11110001110000101010100010100100000110110101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C254; }

 p { color: rgb(241,194,84); }

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

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

 a { background-color: rgb(241,194,84); }

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

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

 span { border-color: rgb(241,194,84); }

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