Shades of Picasso #F5E992
Tints of Picasso #F5E992
RGB
CMYK
RGB Variations
Color information
#F5E992 (or 0xF5E992) is known color: Picasso. HEX triplet: F5, E9 and 92. RGB value is (245,233,146). Sum of RGB (Red+Green+Blue) = 245+233+146=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 146 (57.42% from 255 or 23.40% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E992 is #0A166D. Grayscale: #E3E3E3. Windows color (decimal): -661102 or 9628149. OLE color: 9628149.
HSL color Cylindrical-coordinate representation of color #F5E992: hue angle of 52.73º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5E992 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 146 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.04 |
| HSL | 52.73º | 0.83% | 0.77% | - |
| HSV(B) | 52.73º | 0.4% | 0.96% | - |
| XYZ | 71.98 | 79.77 | 38.8 | - |
| YUV | 226.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 146 | 0 | 0.05 | 0.40 | 0.04 | 52.73 | 0.83 | 0.77 |
| Hex | F5 | E9 | 92 | 0 | 5 | 28 | 4 | 35 | 53 | 4D |
| Octal | 365 | 351 | 222 | 0 | 5 | 50 | 4 | 65 | 123 | 115 |
| Binary | 11110101 | 11101001 | 10010010 | 0 | 101 | 101000 | 100 | 110101 | 1010011 | 1001101 |
Color Harmonies of #F5E992
Complementary color
Monochromatic Colors of #F5E992
Black with #F5E992
Text Example
Text Example
White with #F5E992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E992; }
p { color: rgb(245,233,146); }
H1.HeaderClassName
{
color: #F5E992;
}
.AnyTagClassName
{
color: #F5E992;
}
</style>
background-color css
<style>
a { background-color: #F5E992; }
a { background-color: rgb(245,233,146); }
div.DivClassName
{
background-color: #F5E992;
}
.BgClassName
{
background-color: #F5E992;
}
</style>
border-color css
<style>
span { border-color: #F5E992; }
span { border-color: rgb(245,233,146); }
td.TdClassName
{
border-color: #F5E992;
}
.TagClassName
{
border-color: #F5E992;
}
</style>