Shades of Picasso #F9E890
Tints of Picasso #F9E890
RGB
CMYK
RGB Variations
Color information
#F9E890 (or 0xF9E890) is known color: Picasso. HEX triplet: F9, E8 and 90. RGB value is (249,232,144). Sum of RGB (Red+Green+Blue) = 249+232+144=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 144 (56.64% from 255 or 23.04% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E890 is #06176F. Grayscale: #E3E3E3. Windows color (decimal): -399216 or 9496825. OLE color: 9496825.
HSL color Cylindrical-coordinate representation of color #F9E890: hue angle of 50.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9E890 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 144 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.02 |
| HSL | 50.29º | 0.9% | 0.77% | - |
| HSV(B) | 50.29º | 0.42% | 0.98% | - |
| XYZ | 72.96 | 79.87 | 37.96 | - |
| YUV | 227.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 144 | 0 | 0.07 | 0.42 | 0.02 | 50.29 | 0.9 | 0.77 |
| Hex | F9 | E8 | 90 | 0 | 7 | 2A | 2 | 32 | 5A | 4D |
| Octal | 371 | 350 | 220 | 0 | 7 | 52 | 2 | 62 | 132 | 115 |
| Binary | 11111001 | 11101000 | 10010000 | 0 | 111 | 101010 | 10 | 110010 | 1011010 | 1001101 |
Color Harmonies of #F9E890
Complementary color
Monochromatic Colors of #F9E890
Black with #F9E890
Text Example
Text Example
White with #F9E890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E890; }
p { color: rgb(249,232,144); }
H1.HeaderClassName
{
color: #F9E890;
}
.AnyTagClassName
{
color: #F9E890;
}
</style>
background-color css
<style>
a { background-color: #F9E890; }
a { background-color: rgb(249,232,144); }
div.DivClassName
{
background-color: #F9E890;
}
.BgClassName
{
background-color: #F9E890;
}
</style>
border-color css
<style>
span { border-color: #F9E890; }
span { border-color: rgb(249,232,144); }
td.TdClassName
{
border-color: #F9E890;
}
.TagClassName
{
border-color: #F9E890;
}
</style>