Shades of Picasso #F0E399
Tints of Picasso #F0E399
RGB
CMYK
RGB Variations
Color information
#F0E399 (or 0xF0E399) is known color: Picasso. HEX triplet: F0, E3 and 99. RGB value is (240,227,153). Sum of RGB (Red+Green+Blue) = 240+227+153=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E399 is #0F1C66. Grayscale: #DEDEDE. Windows color (decimal): -990311 or 10085360. OLE color: 10085360.
HSL color Cylindrical-coordinate representation of color #F0E399: hue angle of 51.03º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0E399 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 153 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.06 |
| HSL | 51.03º | 0.74% | 0.77% | - |
| HSV(B) | 51.03º | 0.36% | 0.94% | - |
| XYZ | 69.15 | 75.76 | 41.12 | - |
| YUV | 222.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 153 | 0 | 0.05 | 0.36 | 0.06 | 51.03 | 0.74 | 0.77 |
| Hex | F0 | E3 | 99 | 0 | 5 | 24 | 6 | 33 | 4A | 4D |
| Octal | 360 | 343 | 231 | 0 | 5 | 44 | 6 | 63 | 112 | 115 |
| Binary | 11110000 | 11100011 | 10011001 | 0 | 101 | 100100 | 110 | 110011 | 1001010 | 1001101 |
Color Harmonies of #F0E399
Complementary color
Monochromatic Colors of #F0E399
Black with #F0E399
Text Example
Text Example
White with #F0E399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E399; }
p { color: rgb(240,227,153); }
H1.HeaderClassName
{
color: #F0E399;
}
.AnyTagClassName
{
color: #F0E399;
}
</style>
background-color css
<style>
a { background-color: #F0E399; }
a { background-color: rgb(240,227,153); }
div.DivClassName
{
background-color: #F0E399;
}
.BgClassName
{
background-color: #F0E399;
}
</style>
border-color css
<style>
span { border-color: #F0E399; }
span { border-color: rgb(240,227,153); }
td.TdClassName
{
border-color: #F0E399;
}
.TagClassName
{
border-color: #F0E399;
}
</style>