#F1C354

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

Shades of Cream Can #F1C354

Tints of Cream Can #F1C354

Color information

#F1C354 (or 0xF1C354) is unknown color: approx Cream Can. HEX triplet: F1, C3 and 54. RGB value is (241,195,84). Sum of RGB (Red+Green+Blue) = 241+195+84=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C354 is #0E3CAB. Grayscale: #C4C4C4. Windows color (decimal): -933036 or 5555185. OLE color: 5555185.

HSL color Cylindrical-coordinate representation of color #F1C354: hue angle of 42.42º 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 #F1C354 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24119584-
CMYK00.190.650.05
HSL42.42º84.86%63.73%-
HSV(B)42.42º65.15%94.51%-
XYZ57.3958.3716.63-
YUV196.164.74160.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 16.15%
R=46.35%
G=37.5%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411958400.190.650.0542.4284.8663.73
HexF1C3540134152a5540
Octal361303124023101552125100
Binary11110001110000111010100010011100000110110101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C354; }

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

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

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

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

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

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

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

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