Shades of Picasso #F9EF9A
Tints of Picasso #F9EF9A
RGB
CMYK
RGB Variations
Color information
#F9EF9A (or 0xF9EF9A) is known color: Picasso. HEX triplet: F9, EF and 9A. RGB value is (249,239,154). Sum of RGB (Red+Green+Blue) = 249+239+154=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 154 (60.55% from 255 or 23.99% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EF9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EF9A is #061065. Grayscale: #E8E8E8. Windows color (decimal): -397414 or 10153977. OLE color: 10153977.
HSL color Cylindrical-coordinate representation of color #F9EF9A: hue angle of 53.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9EF9A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 154 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.02 |
| HSL | 53.68º | 0.89% | 0.79% | - |
| HSV(B) | 53.68º | 0.38% | 0.98% | - |
| XYZ | 75.77 | 84.21 | 42.83 | - |
| YUV | 232.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 154 | 0 | 0.04 | 0.38 | 0.02 | 53.68 | 0.89 | 0.79 |
| Hex | F9 | EF | 9A | 0 | 4 | 26 | 2 | 36 | 59 | 4F |
| Octal | 371 | 357 | 232 | 0 | 4 | 46 | 2 | 66 | 131 | 117 |
| Binary | 11111001 | 11101111 | 10011010 | 0 | 100 | 100110 | 10 | 110110 | 1011001 | 1001111 |
Color Harmonies of #F9EF9A
Complementary color
Monochromatic Colors of #F9EF9A
Black with #F9EF9A
Text Example
Text Example
White with #F9EF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EF9A; }
p { color: rgb(249,239,154); }
H1.HeaderClassName
{
color: #F9EF9A;
}
.AnyTagClassName
{
color: #F9EF9A;
}
</style>
background-color css
<style>
a { background-color: #F9EF9A; }
a { background-color: rgb(249,239,154); }
div.DivClassName
{
background-color: #F9EF9A;
}
.BgClassName
{
background-color: #F9EF9A;
}
</style>
border-color css
<style>
span { border-color: #F9EF9A; }
span { border-color: rgb(249,239,154); }
td.TdClassName
{
border-color: #F9EF9A;
}
.TagClassName
{
border-color: #F9EF9A;
}
</style>