Shades of Picasso #F9E88E
Tints of Picasso #F9E88E
RGB
CMYK
RGB Variations
Color information
#F9E88E (or 0xF9E88E) is known color: Picasso. HEX triplet: F9, E8 and 8E. RGB value is (249,232,142). Sum of RGB (Red+Green+Blue) = 249+232+142=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E88E is #061771. Grayscale: #E3E3E3. Windows color (decimal): -399218 or 9365753. OLE color: 9365753.
HSL color Cylindrical-coordinate representation of color #F9E88E: hue angle of 50.47º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9E88E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 142 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.02 |
| HSL | 50.47º | 0.9% | 0.77% | - |
| HSV(B) | 50.47º | 0.43% | 0.98% | - |
| XYZ | 72.81 | 79.81 | 37.16 | - |
| YUV | 226.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 142 | 0 | 0.07 | 0.43 | 0.02 | 50.47 | 0.9 | 0.77 |
| Hex | F9 | E8 | 8E | 0 | 7 | 2B | 2 | 32 | 5A | 4D |
| Octal | 371 | 350 | 216 | 0 | 7 | 53 | 2 | 62 | 132 | 115 |
| Binary | 11111001 | 11101000 | 10001110 | 0 | 111 | 101011 | 10 | 110010 | 1011010 | 1001101 |
Color Harmonies of #F9E88E
Complementary color
Monochromatic Colors of #F9E88E
Black with #F9E88E
Text Example
Text Example
White with #F9E88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E88E; }
p { color: rgb(249,232,142); }
H1.HeaderClassName
{
color: #F9E88E;
}
.AnyTagClassName
{
color: #F9E88E;
}
</style>
background-color css
<style>
a { background-color: #F9E88E; }
a { background-color: rgb(249,232,142); }
div.DivClassName
{
background-color: #F9E88E;
}
.BgClassName
{
background-color: #F9E88E;
}
</style>
border-color css
<style>
span { border-color: #F9E88E; }
span { border-color: rgb(249,232,142); }
td.TdClassName
{
border-color: #F9E88E;
}
.TagClassName
{
border-color: #F9E88E;
}
</style>