Shades of Cream Can #F2C852
Tints of Cream Can #F2C852
RGB
CMYK
RGB Variations
Color information
#F2C852 (or 0xF2C852) is known color: Cream Can. HEX triplet: F2, C8 and 52. RGB value is (242,200,82). Sum of RGB (Red+Green+Blue) = 242+200+82=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C852 is #0D37AD. Grayscale: #C7C7C7. Windows color (decimal): -866222 or 5425394. OLE color: 5425394.
HSL color Cylindrical-coordinate representation of color #F2C852: hue angle of 44.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2C852 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 82 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.05 |
| HSL | 44.25º | 0.86% | 0.64% | - |
| HSV(B) | 44.25º | 0.66% | 0.95% | - |
| XYZ | 58.8 | 60.8 | 16.62 | - |
| YUV | 199.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 82 | 0 | 0.17 | 0.66 | 0.05 | 44.25 | 0.86 | 0.64 |
| Hex | F2 | C8 | 52 | 0 | 11 | 42 | 5 | 2C | 56 | 40 |
| Octal | 362 | 310 | 122 | 0 | 21 | 102 | 5 | 54 | 126 | 100 |
| Binary | 11110010 | 11001000 | 1010010 | 0 | 10001 | 1000010 | 101 | 101100 | 1010110 | 1000000 |
Color Harmonies of #F2C852
Complementary color
Monochromatic Colors of #F2C852
Black with #F2C852
Text Example
Text Example
White with #F2C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C852; }
p { color: rgb(242,200,82); }
H1.HeaderClassName
{
color: #F2C852;
}
.AnyTagClassName
{
color: #F2C852;
}
</style>
background-color css
<style>
a { background-color: #F2C852; }
a { background-color: rgb(242,200,82); }
div.DivClassName
{
background-color: #F2C852;
}
.BgClassName
{
background-color: #F2C852;
}
</style>
border-color css
<style>
span { border-color: #F2C852; }
span { border-color: rgb(242,200,82); }
td.TdClassName
{
border-color: #F2C852;
}
.TagClassName
{
border-color: #F2C852;
}
</style>