#F1C34E

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

Shades of Cream Can #F1C34E

Tints of Cream Can #F1C34E

Color information

#F1C34E (or 0xF1C34E) is unknown color: approx Cream Can. HEX triplet: F1, C3 and 4E. RGB value is (241,195,78). Sum of RGB (Red+Green+Blue) = 241+195+78=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C34E is #0E3CB1. Grayscale: #C3C3C3. Windows color (decimal): -933042 or 5161969. OLE color: 5161969.

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

Color convert

RGB24119578-
CMYK00.190.680.05
HSL43.07º85.34%62.55%-
HSV(B)43.07º67.63%94.51%-
XYZ57.1758.2815.44-
YUV195.4261.74160.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 78 (30.86% from 255) = 15.18%
R=46.89%
G=37.94%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411957800.190.680.0543.0785.3462.55
HexF1C34E0134452b553f
Octal36130311602310455312577
Binary1111000111000011100111001001110001001011010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C34E; }

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

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

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

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

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

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

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

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