#F2C24C

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

Shades of Cream Can #F2C24C

Tints of Cream Can #F2C24C

Color information

#F2C24C (or 0xF2C24C) is unknown color: approx Cream Can. HEX triplet: F2, C2 and 4C. RGB value is (242,194,76). Sum of RGB (Red+Green+Blue) = 242+194+76=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C24C is #0D3DB3. Grayscale: #C3C3C3. Windows color (decimal): -867764 or 5030642. OLE color: 5030642.

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

Color convert

RGB24219476-
CMYK00.200.690.05
HSL42.65º86.46%62.35%-
HSV(B)42.65º68.6%94.9%-
XYZ57.2157.9815.01-
YUV194.960.9161.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 76 (30.08% from 255) = 14.84%
R=47.27%
G=37.89%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421947600.200.690.0542.6586.4662.35
HexF2C24C0144552b563e
Octal36230211402410555312676
Binary1111001011000010100110001010010001011011010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C24C; }

 p { color: rgb(242,194,76); }

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

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

 a { background-color: rgb(242,194,76); }

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

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

 span { border-color: rgb(242,194,76); }

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