Shades of Dolly #F6F074
Tints of Dolly #F6F074
RGB
CMYK
RGB Variations
Color information
#F6F074 (or 0xF6F074) is known color: Dolly. HEX triplet: F6, F0 and 74. RGB value is (246,240,116). Sum of RGB (Red+Green+Blue) = 246+240+116=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F074 is #090F8B. Grayscale: #E4E4E4. Windows color (decimal): -593804 or 7663862. OLE color: 7663862.
HSL color Cylindrical-coordinate representation of color #F6F074: hue angle of 57.23º 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 #F6F074 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 116 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.04 |
| HSL | 57.23º | 0.88% | 0.71% | - |
| HSV(B) | 57.23º | 0.53% | 0.96% | - |
| XYZ | 72.32 | 83.17 | 28.77 | - |
| YUV | 227.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 116 | 0 | 0.02 | 0.53 | 0.04 | 57.23 | 0.88 | 0.71 |
| Hex | F6 | F0 | 74 | 0 | 2 | 35 | 4 | 39 | 58 | 47 |
| Octal | 366 | 360 | 164 | 0 | 2 | 65 | 4 | 71 | 130 | 107 |
| Binary | 11110110 | 11110000 | 1110100 | 0 | 10 | 110101 | 100 | 111001 | 1011000 | 1000111 |
Color Harmonies of #F6F074
Complementary color
Monochromatic Colors of #F6F074
Black with #F6F074
Text Example
Text Example
White with #F6F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F074; }
p { color: rgb(246,240,116); }
H1.HeaderClassName
{
color: #F6F074;
}
.AnyTagClassName
{
color: #F6F074;
}
</style>
background-color css
<style>
a { background-color: #F6F074; }
a { background-color: rgb(246,240,116); }
div.DivClassName
{
background-color: #F6F074;
}
.BgClassName
{
background-color: #F6F074;
}
</style>
border-color css
<style>
span { border-color: #F6F074; }
span { border-color: rgb(246,240,116); }
td.TdClassName
{
border-color: #F6F074;
}
.TagClassName
{
border-color: #F6F074;
}
</style>