Shades of Picasso #F2E59A
Tints of Picasso #F2E59A
RGB
CMYK
RGB Variations
Color information
#F2E59A (or 0xF2E59A) is known color: Picasso. HEX triplet: F2, E5 and 9A. RGB value is (242,229,154). Sum of RGB (Red+Green+Blue) = 242+229+154=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E59A is #0D1A65. Grayscale: #E0E0E0. Windows color (decimal): -858726 or 10151410. OLE color: 10151410.
HSL color Cylindrical-coordinate representation of color #F2E59A: hue angle of 51.14º 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 #F2E59A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 154 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.05 |
| HSL | 51.14º | 0.77% | 0.78% | - |
| HSV(B) | 51.14º | 0.36% | 0.95% | - |
| XYZ | 70.47 | 77.25 | 41.77 | - |
| YUV | 224.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 154 | 0 | 0.05 | 0.36 | 0.05 | 51.14 | 0.77 | 0.78 |
| Hex | F2 | E5 | 9A | 0 | 5 | 24 | 5 | 33 | 4D | 4E |
| Octal | 362 | 345 | 232 | 0 | 5 | 44 | 5 | 63 | 115 | 116 |
| Binary | 11110010 | 11100101 | 10011010 | 0 | 101 | 100100 | 101 | 110011 | 1001101 | 1001110 |
Color Harmonies of #F2E59A
Complementary color
Monochromatic Colors of #F2E59A
Black with #F2E59A
Text Example
Text Example
White with #F2E59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E59A; }
p { color: rgb(242,229,154); }
H1.HeaderClassName
{
color: #F2E59A;
}
.AnyTagClassName
{
color: #F2E59A;
}
</style>
background-color css
<style>
a { background-color: #F2E59A; }
a { background-color: rgb(242,229,154); }
div.DivClassName
{
background-color: #F2E59A;
}
.BgClassName
{
background-color: #F2E59A;
}
</style>
border-color css
<style>
span { border-color: #F2E59A; }
span { border-color: rgb(242,229,154); }
td.TdClassName
{
border-color: #F2E59A;
}
.TagClassName
{
border-color: #F2E59A;
}
</style>