Shades of Picasso #F9EC98
Tints of Picasso #F9EC98
RGB
CMYK
RGB Variations
Color information
#F9EC98 (or 0xF9EC98) is known color: Picasso. HEX triplet: F9, EC and 98. RGB value is (249,236,152). Sum of RGB (Red+Green+Blue) = 249+236+152=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 152 (59.77% from 255 or 23.86% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EC98 is #061367. Grayscale: #E6E6E6. Windows color (decimal): -398184 or 10022137. OLE color: 10022137.
HSL color Cylindrical-coordinate representation of color #F9EC98: hue angle of 51.96º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9EC98 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 152 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.02 |
| HSL | 51.96º | 0.89% | 0.79% | - |
| HSV(B) | 51.96º | 0.39% | 0.98% | - |
| XYZ | 74.73 | 82.4 | 41.67 | - |
| YUV | 230.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 152 | 0 | 0.05 | 0.39 | 0.02 | 51.96 | 0.89 | 0.79 |
| Hex | F9 | EC | 98 | 0 | 5 | 27 | 2 | 34 | 59 | 4F |
| Octal | 371 | 354 | 230 | 0 | 5 | 47 | 2 | 64 | 131 | 117 |
| Binary | 11111001 | 11101100 | 10011000 | 0 | 101 | 100111 | 10 | 110100 | 1011001 | 1001111 |
Color Harmonies of #F9EC98
Complementary color
Monochromatic Colors of #F9EC98
Black with #F9EC98
Text Example
Text Example
White with #F9EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC98; }
p { color: rgb(249,236,152); }
H1.HeaderClassName
{
color: #F9EC98;
}
.AnyTagClassName
{
color: #F9EC98;
}
</style>
background-color css
<style>
a { background-color: #F9EC98; }
a { background-color: rgb(249,236,152); }
div.DivClassName
{
background-color: #F9EC98;
}
.BgClassName
{
background-color: #F9EC98;
}
</style>
border-color css
<style>
span { border-color: #F9EC98; }
span { border-color: rgb(249,236,152); }
td.TdClassName
{
border-color: #F9EC98;
}
.TagClassName
{
border-color: #F9EC98;
}
</style>