Shades of Picasso #F9EE8F
Tints of Picasso #F9EE8F
RGB
CMYK
RGB Variations
Color information
#F9EE8F (or 0xF9EE8F) is known color: Picasso. HEX triplet: F9, EE and 8F. RGB value is (249,238,143). Sum of RGB (Red+Green+Blue) = 249+238+143=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 143 (56.25% from 255 or 22.70% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EE8F is #061170. Grayscale: #E6E6E6. Windows color (decimal): -397681 or 9432825. OLE color: 9432825.
HSL color Cylindrical-coordinate representation of color #F9EE8F: hue angle of 53.77º 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 #F9EE8F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 143 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.02 |
| HSL | 53.77º | 0.9% | 0.77% | - |
| HSV(B) | 53.77º | 0.43% | 0.98% | - |
| XYZ | 74.6 | 83.27 | 38.13 | - |
| YUV | 230.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 143 | 0 | 0.04 | 0.43 | 0.02 | 53.77 | 0.9 | 0.77 |
| Hex | F9 | EE | 8F | 0 | 4 | 2B | 2 | 36 | 5A | 4D |
| Octal | 371 | 356 | 217 | 0 | 4 | 53 | 2 | 66 | 132 | 115 |
| Binary | 11111001 | 11101110 | 10001111 | 0 | 100 | 101011 | 10 | 110110 | 1011010 | 1001101 |
Color Harmonies of #F9EE8F
Complementary color
Monochromatic Colors of #F9EE8F
Black with #F9EE8F
Text Example
Text Example
White with #F9EE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE8F; }
p { color: rgb(249,238,143); }
H1.HeaderClassName
{
color: #F9EE8F;
}
.AnyTagClassName
{
color: #F9EE8F;
}
</style>
background-color css
<style>
a { background-color: #F9EE8F; }
a { background-color: rgb(249,238,143); }
div.DivClassName
{
background-color: #F9EE8F;
}
.BgClassName
{
background-color: #F9EE8F;
}
</style>
border-color css
<style>
span { border-color: #F9EE8F; }
span { border-color: rgb(249,238,143); }
td.TdClassName
{
border-color: #F9EE8F;
}
.TagClassName
{
border-color: #F9EE8F;
}
</style>