Shades of Cream Can #F2C04D
Tints of Cream Can #F2C04D
RGB
CMYK
RGB Variations
Color information
#F2C04D (or 0xF2C04D) is known color: Cream Can. HEX triplet: F2, C0 and 4D. RGB value is (242,192,77). Sum of RGB (Red+Green+Blue) = 242+192+77=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C04D is #0D3FB2. Grayscale: #C2C2C2. Windows color (decimal): -868275 or 5095666. OLE color: 5095666.
HSL color Cylindrical-coordinate representation of color #F2C04D: hue angle of 41.82º degrees, saturation: 0.86, 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 #F2C04D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 77 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.05 |
| HSL | 41.82º | 0.86% | 0.63% | - |
| HSV(B) | 41.82º | 0.68% | 0.95% | - |
| XYZ | 56.81 | 57.11 | 15.05 | - |
| YUV | 193.84 | 62.07 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 77 | 0 | 0.21 | 0.68 | 0.05 | 41.82 | 0.86 | 0.63 |
| Hex | F2 | C0 | 4D | 0 | 15 | 44 | 5 | 2A | 56 | 3F |
| Octal | 362 | 300 | 115 | 0 | 25 | 104 | 5 | 52 | 126 | 77 |
| Binary | 11110010 | 11000000 | 1001101 | 0 | 10101 | 1000100 | 101 | 101010 | 1010110 | 111111 |
Color Harmonies of #F2C04D
Complementary color
Monochromatic Colors of #F2C04D
Black with #F2C04D
Text Example
Text Example
White with #F2C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C04D; }
p { color: rgb(242,192,77); }
H1.HeaderClassName
{
color: #F2C04D;
}
.AnyTagClassName
{
color: #F2C04D;
}
</style>
background-color css
<style>
a { background-color: #F2C04D; }
a { background-color: rgb(242,192,77); }
div.DivClassName
{
background-color: #F2C04D;
}
.BgClassName
{
background-color: #F2C04D;
}
</style>
border-color css
<style>
span { border-color: #F2C04D; }
span { border-color: rgb(242,192,77); }
td.TdClassName
{
border-color: #F2C04D;
}
.TagClassName
{
border-color: #F2C04D;
}
</style>