Shades of Picasso #F5EC93
Tints of Picasso #F5EC93
RGB
CMYK
RGB Variations
Color information
#F5EC93 (or 0xF5EC93) is known color: Picasso. HEX triplet: F5, EC and 93. RGB value is (245,236,147). Sum of RGB (Red+Green+Blue) = 245+236+147=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 147 (57.81% from 255 or 23.41% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EC93 is #0A136C. Grayscale: #E4E4E4. Windows color (decimal): -660333 or 9694453. OLE color: 9694453.
HSL color Cylindrical-coordinate representation of color #F5EC93: hue angle of 54.49º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5EC93 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 147 | - |
| CMYK | 0 | 0.04 | 0.4 | 0.04 |
| HSL | 54.49º | 0.83% | 0.77% | - |
| HSV(B) | 54.49º | 0.4% | 0.96% | - |
| XYZ | 72.92 | 81.51 | 39.49 | - |
| YUV | 228.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 147 | 0 | 0.04 | 0.4 | 0.04 | 54.49 | 0.83 | 0.77 |
| Hex | F5 | EC | 93 | 0 | 4 | 28 | 4 | 36 | 53 | 4D |
| Octal | 365 | 354 | 223 | 0 | 4 | 50 | 4 | 66 | 123 | 115 |
| Binary | 11110101 | 11101100 | 10010011 | 0 | 100 | 101000 | 100 | 110110 | 1010011 | 1001101 |
Color Harmonies of #F5EC93
Complementary color
Monochromatic Colors of #F5EC93
Black with #F5EC93
Text Example
Text Example
White with #F5EC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC93; }
p { color: rgb(245,236,147); }
H1.HeaderClassName
{
color: #F5EC93;
}
.AnyTagClassName
{
color: #F5EC93;
}
</style>
background-color css
<style>
a { background-color: #F5EC93; }
a { background-color: rgb(245,236,147); }
div.DivClassName
{
background-color: #F5EC93;
}
.BgClassName
{
background-color: #F5EC93;
}
</style>
border-color css
<style>
span { border-color: #F5EC93; }
span { border-color: rgb(245,236,147); }
td.TdClassName
{
border-color: #F5EC93;
}
.TagClassName
{
border-color: #F5EC93;
}
</style>