Shades of Picasso #F9E88F
Tints of Picasso #F9E88F
RGB
CMYK
RGB Variations
Color information
#F9E88F (or 0xF9E88F) is known color: Picasso. HEX triplet: F9, E8 and 8F. RGB value is (249,232,143). Sum of RGB (Red+Green+Blue) = 249+232+143=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 143 (56.25% from 255 or 22.92% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E88F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E88F is #061770. Grayscale: #E3E3E3. Windows color (decimal): -399217 or 9431289. OLE color: 9431289.
HSL color Cylindrical-coordinate representation of color #F9E88F: hue angle of 50.38º 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 #F9E88F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 143 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.02 |
| HSL | 50.38º | 0.9% | 0.77% | - |
| HSV(B) | 50.38º | 0.43% | 0.98% | - |
| XYZ | 72.88 | 79.84 | 37.56 | - |
| YUV | 226.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 143 | 0 | 0.07 | 0.43 | 0.02 | 50.38 | 0.9 | 0.77 |
| Hex | F9 | E8 | 8F | 0 | 7 | 2B | 2 | 32 | 5A | 4D |
| Octal | 371 | 350 | 217 | 0 | 7 | 53 | 2 | 62 | 132 | 115 |
| Binary | 11111001 | 11101000 | 10001111 | 0 | 111 | 101011 | 10 | 110010 | 1011010 | 1001101 |
Color Harmonies of #F9E88F
Complementary color
Monochromatic Colors of #F9E88F
Black with #F9E88F
Text Example
Text Example
White with #F9E88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E88F; }
p { color: rgb(249,232,143); }
H1.HeaderClassName
{
color: #F9E88F;
}
.AnyTagClassName
{
color: #F9E88F;
}
</style>
background-color css
<style>
a { background-color: #F9E88F; }
a { background-color: rgb(249,232,143); }
div.DivClassName
{
background-color: #F9E88F;
}
.BgClassName
{
background-color: #F9E88F;
}
</style>
border-color css
<style>
span { border-color: #F9E88F; }
span { border-color: rgb(249,232,143); }
td.TdClassName
{
border-color: #F9E88F;
}
.TagClassName
{
border-color: #F9E88F;
}
</style>