Shades of Picasso #F9E891
Tints of Picasso #F9E891
RGB
CMYK
RGB Variations
Color information
#F9E891 (or 0xF9E891) is known color: Picasso. HEX triplet: F9, E8 and 91. RGB value is (249,232,145). Sum of RGB (Red+Green+Blue) = 249+232+145=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 145 (57.03% from 255 or 23.16% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E891 is #06176E. Grayscale: #E3E3E3. Windows color (decimal): -399215 or 9562361. OLE color: 9562361.
HSL color Cylindrical-coordinate representation of color #F9E891: hue angle of 50.19º 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 #F9E891 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 145 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.02 |
| HSL | 50.19º | 0.9% | 0.77% | - |
| HSV(B) | 50.19º | 0.42% | 0.98% | - |
| XYZ | 73.03 | 79.9 | 38.36 | - |
| YUV | 227.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 145 | 0 | 0.07 | 0.42 | 0.02 | 50.19 | 0.9 | 0.77 |
| Hex | F9 | E8 | 91 | 0 | 7 | 2A | 2 | 32 | 5A | 4D |
| Octal | 371 | 350 | 221 | 0 | 7 | 52 | 2 | 62 | 132 | 115 |
| Binary | 11111001 | 11101000 | 10010001 | 0 | 111 | 101010 | 10 | 110010 | 1011010 | 1001101 |
Color Harmonies of #F9E891
Complementary color
Monochromatic Colors of #F9E891
Black with #F9E891
Text Example
Text Example
White with #F9E891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E891; }
p { color: rgb(249,232,145); }
H1.HeaderClassName
{
color: #F9E891;
}
.AnyTagClassName
{
color: #F9E891;
}
</style>
background-color css
<style>
a { background-color: #F9E891; }
a { background-color: rgb(249,232,145); }
div.DivClassName
{
background-color: #F9E891;
}
.BgClassName
{
background-color: #F9E891;
}
</style>
border-color css
<style>
span { border-color: #F9E891; }
span { border-color: rgb(249,232,145); }
td.TdClassName
{
border-color: #F9E891;
}
.TagClassName
{
border-color: #F9E891;
}
</style>