Shades of Picasso #F0E59B
Tints of Picasso #F0E59B
RGB
CMYK
RGB Variations
Color information
#F0E59B (or 0xF0E59B) is known color: Picasso. HEX triplet: F0, E5 and 9B. RGB value is (240,229,155). Sum of RGB (Red+Green+Blue) = 240+229+155=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E59B is #0F1A64. Grayscale: #E0E0E0. Windows color (decimal): -989797 or 10216944. OLE color: 10216944.
HSL color Cylindrical-coordinate representation of color #F0E59B: hue angle of 52.24º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0E59B is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 155 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.06 |
| HSL | 52.24º | 0.74% | 0.77% | - |
| HSV(B) | 52.24º | 0.35% | 0.94% | - |
| XYZ | 69.87 | 76.93 | 42.18 | - |
| YUV | 223.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 155 | 0 | 0.05 | 0.35 | 0.06 | 52.24 | 0.74 | 0.77 |
| Hex | F0 | E5 | 9B | 0 | 5 | 23 | 6 | 34 | 4A | 4D |
| Octal | 360 | 345 | 233 | 0 | 5 | 43 | 6 | 64 | 112 | 115 |
| Binary | 11110000 | 11100101 | 10011011 | 0 | 101 | 100011 | 110 | 110100 | 1001010 | 1001101 |
Color Harmonies of #F0E59B
Complementary color
Monochromatic Colors of #F0E59B
Black with #F0E59B
Text Example
Text Example
White with #F0E59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E59B; }
p { color: rgb(240,229,155); }
H1.HeaderClassName
{
color: #F0E59B;
}
.AnyTagClassName
{
color: #F0E59B;
}
</style>
background-color css
<style>
a { background-color: #F0E59B; }
a { background-color: rgb(240,229,155); }
div.DivClassName
{
background-color: #F0E59B;
}
.BgClassName
{
background-color: #F0E59B;
}
</style>
border-color css
<style>
span { border-color: #F0E59B; }
span { border-color: rgb(240,229,155); }
td.TdClassName
{
border-color: #F0E59B;
}
.TagClassName
{
border-color: #F0E59B;
}
</style>