Shades of Dolly #F1ED6E
Tints of Dolly #F1ED6E
RGB
CMYK
RGB Variations
Color information
#F1ED6E (or 0xF1ED6E) is known color: Dolly. HEX triplet: F1, ED and 6E. RGB value is (241,237,110). Sum of RGB (Red+Green+Blue) = 241+237+110=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 110 (43.36% from 255 or 18.71% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED6E is #0E1291. Grayscale: #E0E0E0. Windows color (decimal): -922258 or 7269873. OLE color: 7269873.
HSL color Cylindrical-coordinate representation of color #F1ED6E: hue angle of 58.17º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1ED6E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 110 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.05 |
| HSL | 58.17º | 0.82% | 0.69% | - |
| HSV(B) | 58.17º | 0.54% | 0.95% | - |
| XYZ | 69.37 | 80.39 | 26.61 | - |
| YUV | 223.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 110 | 0 | 0.02 | 0.54 | 0.05 | 58.17 | 0.82 | 0.69 |
| Hex | F1 | ED | 6E | 0 | 2 | 36 | 5 | 3A | 52 | 45 |
| Octal | 361 | 355 | 156 | 0 | 2 | 66 | 5 | 72 | 122 | 105 |
| Binary | 11110001 | 11101101 | 1101110 | 0 | 10 | 110110 | 101 | 111010 | 1010010 | 1000101 |
Color Harmonies of #F1ED6E
Complementary color
Monochromatic Colors of #F1ED6E
Black with #F1ED6E
Text Example
Text Example
White with #F1ED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED6E; }
p { color: rgb(241,237,110); }
H1.HeaderClassName
{
color: #F1ED6E;
}
.AnyTagClassName
{
color: #F1ED6E;
}
</style>
background-color css
<style>
a { background-color: #F1ED6E; }
a { background-color: rgb(241,237,110); }
div.DivClassName
{
background-color: #F1ED6E;
}
.BgClassName
{
background-color: #F1ED6E;
}
</style>
border-color css
<style>
span { border-color: #F1ED6E; }
span { border-color: rgb(241,237,110); }
td.TdClassName
{
border-color: #F1ED6E;
}
.TagClassName
{
border-color: #F1ED6E;
}
</style>