Shades of Picasso #F8EC9A
Tints of Picasso #F8EC9A
RGB
CMYK
RGB Variations
Color information
#F8EC9A (or 0xF8EC9A) is known color: Picasso. HEX triplet: F8, EC and 9A. RGB value is (248,236,154). Sum of RGB (Red+Green+Blue) = 248+236+154=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 154 (60.55% from 255 or 24.14% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EC9A is #071365. Grayscale: #E6E6E6. Windows color (decimal): -463718 or 10153208. OLE color: 10153208.
HSL color Cylindrical-coordinate representation of color #F8EC9A: hue angle of 52.34º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8EC9A is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 154 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.03 |
| HSL | 52.34º | 0.87% | 0.79% | - |
| HSV(B) | 52.34º | 0.38% | 0.97% | - |
| XYZ | 74.54 | 82.28 | 42.52 | - |
| YUV | 230.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 154 | 0 | 0.05 | 0.38 | 0.03 | 52.34 | 0.87 | 0.79 |
| Hex | F8 | EC | 9A | 0 | 5 | 26 | 3 | 34 | 57 | 4F |
| Octal | 370 | 354 | 232 | 0 | 5 | 46 | 3 | 64 | 127 | 117 |
| Binary | 11111000 | 11101100 | 10011010 | 0 | 101 | 100110 | 11 | 110100 | 1010111 | 1001111 |
Color Harmonies of #F8EC9A
Complementary color
Monochromatic Colors of #F8EC9A
Black with #F8EC9A
Text Example
Text Example
White with #F8EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC9A; }
p { color: rgb(248,236,154); }
H1.HeaderClassName
{
color: #F8EC9A;
}
.AnyTagClassName
{
color: #F8EC9A;
}
</style>
background-color css
<style>
a { background-color: #F8EC9A; }
a { background-color: rgb(248,236,154); }
div.DivClassName
{
background-color: #F8EC9A;
}
.BgClassName
{
background-color: #F8EC9A;
}
</style>
border-color css
<style>
span { border-color: #F8EC9A; }
span { border-color: rgb(248,236,154); }
td.TdClassName
{
border-color: #F8EC9A;
}
.TagClassName
{
border-color: #F8EC9A;
}
</style>