Shades of Dolly #F6F265
Tints of Dolly #F6F265
RGB
CMYK
RGB Variations
Color information
#F6F265 (or 0xF6F265) is known color: Dolly. HEX triplet: F6, F2 and 65. RGB value is (246,242,101). Sum of RGB (Red+Green+Blue) = 246+242+101=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 101 (39.84% from 255 or 17.15% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F265 is #090D9A. Grayscale: #E3E3E3. Windows color (decimal): -593307 or 6681334. OLE color: 6681334.
HSL color Cylindrical-coordinate representation of color #F6F265: hue angle of 58.34º 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 #F6F265 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 101 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.04 |
| HSL | 58.34º | 0.89% | 0.68% | - |
| HSV(B) | 58.34º | 0.59% | 0.96% | - |
| XYZ | 72.11 | 84.04 | 24.73 | - |
| YUV | 227.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 101 | 0 | 0.02 | 0.59 | 0.04 | 58.34 | 0.89 | 0.68 |
| Hex | F6 | F2 | 65 | 0 | 2 | 3B | 4 | 3A | 59 | 44 |
| Octal | 366 | 362 | 145 | 0 | 2 | 73 | 4 | 72 | 131 | 104 |
| Binary | 11110110 | 11110010 | 1100101 | 0 | 10 | 111011 | 100 | 111010 | 1011001 | 1000100 |
Color Harmonies of #F6F265
Complementary color
Monochromatic Colors of #F6F265
Black with #F6F265
Text Example
Text Example
White with #F6F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F265; }
p { color: rgb(246,242,101); }
H1.HeaderClassName
{
color: #F6F265;
}
.AnyTagClassName
{
color: #F6F265;
}
</style>
background-color css
<style>
a { background-color: #F6F265; }
a { background-color: rgb(246,242,101); }
div.DivClassName
{
background-color: #F6F265;
}
.BgClassName
{
background-color: #F6F265;
}
</style>
border-color css
<style>
span { border-color: #F6F265; }
span { border-color: rgb(246,242,101); }
td.TdClassName
{
border-color: #F6F265;
}
.TagClassName
{
border-color: #F6F265;
}
</style>