Shades of Picasso #F0E39B
Tints of Picasso #F0E39B
RGB
CMYK
RGB Variations
Color information
#F0E39B (or 0xF0E39B) is known color: Picasso. HEX triplet: F0, E3 and 9B. RGB value is (240,227,155). Sum of RGB (Red+Green+Blue) = 240+227+155=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E39B is #0F1C64. Grayscale: #DEDEDE. Windows color (decimal): -990309 or 10216432. OLE color: 10216432.
HSL color Cylindrical-coordinate representation of color #F0E39B: hue angle of 50.82º 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 #F0E39B is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 155 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.06 |
| HSL | 50.82º | 0.74% | 0.77% | - |
| HSV(B) | 50.82º | 0.35% | 0.94% | - |
| XYZ | 69.32 | 75.83 | 41.99 | - |
| YUV | 222.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 155 | 0 | 0.05 | 0.35 | 0.06 | 50.82 | 0.74 | 0.77 |
| Hex | F0 | E3 | 9B | 0 | 5 | 23 | 6 | 33 | 4A | 4D |
| Octal | 360 | 343 | 233 | 0 | 5 | 43 | 6 | 63 | 112 | 115 |
| Binary | 11110000 | 11100011 | 10011011 | 0 | 101 | 100011 | 110 | 110011 | 1001010 | 1001101 |
Color Harmonies of #F0E39B
Complementary color
Monochromatic Colors of #F0E39B
Black with #F0E39B
Text Example
Text Example
White with #F0E39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E39B; }
p { color: rgb(240,227,155); }
H1.HeaderClassName
{
color: #F0E39B;
}
.AnyTagClassName
{
color: #F0E39B;
}
</style>
background-color css
<style>
a { background-color: #F0E39B; }
a { background-color: rgb(240,227,155); }
div.DivClassName
{
background-color: #F0E39B;
}
.BgClassName
{
background-color: #F0E39B;
}
</style>
border-color css
<style>
span { border-color: #F0E39B; }
span { border-color: rgb(240,227,155); }
td.TdClassName
{
border-color: #F0E39B;
}
.TagClassName
{
border-color: #F0E39B;
}
</style>