Shades of Picasso #F6E992
Tints of Picasso #F6E992
RGB
CMYK
RGB Variations
Color information
#F6E992 (or 0xF6E992) is known color: Picasso. HEX triplet: F6, E9 and 92. RGB value is (246,233,146). Sum of RGB (Red+Green+Blue) = 246+233+146=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 146 (57.42% from 255 or 23.36% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E992 is #09166D. Grayscale: #E3E3E3. Windows color (decimal): -595566 or 9628150. OLE color: 9628150.
HSL color Cylindrical-coordinate representation of color #F6E992: hue angle of 52.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6E992 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 146 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.04 |
| HSL | 52.2º | 0.85% | 0.77% | - |
| HSV(B) | 52.2º | 0.41% | 0.96% | - |
| XYZ | 72.33 | 79.95 | 38.81 | - |
| YUV | 226.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 146 | 0 | 0.05 | 0.41 | 0.04 | 52.2 | 0.85 | 0.77 |
| Hex | F6 | E9 | 92 | 0 | 5 | 29 | 4 | 34 | 55 | 4D |
| Octal | 366 | 351 | 222 | 0 | 5 | 51 | 4 | 64 | 125 | 115 |
| Binary | 11110110 | 11101001 | 10010010 | 0 | 101 | 101001 | 100 | 110100 | 1010101 | 1001101 |
Color Harmonies of #F6E992
Complementary color
Monochromatic Colors of #F6E992
Black with #F6E992
Text Example
Text Example
White with #F6E992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E992; }
p { color: rgb(246,233,146); }
H1.HeaderClassName
{
color: #F6E992;
}
.AnyTagClassName
{
color: #F6E992;
}
</style>
background-color css
<style>
a { background-color: #F6E992; }
a { background-color: rgb(246,233,146); }
div.DivClassName
{
background-color: #F6E992;
}
.BgClassName
{
background-color: #F6E992;
}
</style>
border-color css
<style>
span { border-color: #F6E992; }
span { border-color: rgb(246,233,146); }
td.TdClassName
{
border-color: #F6E992;
}
.TagClassName
{
border-color: #F6E992;
}
</style>