Shades of Picasso #F2E799
Tints of Picasso #F2E799
RGB
CMYK
RGB Variations
Color information
#F2E799 (or 0xF2E799) is known color: Picasso. HEX triplet: F2, E7 and 99. RGB value is (242,231,153). Sum of RGB (Red+Green+Blue) = 242+231+153=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 153 (60.16% from 255 or 24.44% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E799 is #0D1866. Grayscale: #E1E1E1. Windows color (decimal): -858215 or 10086386. OLE color: 10086386.
HSL color Cylindrical-coordinate representation of color #F2E799: hue angle of 52.58º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2E799 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 153 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.05 |
| HSL | 52.58º | 0.77% | 0.77% | - |
| HSV(B) | 52.58º | 0.37% | 0.95% | - |
| XYZ | 70.94 | 78.33 | 41.52 | - |
| YUV | 225.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 153 | 0 | 0.05 | 0.37 | 0.05 | 52.58 | 0.77 | 0.77 |
| Hex | F2 | E7 | 99 | 0 | 5 | 25 | 5 | 35 | 4D | 4D |
| Octal | 362 | 347 | 231 | 0 | 5 | 45 | 5 | 65 | 115 | 115 |
| Binary | 11110010 | 11100111 | 10011001 | 0 | 101 | 100101 | 101 | 110101 | 1001101 | 1001101 |
Color Harmonies of #F2E799
Complementary color
Monochromatic Colors of #F2E799
Black with #F2E799
Text Example
Text Example
White with #F2E799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E799; }
p { color: rgb(242,231,153); }
H1.HeaderClassName
{
color: #F2E799;
}
.AnyTagClassName
{
color: #F2E799;
}
</style>
background-color css
<style>
a { background-color: #F2E799; }
a { background-color: rgb(242,231,153); }
div.DivClassName
{
background-color: #F2E799;
}
.BgClassName
{
background-color: #F2E799;
}
</style>
border-color css
<style>
span { border-color: #F2E799; }
span { border-color: rgb(242,231,153); }
td.TdClassName
{
border-color: #F2E799;
}
.TagClassName
{
border-color: #F2E799;
}
</style>