Shades of Dolly #F6F073
Tints of Dolly #F6F073
RGB
CMYK
RGB Variations
Color information
#F6F073 (or 0xF6F073) is known color: Dolly. HEX triplet: F6, F0 and 73. RGB value is (246,240,115). Sum of RGB (Red+Green+Blue) = 246+240+115=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 115 (45.31% from 255 or 19.13% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F073 is #090F8C. Grayscale: #E4E4E4. Windows color (decimal): -593805 or 7598326. OLE color: 7598326.
HSL color Cylindrical-coordinate representation of color #F6F073: hue angle of 57.25º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6F073 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 115 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.04 |
| HSL | 57.25º | 0.88% | 0.71% | - |
| HSV(B) | 57.25º | 0.53% | 0.96% | - |
| XYZ | 72.26 | 83.15 | 28.46 | - |
| YUV | 227.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 115 | 0 | 0.02 | 0.53 | 0.04 | 57.25 | 0.88 | 0.71 |
| Hex | F6 | F0 | 73 | 0 | 2 | 35 | 4 | 39 | 58 | 47 |
| Octal | 366 | 360 | 163 | 0 | 2 | 65 | 4 | 71 | 130 | 107 |
| Binary | 11110110 | 11110000 | 1110011 | 0 | 10 | 110101 | 100 | 111001 | 1011000 | 1000111 |
Color Harmonies of #F6F073
Complementary color
Monochromatic Colors of #F6F073
Black with #F6F073
Text Example
Text Example
White with #F6F073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F073; }
p { color: rgb(246,240,115); }
H1.HeaderClassName
{
color: #F6F073;
}
.AnyTagClassName
{
color: #F6F073;
}
</style>
background-color css
<style>
a { background-color: #F6F073; }
a { background-color: rgb(246,240,115); }
div.DivClassName
{
background-color: #F6F073;
}
.BgClassName
{
background-color: #F6F073;
}
</style>
border-color css
<style>
span { border-color: #F6F073; }
span { border-color: rgb(246,240,115); }
td.TdClassName
{
border-color: #F6F073;
}
.TagClassName
{
border-color: #F6F073;
}
</style>