Shades of Picasso #F5E792
Tints of Picasso #F5E792
RGB
CMYK
RGB Variations
Color information
#F5E792 (or 0xF5E792) is known color: Picasso. HEX triplet: F5, E7 and 92. RGB value is (245,231,146). Sum of RGB (Red+Green+Blue) = 245+231+146=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 146 (57.42% from 255 or 23.47% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E792 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E792 is #0A186D. Grayscale: #E1E1E1. Windows color (decimal): -661614 or 9627637. OLE color: 9627637.
HSL color Cylindrical-coordinate representation of color #F5E792: hue angle of 51.52º 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 #F5E792 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 146 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.04 |
| HSL | 51.52º | 0.83% | 0.77% | - |
| HSV(B) | 51.52º | 0.4% | 0.96% | - |
| XYZ | 71.42 | 78.64 | 38.61 | - |
| YUV | 225.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 146 | 0 | 0.06 | 0.40 | 0.04 | 51.52 | 0.83 | 0.77 |
| Hex | F5 | E7 | 92 | 0 | 6 | 28 | 4 | 34 | 53 | 4D |
| Octal | 365 | 347 | 222 | 0 | 6 | 50 | 4 | 64 | 123 | 115 |
| Binary | 11110101 | 11100111 | 10010010 | 0 | 110 | 101000 | 100 | 110100 | 1010011 | 1001101 |
Color Harmonies of #F5E792
Complementary color
Monochromatic Colors of #F5E792
Black with #F5E792
Text Example
Text Example
White with #F5E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E792; }
p { color: rgb(245,231,146); }
H1.HeaderClassName
{
color: #F5E792;
}
.AnyTagClassName
{
color: #F5E792;
}
</style>
background-color css
<style>
a { background-color: #F5E792; }
a { background-color: rgb(245,231,146); }
div.DivClassName
{
background-color: #F5E792;
}
.BgClassName
{
background-color: #F5E792;
}
</style>
border-color css
<style>
span { border-color: #F5E792; }
span { border-color: rgb(245,231,146); }
td.TdClassName
{
border-color: #F5E792;
}
.TagClassName
{
border-color: #F5E792;
}
</style>