Shades of Dolly #F2ED6C
Tints of Dolly #F2ED6C
RGB
CMYK
RGB Variations
Color information
#F2ED6C (or 0xF2ED6C) is known color: Dolly. HEX triplet: F2, ED and 6C. RGB value is (242,237,108). Sum of RGB (Red+Green+Blue) = 242+237+108=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 108 (42.58% from 255 or 18.40% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED6C is #0D1293. Grayscale: #E0E0E0. Windows color (decimal): -856724 or 7138802. OLE color: 7138802.
HSL color Cylindrical-coordinate representation of color #F2ED6C: hue angle of 57.76º 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 #F2ED6C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 108 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.05 |
| HSL | 57.76º | 0.84% | 0.69% | - |
| HSV(B) | 57.76º | 0.55% | 0.95% | - |
| XYZ | 69.61 | 80.53 | 26.06 | - |
| YUV | 223.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 108 | 0 | 0.02 | 0.55 | 0.05 | 57.76 | 0.84 | 0.69 |
| Hex | F2 | ED | 6C | 0 | 2 | 37 | 5 | 3A | 54 | 45 |
| Octal | 362 | 355 | 154 | 0 | 2 | 67 | 5 | 72 | 124 | 105 |
| Binary | 11110010 | 11101101 | 1101100 | 0 | 10 | 110111 | 101 | 111010 | 1010100 | 1000101 |
Color Harmonies of #F2ED6C
Complementary color
Monochromatic Colors of #F2ED6C
Black with #F2ED6C
Text Example
Text Example
White with #F2ED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED6C; }
p { color: rgb(242,237,108); }
H1.HeaderClassName
{
color: #F2ED6C;
}
.AnyTagClassName
{
color: #F2ED6C;
}
</style>
background-color css
<style>
a { background-color: #F2ED6C; }
a { background-color: rgb(242,237,108); }
div.DivClassName
{
background-color: #F2ED6C;
}
.BgClassName
{
background-color: #F2ED6C;
}
</style>
border-color css
<style>
span { border-color: #F2ED6C; }
span { border-color: rgb(242,237,108); }
td.TdClassName
{
border-color: #F2ED6C;
}
.TagClassName
{
border-color: #F2ED6C;
}
</style>