Shades of Dolly #F6F366
Tints of Dolly #F6F366
RGB
CMYK
RGB Variations
Color information
#F6F366 (or 0xF6F366) is known color: Dolly. HEX triplet: F6, F3 and 66. RGB value is (246,243,102). Sum of RGB (Red+Green+Blue) = 246+243+102=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 102 (40.23% from 255 or 17.26% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F366 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F366 is #090C99. Grayscale: #E4E4E4. Windows color (decimal): -593050 or 6747126. OLE color: 6747126.
HSL color Cylindrical-coordinate representation of color #F6F366: hue angle of 58.75º 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 #F6F366 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 243 | 102 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.04 |
| HSL | 58.75º | 0.89% | 0.68% | - |
| HSV(B) | 58.75º | 0.59% | 0.96% | - |
| XYZ | 72.45 | 84.65 | 25.09 | - |
| YUV | 227.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 243 | 102 | 0 | 0.01 | 0.59 | 0.04 | 58.75 | 0.89 | 0.68 |
| Hex | F6 | F3 | 66 | 0 | 1 | 3B | 4 | 3B | 59 | 44 |
| Octal | 366 | 363 | 146 | 0 | 1 | 73 | 4 | 73 | 131 | 104 |
| Binary | 11110110 | 11110011 | 1100110 | 0 | 1 | 111011 | 100 | 111011 | 1011001 | 1000100 |
Color Harmonies of #F6F366
Complementary color
Monochromatic Colors of #F6F366
Black with #F6F366
Text Example
Text Example
White with #F6F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F366; }
p { color: rgb(246,243,102); }
H1.HeaderClassName
{
color: #F6F366;
}
.AnyTagClassName
{
color: #F6F366;
}
</style>
background-color css
<style>
a { background-color: #F6F366; }
a { background-color: rgb(246,243,102); }
div.DivClassName
{
background-color: #F6F366;
}
.BgClassName
{
background-color: #F6F366;
}
</style>
border-color css
<style>
span { border-color: #F6F366; }
span { border-color: rgb(246,243,102); }
td.TdClassName
{
border-color: #F6F366;
}
.TagClassName
{
border-color: #F6F366;
}
</style>