Shades of Dolly #F6F974
Tints of Dolly #F6F974
RGB
CMYK
RGB Variations
Color information
#F6F974 (or 0xF6F974) is known color: Dolly. HEX triplet: F6, F9 and 74. RGB value is (246,249,116). Sum of RGB (Red+Green+Blue) = 246+249+116=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 116 (45.70% from 255 or 18.99% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F974 is #09068B. Grayscale: #E9E9E9. Windows color (decimal): -591500 or 7666166. OLE color: 7666166.
HSL color Cylindrical-coordinate representation of color #F6F974: hue angle of 61.35º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6F974 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 249 | 116 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.02 |
| HSL | 61.35º | 0.92% | 0.72% | - |
| HSV(B) | 61.35º | 0.53% | 0.98% | - |
| XYZ | 75.03 | 88.61 | 29.67 | - |
| YUV | 232.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 249 | 116 | 0.01 | 0 | 0.53 | 0.02 | 61.35 | 0.92 | 0.72 |
| Hex | F6 | F9 | 74 | 1 | 0 | 35 | 2 | 3D | 5C | 48 |
| Octal | 366 | 371 | 164 | 1 | 0 | 65 | 2 | 75 | 134 | 110 |
| Binary | 11110110 | 11111001 | 1110100 | 1 | 0 | 110101 | 10 | 111101 | 1011100 | 1001000 |
Color Harmonies of #F6F974
Complementary color
Monochromatic Colors of #F6F974
Black with #F6F974
Text Example
Text Example
White with #F6F974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F974; }
p { color: rgb(246,249,116); }
H1.HeaderClassName
{
color: #F6F974;
}
.AnyTagClassName
{
color: #F6F974;
}
</style>
background-color css
<style>
a { background-color: #F6F974; }
a { background-color: rgb(246,249,116); }
div.DivClassName
{
background-color: #F6F974;
}
.BgClassName
{
background-color: #F6F974;
}
</style>
border-color css
<style>
span { border-color: #F6F974; }
span { border-color: rgb(246,249,116); }
td.TdClassName
{
border-color: #F6F974;
}
.TagClassName
{
border-color: #F6F974;
}
</style>