Shades of Picasso #F9EC94
Tints of Picasso #F9EC94
RGB
CMYK
RGB Variations
Color information
#F9EC94 (or 0xF9EC94) is known color: Picasso. HEX triplet: F9, EC and 94. RGB value is (249,236,148). Sum of RGB (Red+Green+Blue) = 249+236+148=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EC94 is #06136B. Grayscale: #E6E6E6. Windows color (decimal): -398188 or 9759993. OLE color: 9759993.
HSL color Cylindrical-coordinate representation of color #F9EC94: hue angle of 52.28º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9EC94 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 148 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.02 |
| HSL | 52.28º | 0.89% | 0.78% | - |
| HSV(B) | 52.28º | 0.41% | 0.98% | - |
| XYZ | 74.41 | 82.27 | 39.97 | - |
| YUV | 229.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 148 | 0 | 0.05 | 0.41 | 0.02 | 52.28 | 0.89 | 0.78 |
| Hex | F9 | EC | 94 | 0 | 5 | 29 | 2 | 34 | 59 | 4E |
| Octal | 371 | 354 | 224 | 0 | 5 | 51 | 2 | 64 | 131 | 116 |
| Binary | 11111001 | 11101100 | 10010100 | 0 | 101 | 101001 | 10 | 110100 | 1011001 | 1001110 |
Color Harmonies of #F9EC94
Complementary color
Monochromatic Colors of #F9EC94
Black with #F9EC94
Text Example
Text Example
White with #F9EC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC94; }
p { color: rgb(249,236,148); }
H1.HeaderClassName
{
color: #F9EC94;
}
.AnyTagClassName
{
color: #F9EC94;
}
</style>
background-color css
<style>
a { background-color: #F9EC94; }
a { background-color: rgb(249,236,148); }
div.DivClassName
{
background-color: #F9EC94;
}
.BgClassName
{
background-color: #F9EC94;
}
</style>
border-color css
<style>
span { border-color: #F9EC94; }
span { border-color: rgb(249,236,148); }
td.TdClassName
{
border-color: #F9EC94;
}
.TagClassName
{
border-color: #F9EC94;
}
</style>