Shades of Dolly #F2E86A
Tints of Dolly #F2E86A
RGB
CMYK
RGB Variations
Color information
#F2E86A (or 0xF2E86A) is known color: Dolly. HEX triplet: F2, E8 and 6A. RGB value is (242,232,106). Sum of RGB (Red+Green+Blue) = 242+232+106=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 106 (41.80% from 255 or 18.28% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E86A is #0D1795. Grayscale: #DDDDDD. Windows color (decimal): -858006 or 7006450. OLE color: 7006450.
HSL color Cylindrical-coordinate representation of color #F2E86A: hue angle of 55.59º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2E86A is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 106 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.05 |
| HSL | 55.59º | 0.84% | 0.68% | - |
| HSV(B) | 55.59º | 0.56% | 0.95% | - |
| XYZ | 68.08 | 77.63 | 25.03 | - |
| YUV | 220.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 106 | 0 | 0.04 | 0.56 | 0.05 | 55.59 | 0.84 | 0.68 |
| Hex | F2 | E8 | 6A | 0 | 4 | 38 | 5 | 38 | 54 | 44 |
| Octal | 362 | 350 | 152 | 0 | 4 | 70 | 5 | 70 | 124 | 104 |
| Binary | 11110010 | 11101000 | 1101010 | 0 | 100 | 111000 | 101 | 111000 | 1010100 | 1000100 |
Color Harmonies of #F2E86A
Complementary color
Monochromatic Colors of #F2E86A
Black with #F2E86A
Text Example
Text Example
White with #F2E86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E86A; }
p { color: rgb(242,232,106); }
H1.HeaderClassName
{
color: #F2E86A;
}
.AnyTagClassName
{
color: #F2E86A;
}
</style>
background-color css
<style>
a { background-color: #F2E86A; }
a { background-color: rgb(242,232,106); }
div.DivClassName
{
background-color: #F2E86A;
}
.BgClassName
{
background-color: #F2E86A;
}
</style>
border-color css
<style>
span { border-color: #F2E86A; }
span { border-color: rgb(242,232,106); }
td.TdClassName
{
border-color: #F2E86A;
}
.TagClassName
{
border-color: #F2E86A;
}
</style>