Shades of Picasso #F6E69A
Tints of Picasso #F6E69A
RGB
CMYK
RGB Variations
Color information
#F6E69A (or 0xF6E69A) is known color: Picasso. HEX triplet: F6, E6 and 9A. RGB value is (246,230,154). Sum of RGB (Red+Green+Blue) = 246+230+154=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 154 (60.55% from 255 or 24.44% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E69A is #091965. Grayscale: #E2E2E2. Windows color (decimal): -596326 or 10151670. OLE color: 10151670.
HSL color Cylindrical-coordinate representation of color #F6E69A: hue angle of 49.57º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6E69A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 154 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.04 |
| HSL | 49.57º | 0.84% | 0.78% | - |
| HSV(B) | 49.57º | 0.37% | 0.96% | - |
| XYZ | 72.14 | 78.52 | 41.93 | - |
| YUV | 226.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 154 | 0 | 0.07 | 0.37 | 0.04 | 49.57 | 0.84 | 0.78 |
| Hex | F6 | E6 | 9A | 0 | 7 | 25 | 4 | 32 | 54 | 4E |
| Octal | 366 | 346 | 232 | 0 | 7 | 45 | 4 | 62 | 124 | 116 |
| Binary | 11110110 | 11100110 | 10011010 | 0 | 111 | 100101 | 100 | 110010 | 1010100 | 1001110 |
Color Harmonies of #F6E69A
Complementary color
Monochromatic Colors of #F6E69A
Black with #F6E69A
Text Example
Text Example
White with #F6E69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E69A; }
p { color: rgb(246,230,154); }
H1.HeaderClassName
{
color: #F6E69A;
}
.AnyTagClassName
{
color: #F6E69A;
}
</style>
background-color css
<style>
a { background-color: #F6E69A; }
a { background-color: rgb(246,230,154); }
div.DivClassName
{
background-color: #F6E69A;
}
.BgClassName
{
background-color: #F6E69A;
}
</style>
border-color css
<style>
span { border-color: #F6E69A; }
span { border-color: rgb(246,230,154); }
td.TdClassName
{
border-color: #F6E69A;
}
.TagClassName
{
border-color: #F6E69A;
}
</style>