Shades of Picasso #F0E49A
Tints of Picasso #F0E49A
RGB
CMYK
RGB Variations
Color information
#F0E49A (or 0xF0E49A) is known color: Picasso. HEX triplet: F0, E4 and 9A. RGB value is (240,228,154). Sum of RGB (Red+Green+Blue) = 240+228+154=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E49A is #0F1B65. Grayscale: #DFDFDF. Windows color (decimal): -990054 or 10151152. OLE color: 10151152.
HSL color Cylindrical-coordinate representation of color #F0E49A: hue angle of 51.63º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0E49A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 154 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.06 |
| HSL | 51.63º | 0.74% | 0.77% | - |
| HSV(B) | 51.63º | 0.36% | 0.94% | - |
| XYZ | 69.51 | 76.35 | 41.64 | - |
| YUV | 223.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 154 | 0 | 0.05 | 0.36 | 0.06 | 51.63 | 0.74 | 0.77 |
| Hex | F0 | E4 | 9A | 0 | 5 | 24 | 6 | 34 | 4A | 4D |
| Octal | 360 | 344 | 232 | 0 | 5 | 44 | 6 | 64 | 112 | 115 |
| Binary | 11110000 | 11100100 | 10011010 | 0 | 101 | 100100 | 110 | 110100 | 1001010 | 1001101 |
Color Harmonies of #F0E49A
Complementary color
Monochromatic Colors of #F0E49A
Black with #F0E49A
Text Example
Text Example
White with #F0E49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E49A; }
p { color: rgb(240,228,154); }
H1.HeaderClassName
{
color: #F0E49A;
}
.AnyTagClassName
{
color: #F0E49A;
}
</style>
background-color css
<style>
a { background-color: #F0E49A; }
a { background-color: rgb(240,228,154); }
div.DivClassName
{
background-color: #F0E49A;
}
.BgClassName
{
background-color: #F0E49A;
}
</style>
border-color css
<style>
span { border-color: #F0E49A; }
span { border-color: rgb(240,228,154); }
td.TdClassName
{
border-color: #F0E49A;
}
.TagClassName
{
border-color: #F0E49A;
}
</style>