Shades of Dolly #F2EC6A
Tints of Dolly #F2EC6A
RGB
CMYK
RGB Variations
Color information
#F2EC6A (or 0xF2EC6A) is known color: Dolly. HEX triplet: F2, EC and 6A. RGB value is (242,236,106). Sum of RGB (Red+Green+Blue) = 242+236+106=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 106 (41.80% from 255 or 18.15% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC6A is #0D1395. Grayscale: #DFDFDF. Windows color (decimal): -856982 or 7007474. OLE color: 7007474.
HSL color Cylindrical-coordinate representation of color #F2EC6A: hue angle of 57.35º 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 #F2EC6A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 106 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.05 |
| HSL | 57.35º | 0.84% | 0.68% | - |
| HSV(B) | 57.35º | 0.56% | 0.95% | - |
| XYZ | 69.21 | 79.91 | 25.41 | - |
| YUV | 222.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 106 | 0 | 0.02 | 0.56 | 0.05 | 57.35 | 0.84 | 0.68 |
| Hex | F2 | EC | 6A | 0 | 2 | 38 | 5 | 39 | 54 | 44 |
| Octal | 362 | 354 | 152 | 0 | 2 | 70 | 5 | 71 | 124 | 104 |
| Binary | 11110010 | 11101100 | 1101010 | 0 | 10 | 111000 | 101 | 111001 | 1010100 | 1000100 |
Color Harmonies of #F2EC6A
Complementary color
Monochromatic Colors of #F2EC6A
Black with #F2EC6A
Text Example
Text Example
White with #F2EC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC6A; }
p { color: rgb(242,236,106); }
H1.HeaderClassName
{
color: #F2EC6A;
}
.AnyTagClassName
{
color: #F2EC6A;
}
</style>
background-color css
<style>
a { background-color: #F2EC6A; }
a { background-color: rgb(242,236,106); }
div.DivClassName
{
background-color: #F2EC6A;
}
.BgClassName
{
background-color: #F2EC6A;
}
</style>
border-color css
<style>
span { border-color: #F2EC6A; }
span { border-color: rgb(242,236,106); }
td.TdClassName
{
border-color: #F2EC6A;
}
.TagClassName
{
border-color: #F2EC6A;
}
</style>