Shades of Dolly #F2ED6D
Tints of Dolly #F2ED6D
RGB
CMYK
RGB Variations
Color information
#F2ED6D (or 0xF2ED6D) is known color: Dolly. HEX triplet: F2, ED and 6D. RGB value is (242,237,109). Sum of RGB (Red+Green+Blue) = 242+237+109=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 109 (42.97% from 255 or 18.54% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED6D is #0D1292. Grayscale: #E0E0E0. Windows color (decimal): -856723 or 7204338. OLE color: 7204338.
HSL color Cylindrical-coordinate representation of color #F2ED6D: hue angle of 57.74º 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 #F2ED6D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 109 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.05 |
| HSL | 57.74º | 0.84% | 0.69% | - |
| HSV(B) | 57.74º | 0.55% | 0.95% | - |
| XYZ | 69.66 | 80.55 | 26.34 | - |
| YUV | 223.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 109 | 0 | 0.02 | 0.55 | 0.05 | 57.74 | 0.84 | 0.69 |
| Hex | F2 | ED | 6D | 0 | 2 | 37 | 5 | 3A | 54 | 45 |
| Octal | 362 | 355 | 155 | 0 | 2 | 67 | 5 | 72 | 124 | 105 |
| Binary | 11110010 | 11101101 | 1101101 | 0 | 10 | 110111 | 101 | 111010 | 1010100 | 1000101 |
Color Harmonies of #F2ED6D
Complementary color
Monochromatic Colors of #F2ED6D
Black with #F2ED6D
Text Example
Text Example
White with #F2ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED6D; }
p { color: rgb(242,237,109); }
H1.HeaderClassName
{
color: #F2ED6D;
}
.AnyTagClassName
{
color: #F2ED6D;
}
</style>
background-color css
<style>
a { background-color: #F2ED6D; }
a { background-color: rgb(242,237,109); }
div.DivClassName
{
background-color: #F2ED6D;
}
.BgClassName
{
background-color: #F2ED6D;
}
</style>
border-color css
<style>
span { border-color: #F2ED6D; }
span { border-color: rgb(242,237,109); }
td.TdClassName
{
border-color: #F2ED6D;
}
.TagClassName
{
border-color: #F2ED6D;
}
</style>