Shades of Picasso #F2E69A
Tints of Picasso #F2E69A
RGB
CMYK
RGB Variations
Color information
#F2E69A (or 0xF2E69A) is known color: Picasso. HEX triplet: F2, E6 and 9A. RGB value is (242,230,154). Sum of RGB (Red+Green+Blue) = 242+230+154=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E69A is #0D1965. Grayscale: #E1E1E1. Windows color (decimal): -858470 or 10151666. OLE color: 10151666.
HSL color Cylindrical-coordinate representation of color #F2E69A: hue angle of 51.82º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2E69A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 154 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.05 |
| HSL | 51.82º | 0.77% | 0.78% | - |
| HSV(B) | 51.82º | 0.36% | 0.95% | - |
| XYZ | 70.75 | 77.8 | 41.86 | - |
| YUV | 224.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 154 | 0 | 0.05 | 0.36 | 0.05 | 51.82 | 0.77 | 0.78 |
| Hex | F2 | E6 | 9A | 0 | 5 | 24 | 5 | 34 | 4D | 4E |
| Octal | 362 | 346 | 232 | 0 | 5 | 44 | 5 | 64 | 115 | 116 |
| Binary | 11110010 | 11100110 | 10011010 | 0 | 101 | 100100 | 101 | 110100 | 1001101 | 1001110 |
Color Harmonies of #F2E69A
Complementary color
Monochromatic Colors of #F2E69A
Black with #F2E69A
Text Example
Text Example
White with #F2E69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E69A; }
p { color: rgb(242,230,154); }
H1.HeaderClassName
{
color: #F2E69A;
}
.AnyTagClassName
{
color: #F2E69A;
}
</style>
background-color css
<style>
a { background-color: #F2E69A; }
a { background-color: rgb(242,230,154); }
div.DivClassName
{
background-color: #F2E69A;
}
.BgClassName
{
background-color: #F2E69A;
}
</style>
border-color css
<style>
span { border-color: #F2E69A; }
span { border-color: rgb(242,230,154); }
td.TdClassName
{
border-color: #F2E69A;
}
.TagClassName
{
border-color: #F2E69A;
}
</style>