Shades of Dolly #F6F266
Tints of Dolly #F6F266
RGB
CMYK
RGB Variations
Color information
#F6F266 (or 0xF6F266) is known color: Dolly. HEX triplet: F6, F2 and 66. RGB value is (246,242,102). Sum of RGB (Red+Green+Blue) = 246+242+102=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 102 (40.23% from 255 or 17.29% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F266 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F266 is #090D99. Grayscale: #E3E3E3. Windows color (decimal): -593306 or 6746870. OLE color: 6746870.
HSL color Cylindrical-coordinate representation of color #F6F266: hue angle of 58.33º 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 #F6F266 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 102 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.04 |
| HSL | 58.33º | 0.89% | 0.68% | - |
| HSV(B) | 58.33º | 0.59% | 0.96% | - |
| XYZ | 72.16 | 84.06 | 24.99 | - |
| YUV | 227.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 102 | 0 | 0.02 | 0.59 | 0.04 | 58.33 | 0.89 | 0.68 |
| Hex | F6 | F2 | 66 | 0 | 2 | 3B | 4 | 3A | 59 | 44 |
| Octal | 366 | 362 | 146 | 0 | 2 | 73 | 4 | 72 | 131 | 104 |
| Binary | 11110110 | 11110010 | 1100110 | 0 | 10 | 111011 | 100 | 111010 | 1011001 | 1000100 |
Color Harmonies of #F6F266
Complementary color
Monochromatic Colors of #F6F266
Black with #F6F266
Text Example
Text Example
White with #F6F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F266; }
p { color: rgb(246,242,102); }
H1.HeaderClassName
{
color: #F6F266;
}
.AnyTagClassName
{
color: #F6F266;
}
</style>
background-color css
<style>
a { background-color: #F6F266; }
a { background-color: rgb(246,242,102); }
div.DivClassName
{
background-color: #F6F266;
}
.BgClassName
{
background-color: #F6F266;
}
</style>
border-color css
<style>
span { border-color: #F6F266; }
span { border-color: rgb(246,242,102); }
td.TdClassName
{
border-color: #F6F266;
}
.TagClassName
{
border-color: #F6F266;
}
</style>