Shades of Picasso #F1E59D
Tints of Picasso #F1E59D
RGB
CMYK
RGB Variations
Color information
#F1E59D (or 0xF1E59D) is known color: Picasso. HEX triplet: F1, E5 and 9D. RGB value is (241,229,157). Sum of RGB (Red+Green+Blue) = 241+229+157=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E59D is #0E1A62. Grayscale: #E0E0E0. Windows color (decimal): -924259 or 10348017. OLE color: 10348017.
HSL color Cylindrical-coordinate representation of color #F1E59D: hue angle of 51.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1E59D is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 157 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.05 |
| HSL | 51.43º | 0.75% | 0.78% | - |
| HSV(B) | 51.43º | 0.35% | 0.95% | - |
| XYZ | 70.38 | 77.17 | 43.08 | - |
| YUV | 224.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 157 | 0 | 0.05 | 0.35 | 0.05 | 51.43 | 0.75 | 0.78 |
| Hex | F1 | E5 | 9D | 0 | 5 | 23 | 5 | 33 | 4B | 4E |
| Octal | 361 | 345 | 235 | 0 | 5 | 43 | 5 | 63 | 113 | 116 |
| Binary | 11110001 | 11100101 | 10011101 | 0 | 101 | 100011 | 101 | 110011 | 1001011 | 1001110 |
Color Harmonies of #F1E59D
Complementary color
Monochromatic Colors of #F1E59D
Black with #F1E59D
Text Example
Text Example
White with #F1E59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E59D; }
p { color: rgb(241,229,157); }
H1.HeaderClassName
{
color: #F1E59D;
}
.AnyTagClassName
{
color: #F1E59D;
}
</style>
background-color css
<style>
a { background-color: #F1E59D; }
a { background-color: rgb(241,229,157); }
div.DivClassName
{
background-color: #F1E59D;
}
.BgClassName
{
background-color: #F1E59D;
}
</style>
border-color css
<style>
span { border-color: #F1E59D; }
span { border-color: rgb(241,229,157); }
td.TdClassName
{
border-color: #F1E59D;
}
.TagClassName
{
border-color: #F1E59D;
}
</style>