Shades of Picasso #F0E397
Tints of Picasso #F0E397
RGB
CMYK
RGB Variations
Color information
#F0E397 (or 0xF0E397) is known color: Picasso. HEX triplet: F0, E3 and 97. RGB value is (240,227,151). Sum of RGB (Red+Green+Blue) = 240+227+151=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 151 (59.38% from 255 or 24.43% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E397 is #0F1C68. Grayscale: #DEDEDE. Windows color (decimal): -990313 or 9954288. OLE color: 9954288.
HSL color Cylindrical-coordinate representation of color #F0E397: hue angle of 51.24º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0E397 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 151 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.06 |
| HSL | 51.24º | 0.75% | 0.77% | - |
| HSV(B) | 51.24º | 0.37% | 0.94% | - |
| XYZ | 68.99 | 75.7 | 40.25 | - |
| YUV | 222.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 151 | 0 | 0.05 | 0.37 | 0.06 | 51.24 | 0.75 | 0.77 |
| Hex | F0 | E3 | 97 | 0 | 5 | 25 | 6 | 33 | 4B | 4D |
| Octal | 360 | 343 | 227 | 0 | 5 | 45 | 6 | 63 | 113 | 115 |
| Binary | 11110000 | 11100011 | 10010111 | 0 | 101 | 100101 | 110 | 110011 | 1001011 | 1001101 |
Color Harmonies of #F0E397
Complementary color
Monochromatic Colors of #F0E397
Black with #F0E397
Text Example
Text Example
White with #F0E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E397; }
p { color: rgb(240,227,151); }
H1.HeaderClassName
{
color: #F0E397;
}
.AnyTagClassName
{
color: #F0E397;
}
</style>
background-color css
<style>
a { background-color: #F0E397; }
a { background-color: rgb(240,227,151); }
div.DivClassName
{
background-color: #F0E397;
}
.BgClassName
{
background-color: #F0E397;
}
</style>
border-color css
<style>
span { border-color: #F0E397; }
span { border-color: rgb(240,227,151); }
td.TdClassName
{
border-color: #F0E397;
}
.TagClassName
{
border-color: #F0E397;
}
</style>