Shades of Picasso #F2E99A
Tints of Picasso #F2E99A
RGB
CMYK
RGB Variations
Color information
#F2E99A (or 0xF2E99A) is known color: Picasso. HEX triplet: F2, E9 and 9A. RGB value is (242,233,154). Sum of RGB (Red+Green+Blue) = 242+233+154=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E99A is #0D1665. Grayscale: #E3E3E3. Windows color (decimal): -857702 or 10152434. OLE color: 10152434.
HSL color Cylindrical-coordinate representation of color #F2E99A: hue angle of 53.86º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2E99A is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 154 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.05 |
| HSL | 53.86º | 0.77% | 0.78% | - |
| HSV(B) | 53.86º | 0.36% | 0.95% | - |
| XYZ | 71.59 | 79.49 | 42.14 | - |
| YUV | 226.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 154 | 0 | 0.04 | 0.36 | 0.05 | 53.86 | 0.77 | 0.78 |
| Hex | F2 | E9 | 9A | 0 | 4 | 24 | 5 | 36 | 4D | 4E |
| Octal | 362 | 351 | 232 | 0 | 4 | 44 | 5 | 66 | 115 | 116 |
| Binary | 11110010 | 11101001 | 10011010 | 0 | 100 | 100100 | 101 | 110110 | 1001101 | 1001110 |
Color Harmonies of #F2E99A
Complementary color
Monochromatic Colors of #F2E99A
Black with #F2E99A
Text Example
Text Example
White with #F2E99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E99A; }
p { color: rgb(242,233,154); }
H1.HeaderClassName
{
color: #F2E99A;
}
.AnyTagClassName
{
color: #F2E99A;
}
</style>
background-color css
<style>
a { background-color: #F2E99A; }
a { background-color: rgb(242,233,154); }
div.DivClassName
{
background-color: #F2E99A;
}
.BgClassName
{
background-color: #F2E99A;
}
</style>
border-color css
<style>
span { border-color: #F2E99A; }
span { border-color: rgb(242,233,154); }
td.TdClassName
{
border-color: #F2E99A;
}
.TagClassName
{
border-color: #F2E99A;
}
</style>