Shades of Picasso #F0E49F
Tints of Picasso #F0E49F
RGB
CMYK
RGB Variations
Color information
#F0E49F (or 0xF0E49F) is known color: Picasso. HEX triplet: F0, E4 and 9F. RGB value is (240,228,159). Sum of RGB (Red+Green+Blue) = 240+228+159=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E49F is #0F1B60. Grayscale: #E0E0E0. Windows color (decimal): -990049 or 10478832. OLE color: 10478832.
HSL color Cylindrical-coordinate representation of color #F0E49F: hue angle of 51.11º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0E49F is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 159 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.06 |
| HSL | 51.11º | 0.73% | 0.78% | - |
| HSV(B) | 51.11º | 0.34% | 0.94% | - |
| XYZ | 69.94 | 76.52 | 43.88 | - |
| YUV | 223.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 159 | 0 | 0.05 | 0.34 | 0.06 | 51.11 | 0.73 | 0.78 |
| Hex | F0 | E4 | 9F | 0 | 5 | 22 | 6 | 33 | 49 | 4E |
| Octal | 360 | 344 | 237 | 0 | 5 | 42 | 6 | 63 | 111 | 116 |
| Binary | 11110000 | 11100100 | 10011111 | 0 | 101 | 100010 | 110 | 110011 | 1001001 | 1001110 |
Color Harmonies of #F0E49F
Complementary color
Monochromatic Colors of #F0E49F
Black with #F0E49F
Text Example
Text Example
White with #F0E49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E49F; }
p { color: rgb(240,228,159); }
H1.HeaderClassName
{
color: #F0E49F;
}
.AnyTagClassName
{
color: #F0E49F;
}
</style>
background-color css
<style>
a { background-color: #F0E49F; }
a { background-color: rgb(240,228,159); }
div.DivClassName
{
background-color: #F0E49F;
}
.BgClassName
{
background-color: #F0E49F;
}
</style>
border-color css
<style>
span { border-color: #F0E49F; }
span { border-color: rgb(240,228,159); }
td.TdClassName
{
border-color: #F0E49F;
}
.TagClassName
{
border-color: #F0E49F;
}
</style>