Shades of Cream Can #F0C45E
Tints of Cream Can #F0C45E
RGB
CMYK
RGB Variations
Color information
#F0C45E (or 0xF0C45E) is known color: Cream Can. HEX triplet: F0, C4 and 5E. RGB value is (240,196,94). Sum of RGB (Red+Green+Blue) = 240+196+94=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C45E is #0F3BA1. Grayscale: #C5C5C5. Windows color (decimal): -998306 or 6210800. OLE color: 6210800.
HSL color Cylindrical-coordinate representation of color #F0C45E: hue angle of 41.92º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0C45E is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 94 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.06 |
| HSL | 41.92º | 0.83% | 0.65% | - |
| HSV(B) | 41.92º | 0.61% | 0.94% | - |
| XYZ | 57.7 | 58.81 | 18.9 | - |
| YUV | 197.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 94 | 0 | 0.18 | 0.61 | 0.06 | 41.92 | 0.83 | 0.65 |
| Hex | F0 | C4 | 5E | 0 | 12 | 3D | 6 | 2A | 53 | 41 |
| Octal | 360 | 304 | 136 | 0 | 22 | 75 | 6 | 52 | 123 | 101 |
| Binary | 11110000 | 11000100 | 1011110 | 0 | 10010 | 111101 | 110 | 101010 | 1010011 | 1000001 |
Color Harmonies of #F0C45E
Complementary color
Monochromatic Colors of #F0C45E
Black with #F0C45E
Text Example
Text Example
White with #F0C45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C45E; }
p { color: rgb(240,196,94); }
H1.HeaderClassName
{
color: #F0C45E;
}
.AnyTagClassName
{
color: #F0C45E;
}
</style>
background-color css
<style>
a { background-color: #F0C45E; }
a { background-color: rgb(240,196,94); }
div.DivClassName
{
background-color: #F0C45E;
}
.BgClassName
{
background-color: #F0C45E;
}
</style>
border-color css
<style>
span { border-color: #F0C45E; }
span { border-color: rgb(240,196,94); }
td.TdClassName
{
border-color: #F0C45E;
}
.TagClassName
{
border-color: #F0C45E;
}
</style>