Shades of Dolly #F2EC6C
Tints of Dolly #F2EC6C
RGB
CMYK
RGB Variations
Color information
#F2EC6C (or 0xF2EC6C) is known color: Dolly. HEX triplet: F2, EC and 6C. RGB value is (242,236,108). Sum of RGB (Red+Green+Blue) = 242+236+108=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC6C is #0D1393. Grayscale: #DFDFDF. Windows color (decimal): -856980 or 7138546. OLE color: 7138546.
HSL color Cylindrical-coordinate representation of color #F2EC6C: hue angle of 57.31º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2EC6C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 108 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.05 |
| HSL | 57.31º | 0.84% | 0.69% | - |
| HSV(B) | 57.31º | 0.55% | 0.95% | - |
| XYZ | 69.32 | 79.95 | 25.97 | - |
| YUV | 223.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 108 | 0 | 0.02 | 0.55 | 0.05 | 57.31 | 0.84 | 0.69 |
| Hex | F2 | EC | 6C | 0 | 2 | 37 | 5 | 39 | 54 | 45 |
| Octal | 362 | 354 | 154 | 0 | 2 | 67 | 5 | 71 | 124 | 105 |
| Binary | 11110010 | 11101100 | 1101100 | 0 | 10 | 110111 | 101 | 111001 | 1010100 | 1000101 |
Color Harmonies of #F2EC6C
Complementary color
Monochromatic Colors of #F2EC6C
Black with #F2EC6C
Text Example
Text Example
White with #F2EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC6C; }
p { color: rgb(242,236,108); }
H1.HeaderClassName
{
color: #F2EC6C;
}
.AnyTagClassName
{
color: #F2EC6C;
}
</style>
background-color css
<style>
a { background-color: #F2EC6C; }
a { background-color: rgb(242,236,108); }
div.DivClassName
{
background-color: #F2EC6C;
}
.BgClassName
{
background-color: #F2EC6C;
}
</style>
border-color css
<style>
span { border-color: #F2EC6C; }
span { border-color: rgb(242,236,108); }
td.TdClassName
{
border-color: #F2EC6C;
}
.TagClassName
{
border-color: #F2EC6C;
}
</style>