Shades of Dolly #F6F072
Tints of Dolly #F6F072
RGB
CMYK
RGB Variations
Color information
#F6F072 (or 0xF6F072) is known color: Dolly. HEX triplet: F6, F0 and 72. RGB value is (246,240,114). Sum of RGB (Red+Green+Blue) = 246+240+114=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F072 is #090F8D. Grayscale: #E3E3E3. Windows color (decimal): -593806 or 7532790. OLE color: 7532790.
HSL color Cylindrical-coordinate representation of color #F6F072: hue angle of 57.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6F072 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 114 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.04 |
| HSL | 57.27º | 0.88% | 0.71% | - |
| HSV(B) | 57.27º | 0.54% | 0.96% | - |
| XYZ | 72.2 | 83.13 | 28.16 | - |
| YUV | 227.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 114 | 0 | 0.02 | 0.54 | 0.04 | 57.27 | 0.88 | 0.71 |
| Hex | F6 | F0 | 72 | 0 | 2 | 36 | 4 | 39 | 58 | 47 |
| Octal | 366 | 360 | 162 | 0 | 2 | 66 | 4 | 71 | 130 | 107 |
| Binary | 11110110 | 11110000 | 1110010 | 0 | 10 | 110110 | 100 | 111001 | 1011000 | 1000111 |
Color Harmonies of #F6F072
Complementary color
Monochromatic Colors of #F6F072
Black with #F6F072
Text Example
Text Example
White with #F6F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F072; }
p { color: rgb(246,240,114); }
H1.HeaderClassName
{
color: #F6F072;
}
.AnyTagClassName
{
color: #F6F072;
}
</style>
background-color css
<style>
a { background-color: #F6F072; }
a { background-color: rgb(246,240,114); }
div.DivClassName
{
background-color: #F6F072;
}
.BgClassName
{
background-color: #F6F072;
}
</style>
border-color css
<style>
span { border-color: #F6F072; }
span { border-color: rgb(246,240,114); }
td.TdClassName
{
border-color: #F6F072;
}
.TagClassName
{
border-color: #F6F072;
}
</style>