Shades of Cream Can #F4C252
Tints of Cream Can #F4C252
RGB
CMYK
RGB Variations
Color information
#F4C252 (or 0xF4C252) is known color: Cream Can. HEX triplet: F4, C2 and 52. RGB value is (244,194,82). Sum of RGB (Red+Green+Blue) = 244+194+82=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C252 is #0B3DAD. Grayscale: #C4C4C4. Windows color (decimal): -736686 or 5423860. OLE color: 5423860.
HSL color Cylindrical-coordinate representation of color #F4C252: hue angle of 41.48º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4C252 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 82 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.04 |
| HSL | 41.48º | 0.88% | 0.64% | - |
| HSV(B) | 41.48º | 0.66% | 0.96% | - |
| XYZ | 58.12 | 58.43 | 16.2 | - |
| YUV | 196.18 | 63.57 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 82 | 0 | 0.20 | 0.66 | 0.04 | 41.48 | 0.88 | 0.64 |
| Hex | F4 | C2 | 52 | 0 | 14 | 42 | 4 | 29 | 58 | 40 |
| Octal | 364 | 302 | 122 | 0 | 24 | 102 | 4 | 51 | 130 | 100 |
| Binary | 11110100 | 11000010 | 1010010 | 0 | 10100 | 1000010 | 100 | 101001 | 1011000 | 1000000 |
Color Harmonies of #F4C252
Complementary color
Monochromatic Colors of #F4C252
Black with #F4C252
Text Example
Text Example
White with #F4C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C252; }
p { color: rgb(244,194,82); }
H1.HeaderClassName
{
color: #F4C252;
}
.AnyTagClassName
{
color: #F4C252;
}
</style>
background-color css
<style>
a { background-color: #F4C252; }
a { background-color: rgb(244,194,82); }
div.DivClassName
{
background-color: #F4C252;
}
.BgClassName
{
background-color: #F4C252;
}
</style>
border-color css
<style>
span { border-color: #F4C252; }
span { border-color: rgb(244,194,82); }
td.TdClassName
{
border-color: #F4C252;
}
.TagClassName
{
border-color: #F4C252;
}
</style>