Shades of Cream Can #F0C652
Tints of Cream Can #F0C652
RGB
CMYK
RGB Variations
Color information
#F0C652 (or 0xF0C652) is known color: Cream Can. HEX triplet: F0, C6 and 52. RGB value is (240,198,82). Sum of RGB (Red+Green+Blue) = 240+198+82=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C652 is #0F39AD. Grayscale: #C5C5C5. Windows color (decimal): -997806 or 5424880. OLE color: 5424880.
HSL color Cylindrical-coordinate representation of color #F0C652: hue angle of 44.05º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0C652 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 82 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.06 |
| HSL | 44.05º | 0.84% | 0.63% | - |
| HSV(B) | 44.05º | 0.66% | 0.94% | - |
| XYZ | 57.65 | 59.52 | 16.43 | - |
| YUV | 197.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 82 | 0 | 0.18 | 0.66 | 0.06 | 44.05 | 0.84 | 0.63 |
| Hex | F0 | C6 | 52 | 0 | 12 | 42 | 6 | 2C | 54 | 3F |
| Octal | 360 | 306 | 122 | 0 | 22 | 102 | 6 | 54 | 124 | 77 |
| Binary | 11110000 | 11000110 | 1010010 | 0 | 10010 | 1000010 | 110 | 101100 | 1010100 | 111111 |
Color Harmonies of #F0C652
Complementary color
Monochromatic Colors of #F0C652
Black with #F0C652
Text Example
Text Example
White with #F0C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C652; }
p { color: rgb(240,198,82); }
H1.HeaderClassName
{
color: #F0C652;
}
.AnyTagClassName
{
color: #F0C652;
}
</style>
background-color css
<style>
a { background-color: #F0C652; }
a { background-color: rgb(240,198,82); }
div.DivClassName
{
background-color: #F0C652;
}
.BgClassName
{
background-color: #F0C652;
}
</style>
border-color css
<style>
span { border-color: #F0C652; }
span { border-color: rgb(240,198,82); }
td.TdClassName
{
border-color: #F0C652;
}
.TagClassName
{
border-color: #F0C652;
}
</style>