Shades of Picasso #F1E999
Tints of Picasso #F1E999
RGB
CMYK
RGB Variations
Color information
#F1E999 (or 0xF1E999) is known color: Picasso. HEX triplet: F1, E9 and 99. RGB value is (241,233,153). Sum of RGB (Red+Green+Blue) = 241+233+153=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E999 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E999 is #0E1666. Grayscale: #E2E2E2. Windows color (decimal): -923239 or 10086897. OLE color: 10086897.
HSL color Cylindrical-coordinate representation of color #F1E999: hue angle of 54.55º 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 #F1E999 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 153 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.05 |
| HSL | 54.55º | 0.76% | 0.77% | - |
| HSV(B) | 54.55º | 0.37% | 0.95% | - |
| XYZ | 71.16 | 79.28 | 41.69 | - |
| YUV | 226.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 153 | 0 | 0.03 | 0.37 | 0.05 | 54.55 | 0.76 | 0.77 |
| Hex | F1 | E9 | 99 | 0 | 3 | 25 | 5 | 37 | 4C | 4D |
| Octal | 361 | 351 | 231 | 0 | 3 | 45 | 5 | 67 | 114 | 115 |
| Binary | 11110001 | 11101001 | 10011001 | 0 | 11 | 100101 | 101 | 110111 | 1001100 | 1001101 |
Color Harmonies of #F1E999
Complementary color
Monochromatic Colors of #F1E999
Black with #F1E999
Text Example
Text Example
White with #F1E999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E999; }
p { color: rgb(241,233,153); }
H1.HeaderClassName
{
color: #F1E999;
}
.AnyTagClassName
{
color: #F1E999;
}
</style>
background-color css
<style>
a { background-color: #F1E999; }
a { background-color: rgb(241,233,153); }
div.DivClassName
{
background-color: #F1E999;
}
.BgClassName
{
background-color: #F1E999;
}
</style>
border-color css
<style>
span { border-color: #F1E999; }
span { border-color: rgb(241,233,153); }
td.TdClassName
{
border-color: #F1E999;
}
.TagClassName
{
border-color: #F1E999;
}
</style>