Shades of Cream Can #F2C24C
Tints of Cream Can #F2C24C
RGB
CMYK
RGB Variations
Color information
#F2C24C (or 0xF2C24C) is known color: 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
| RGB | 242 | 194 | 76 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.05 |
| HSL | 42.65º | 0.86% | 0.62% | - |
| HSV(B) | 42.65º | 0.69% | 0.95% | - |
| XYZ | 57.21 | 57.98 | 15.01 | - |
| YUV | 194.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 76 | 0 | 0.20 | 0.69 | 0.05 | 42.65 | 0.86 | 0.62 |
| Hex | F2 | C2 | 4C | 0 | 14 | 45 | 5 | 2B | 56 | 3E |
| Octal | 362 | 302 | 114 | 0 | 24 | 105 | 5 | 53 | 126 | 76 |
| Binary | 11110010 | 11000010 | 1001100 | 0 | 10100 | 1000101 | 101 | 101011 | 1010110 | 111110 |
Color Harmonies of #F2C24C
Complementary color
Monochromatic Colors of #F2C24C
Black with #F2C24C
Text Example
Text Example
White with #F2C24C
Text Example
Text Example
HTML Codes & Css Web 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>