Shades of Cream Can #F0C45F
Tints of Cream Can #F0C45F
RGB
CMYK
RGB Variations
Color information
#F0C45F (or 0xF0C45F) is known color: Cream Can. HEX triplet: F0, C4 and 5F. RGB value is (240,196,95). Sum of RGB (Red+Green+Blue) = 240+196+95=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C45F is #0F3BA0. Grayscale: #C6C6C6. Windows color (decimal): -998305 or 6276336. OLE color: 6276336.
HSL color Cylindrical-coordinate representation of color #F0C45F: hue angle of 41.79º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0C45F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 95 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.06 |
| HSL | 41.79º | 0.83% | 0.66% | - |
| HSV(B) | 41.79º | 0.6% | 0.94% | - |
| XYZ | 57.74 | 58.83 | 19.14 | - |
| YUV | 197.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 95 | 0 | 0.18 | 0.60 | 0.06 | 41.79 | 0.83 | 0.66 |
| Hex | F0 | C4 | 5F | 0 | 12 | 3C | 6 | 2A | 53 | 42 |
| Octal | 360 | 304 | 137 | 0 | 22 | 74 | 6 | 52 | 123 | 102 |
| Binary | 11110000 | 11000100 | 1011111 | 0 | 10010 | 111100 | 110 | 101010 | 1010011 | 1000010 |
Color Harmonies of #F0C45F
Complementary color
Monochromatic Colors of #F0C45F
Black with #F0C45F
Text Example
Text Example
White with #F0C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C45F; }
p { color: rgb(240,196,95); }
H1.HeaderClassName
{
color: #F0C45F;
}
.AnyTagClassName
{
color: #F0C45F;
}
</style>
background-color css
<style>
a { background-color: #F0C45F; }
a { background-color: rgb(240,196,95); }
div.DivClassName
{
background-color: #F0C45F;
}
.BgClassName
{
background-color: #F0C45F;
}
</style>
border-color css
<style>
span { border-color: #F0C45F; }
span { border-color: rgb(240,196,95); }
td.TdClassName
{
border-color: #F0C45F;
}
.TagClassName
{
border-color: #F0C45F;
}
</style>