Shades of Cream Can #F0C857
Tints of Cream Can #F0C857
RGB
CMYK
RGB Variations
Color information
#F0C857 (or 0xF0C857) is known color: Cream Can. HEX triplet: F0, C8 and 57. RGB value is (240,200,87). Sum of RGB (Red+Green+Blue) = 240+200+87=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C857 is #0F37A8. Grayscale: #C7C7C7. Windows color (decimal): -997289 or 5753072. OLE color: 5753072.
HSL color Cylindrical-coordinate representation of color #F0C857: hue angle of 44.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0C857 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 87 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.06 |
| HSL | 44.31º | 0.84% | 0.64% | - |
| HSV(B) | 44.31º | 0.64% | 0.94% | - |
| XYZ | 58.31 | 60.52 | 17.63 | - |
| YUV | 199.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 87 | 0 | 0.17 | 0.64 | 0.06 | 44.31 | 0.84 | 0.64 |
| Hex | F0 | C8 | 57 | 0 | 11 | 40 | 6 | 2C | 54 | 40 |
| Octal | 360 | 310 | 127 | 0 | 21 | 100 | 6 | 54 | 124 | 100 |
| Binary | 11110000 | 11001000 | 1010111 | 0 | 10001 | 1000000 | 110 | 101100 | 1010100 | 1000000 |
Color Harmonies of #F0C857
Complementary color
Monochromatic Colors of #F0C857
Black with #F0C857
Text Example
Text Example
White with #F0C857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C857; }
p { color: rgb(240,200,87); }
H1.HeaderClassName
{
color: #F0C857;
}
.AnyTagClassName
{
color: #F0C857;
}
</style>
background-color css
<style>
a { background-color: #F0C857; }
a { background-color: rgb(240,200,87); }
div.DivClassName
{
background-color: #F0C857;
}
.BgClassName
{
background-color: #F0C857;
}
</style>
border-color css
<style>
span { border-color: #F0C857; }
span { border-color: rgb(240,200,87); }
td.TdClassName
{
border-color: #F0C857;
}
.TagClassName
{
border-color: #F0C857;
}
</style>