Shades of Dolly #F6F47D
Tints of Dolly #F6F47D
RGB
CMYK
RGB Variations
Color information
#F6F47D (or 0xF6F47D) is known color: Dolly. HEX triplet: F6, F4 and 7D. RGB value is (246,244,125). Sum of RGB (Red+Green+Blue) = 246+244+125=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F47D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F47D is #090B82. Grayscale: #E7E7E7. Windows color (decimal): -592771 or 8254710. OLE color: 8254710.
HSL color Cylindrical-coordinate representation of color #F6F47D: hue angle of 59.01º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6F47D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 244 | 125 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.04 |
| HSL | 59.01º | 0.87% | 0.73% | - |
| HSV(B) | 59.01º | 0.49% | 0.96% | - |
| XYZ | 74.06 | 85.77 | 32.05 | - |
| YUV | 231.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 244 | 125 | 0 | 0.01 | 0.49 | 0.04 | 59.01 | 0.87 | 0.73 |
| Hex | F6 | F4 | 7D | 0 | 1 | 31 | 4 | 3B | 57 | 49 |
| Octal | 366 | 364 | 175 | 0 | 1 | 61 | 4 | 73 | 127 | 111 |
| Binary | 11110110 | 11110100 | 1111101 | 0 | 1 | 110001 | 100 | 111011 | 1010111 | 1001001 |
Color Harmonies of #F6F47D
Complementary color
Monochromatic Colors of #F6F47D
Black with #F6F47D
Text Example
Text Example
White with #F6F47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F47D; }
p { color: rgb(246,244,125); }
H1.HeaderClassName
{
color: #F6F47D;
}
.AnyTagClassName
{
color: #F6F47D;
}
</style>
background-color css
<style>
a { background-color: #F6F47D; }
a { background-color: rgb(246,244,125); }
div.DivClassName
{
background-color: #F6F47D;
}
.BgClassName
{
background-color: #F6F47D;
}
</style>
border-color css
<style>
span { border-color: #F6F47D; }
span { border-color: rgb(246,244,125); }
td.TdClassName
{
border-color: #F6F47D;
}
.TagClassName
{
border-color: #F6F47D;
}
</style>