Shades of Picasso #F9E992
Tints of Picasso #F9E992
RGB
CMYK
RGB Variations
Color information
#F9E992 (or 0xF9E992) is known color: Picasso. HEX triplet: F9, E9 and 92. RGB value is (249,233,146). Sum of RGB (Red+Green+Blue) = 249+233+146=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 146 (57.42% from 255 or 23.25% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E992 is #06166D. Grayscale: #E4E4E4. Windows color (decimal): -398958 or 9628153. OLE color: 9628153.
HSL color Cylindrical-coordinate representation of color #F9E992: hue angle of 50.68º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9E992 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 146 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.02 |
| HSL | 50.68º | 0.9% | 0.77% | - |
| HSV(B) | 50.68º | 0.41% | 0.98% | - |
| XYZ | 73.39 | 80.49 | 38.86 | - |
| YUV | 227.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 146 | 0 | 0.06 | 0.41 | 0.02 | 50.68 | 0.9 | 0.77 |
| Hex | F9 | E9 | 92 | 0 | 6 | 29 | 2 | 33 | 5A | 4D |
| Octal | 371 | 351 | 222 | 0 | 6 | 51 | 2 | 63 | 132 | 115 |
| Binary | 11111001 | 11101001 | 10010010 | 0 | 110 | 101001 | 10 | 110011 | 1011010 | 1001101 |
Color Harmonies of #F9E992
Complementary color
Monochromatic Colors of #F9E992
Black with #F9E992
Text Example
Text Example
White with #F9E992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E992; }
p { color: rgb(249,233,146); }
H1.HeaderClassName
{
color: #F9E992;
}
.AnyTagClassName
{
color: #F9E992;
}
</style>
background-color css
<style>
a { background-color: #F9E992; }
a { background-color: rgb(249,233,146); }
div.DivClassName
{
background-color: #F9E992;
}
.BgClassName
{
background-color: #F9E992;
}
</style>
border-color css
<style>
span { border-color: #F9E992; }
span { border-color: rgb(249,233,146); }
td.TdClassName
{
border-color: #F9E992;
}
.TagClassName
{
border-color: #F9E992;
}
</style>