Shades of Dolly #F1ED69
Tints of Dolly #F1ED69
RGB
CMYK
RGB Variations
Color information
#F1ED69 (or 0xF1ED69) is known color: Dolly. HEX triplet: F1, ED and 69. RGB value is (241,237,105). Sum of RGB (Red+Green+Blue) = 241+237+105=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 105 (41.41% from 255 or 18.01% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED69 is #0E1296. Grayscale: #DFDFDF. Windows color (decimal): -922263 or 6942193. OLE color: 6942193.
HSL color Cylindrical-coordinate representation of color #F1ED69: hue angle of 58.24º degrees, saturation: 0.83, 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 #F1ED69 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 105 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.05 |
| HSL | 58.24º | 0.83% | 0.68% | - |
| HSV(B) | 58.24º | 0.56% | 0.95% | - |
| XYZ | 69.11 | 80.29 | 25.22 | - |
| YUV | 223.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 105 | 0 | 0.02 | 0.56 | 0.05 | 58.24 | 0.83 | 0.68 |
| Hex | F1 | ED | 69 | 0 | 2 | 38 | 5 | 3A | 53 | 44 |
| Octal | 361 | 355 | 151 | 0 | 2 | 70 | 5 | 72 | 123 | 104 |
| Binary | 11110001 | 11101101 | 1101001 | 0 | 10 | 111000 | 101 | 111010 | 1010011 | 1000100 |
Color Harmonies of #F1ED69
Complementary color
Monochromatic Colors of #F1ED69
Black with #F1ED69
Text Example
Text Example
White with #F1ED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED69; }
p { color: rgb(241,237,105); }
H1.HeaderClassName
{
color: #F1ED69;
}
.AnyTagClassName
{
color: #F1ED69;
}
</style>
background-color css
<style>
a { background-color: #F1ED69; }
a { background-color: rgb(241,237,105); }
div.DivClassName
{
background-color: #F1ED69;
}
.BgClassName
{
background-color: #F1ED69;
}
</style>
border-color css
<style>
span { border-color: #F1ED69; }
span { border-color: rgb(241,237,105); }
td.TdClassName
{
border-color: #F1ED69;
}
.TagClassName
{
border-color: #F1ED69;
}
</style>