Shades of Dolly #F6F166
Tints of Dolly #F6F166
RGB
CMYK
RGB Variations
Color information
#F6F166 (or 0xF6F166) is known color: Dolly. HEX triplet: F6, F1 and 66. RGB value is (246,241,102). Sum of RGB (Red+Green+Blue) = 246+241+102=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 102 (40.23% from 255 or 17.32% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F166 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F166 is #090E99. Grayscale: #E3E3E3. Windows color (decimal): -593562 or 6746614. OLE color: 6746614.
HSL color Cylindrical-coordinate representation of color #F6F166: hue angle of 57.92º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6F166 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 102 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.04 |
| HSL | 57.92º | 0.89% | 0.68% | - |
| HSV(B) | 57.92º | 0.59% | 0.96% | - |
| XYZ | 71.86 | 83.46 | 24.89 | - |
| YUV | 226.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 102 | 0 | 0.02 | 0.59 | 0.04 | 57.92 | 0.89 | 0.68 |
| Hex | F6 | F1 | 66 | 0 | 2 | 3B | 4 | 3A | 59 | 44 |
| Octal | 366 | 361 | 146 | 0 | 2 | 73 | 4 | 72 | 131 | 104 |
| Binary | 11110110 | 11110001 | 1100110 | 0 | 10 | 111011 | 100 | 111010 | 1011001 | 1000100 |
Color Harmonies of #F6F166
Complementary color
Monochromatic Colors of #F6F166
Black with #F6F166
Text Example
Text Example
White with #F6F166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F166; }
p { color: rgb(246,241,102); }
H1.HeaderClassName
{
color: #F6F166;
}
.AnyTagClassName
{
color: #F6F166;
}
</style>
background-color css
<style>
a { background-color: #F6F166; }
a { background-color: rgb(246,241,102); }
div.DivClassName
{
background-color: #F6F166;
}
.BgClassName
{
background-color: #F6F166;
}
</style>
border-color css
<style>
span { border-color: #F6F166; }
span { border-color: rgb(246,241,102); }
td.TdClassName
{
border-color: #F6F166;
}
.TagClassName
{
border-color: #F6F166;
}
</style>