Shades of Picasso #F1E59F
Tints of Picasso #F1E59F
RGB
CMYK
RGB Variations
Color information
#F1E59F (or 0xF1E59F) is known color: Picasso. HEX triplet: F1, E5 and 9F. RGB value is (241,229,159). Sum of RGB (Red+Green+Blue) = 241+229+159=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E59F is #0E1A60. Grayscale: #E0E0E0. Windows color (decimal): -924257 or 10479089. OLE color: 10479089.
HSL color Cylindrical-coordinate representation of color #F1E59F: hue angle of 51.22º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1E59F is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 159 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.05 |
| HSL | 51.22º | 0.75% | 0.78% | - |
| HSV(B) | 51.22º | 0.34% | 0.95% | - |
| XYZ | 70.55 | 77.24 | 43.99 | - |
| YUV | 224.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 159 | 0 | 0.05 | 0.34 | 0.05 | 51.22 | 0.75 | 0.78 |
| Hex | F1 | E5 | 9F | 0 | 5 | 22 | 5 | 33 | 4B | 4E |
| Octal | 361 | 345 | 237 | 0 | 5 | 42 | 5 | 63 | 113 | 116 |
| Binary | 11110001 | 11100101 | 10011111 | 0 | 101 | 100010 | 101 | 110011 | 1001011 | 1001110 |
Color Harmonies of #F1E59F
Complementary color
Monochromatic Colors of #F1E59F
Black with #F1E59F
Text Example
Text Example
White with #F1E59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E59F; }
p { color: rgb(241,229,159); }
H1.HeaderClassName
{
color: #F1E59F;
}
.AnyTagClassName
{
color: #F1E59F;
}
</style>
background-color css
<style>
a { background-color: #F1E59F; }
a { background-color: rgb(241,229,159); }
div.DivClassName
{
background-color: #F1E59F;
}
.BgClassName
{
background-color: #F1E59F;
}
</style>
border-color css
<style>
span { border-color: #F1E59F; }
span { border-color: rgb(241,229,159); }
td.TdClassName
{
border-color: #F1E59F;
}
.TagClassName
{
border-color: #F1E59F;
}
</style>