Shades of Picasso #F1E599
Tints of Picasso #F1E599
RGB
CMYK
RGB Variations
Color information
#F1E599 (or 0xF1E599) is known color: Picasso. HEX triplet: F1, E5 and 99. RGB value is (241,229,153). Sum of RGB (Red+Green+Blue) = 241+229+153=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 153 (60.16% from 255 or 24.56% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E599 is #0E1A66. Grayscale: #E0E0E0. Windows color (decimal): -924263 or 10085873. OLE color: 10085873.
HSL color Cylindrical-coordinate representation of color #F1E599: hue angle of 51.82º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1E599 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 153 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.05 |
| HSL | 51.82º | 0.76% | 0.77% | - |
| HSV(B) | 51.82º | 0.37% | 0.95% | - |
| XYZ | 70.04 | 77.04 | 41.32 | - |
| YUV | 223.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 153 | 0 | 0.05 | 0.37 | 0.05 | 51.82 | 0.76 | 0.77 |
| Hex | F1 | E5 | 99 | 0 | 5 | 25 | 5 | 34 | 4C | 4D |
| Octal | 361 | 345 | 231 | 0 | 5 | 45 | 5 | 64 | 114 | 115 |
| Binary | 11110001 | 11100101 | 10011001 | 0 | 101 | 100101 | 101 | 110100 | 1001100 | 1001101 |
Color Harmonies of #F1E599
Complementary color
Monochromatic Colors of #F1E599
Black with #F1E599
Text Example
Text Example
White with #F1E599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E599; }
p { color: rgb(241,229,153); }
H1.HeaderClassName
{
color: #F1E599;
}
.AnyTagClassName
{
color: #F1E599;
}
</style>
background-color css
<style>
a { background-color: #F1E599; }
a { background-color: rgb(241,229,153); }
div.DivClassName
{
background-color: #F1E599;
}
.BgClassName
{
background-color: #F1E599;
}
</style>
border-color css
<style>
span { border-color: #F1E599; }
span { border-color: rgb(241,229,153); }
td.TdClassName
{
border-color: #F1E599;
}
.TagClassName
{
border-color: #F1E599;
}
</style>