Shades of Cream Can #F0C458
Tints of Cream Can #F0C458
RGB
CMYK
RGB Variations
Color information
#F0C458 (or 0xF0C458) is known color: Cream Can. HEX triplet: F0, C4 and 58. RGB value is (240,196,88). Sum of RGB (Red+Green+Blue) = 240+196+88=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C458 is #0F3BA7. Grayscale: #C5C5C5. Windows color (decimal): -998312 or 5817584. OLE color: 5817584.
HSL color Cylindrical-coordinate representation of color #F0C458: hue angle of 42.63º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0C458 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 88 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.06 |
| HSL | 42.63º | 0.84% | 0.64% | - |
| HSV(B) | 42.63º | 0.63% | 0.94% | - |
| XYZ | 57.44 | 58.71 | 17.54 | - |
| YUV | 196.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 88 | 0 | 0.18 | 0.63 | 0.06 | 42.63 | 0.84 | 0.64 |
| Hex | F0 | C4 | 58 | 0 | 12 | 3F | 6 | 2B | 54 | 40 |
| Octal | 360 | 304 | 130 | 0 | 22 | 77 | 6 | 53 | 124 | 100 |
| Binary | 11110000 | 11000100 | 1011000 | 0 | 10010 | 111111 | 110 | 101011 | 1010100 | 1000000 |
Color Harmonies of #F0C458
Complementary color
Monochromatic Colors of #F0C458
Black with #F0C458
Text Example
Text Example
White with #F0C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C458; }
p { color: rgb(240,196,88); }
H1.HeaderClassName
{
color: #F0C458;
}
.AnyTagClassName
{
color: #F0C458;
}
</style>
background-color css
<style>
a { background-color: #F0C458; }
a { background-color: rgb(240,196,88); }
div.DivClassName
{
background-color: #F0C458;
}
.BgClassName
{
background-color: #F0C458;
}
</style>
border-color css
<style>
span { border-color: #F0C458; }
span { border-color: rgb(240,196,88); }
td.TdClassName
{
border-color: #F0C458;
}
.TagClassName
{
border-color: #F0C458;
}
</style>