Shades of Dolly #F0F471
Tints of Dolly #F0F471
RGB
CMYK
RGB Variations
Color information
#F0F471 (or 0xF0F471) is known color: Dolly. HEX triplet: F0, F4 and 71. RGB value is (240,244,113). Sum of RGB (Red+Green+Blue) = 240+244+113=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 113 (44.53% from 255 or 18.93% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F471 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F471 is #0F0B8E. Grayscale: #E4E4E4. Windows color (decimal): -985999 or 7468272. OLE color: 7468272.
HSL color Cylindrical-coordinate representation of color #F0F471: hue angle of 61.83º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0F471 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 113 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.04 |
| HSL | 61.83º | 0.86% | 0.7% | - |
| HSV(B) | 61.83º | 0.54% | 0.96% | - |
| XYZ | 71.27 | 84.42 | 28.16 | - |
| YUV | 227.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 113 | 0.02 | 0 | 0.54 | 0.04 | 61.83 | 0.86 | 0.7 |
| Hex | F0 | F4 | 71 | 2 | 0 | 36 | 4 | 3E | 56 | 46 |
| Octal | 360 | 364 | 161 | 2 | 0 | 66 | 4 | 76 | 126 | 106 |
| Binary | 11110000 | 11110100 | 1110001 | 10 | 0 | 110110 | 100 | 111110 | 1010110 | 1000110 |
Color Harmonies of #F0F471
Complementary color
Monochromatic Colors of #F0F471
Black with #F0F471
Text Example
Text Example
White with #F0F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F471; }
p { color: rgb(240,244,113); }
H1.HeaderClassName
{
color: #F0F471;
}
.AnyTagClassName
{
color: #F0F471;
}
</style>
background-color css
<style>
a { background-color: #F0F471; }
a { background-color: rgb(240,244,113); }
div.DivClassName
{
background-color: #F0F471;
}
.BgClassName
{
background-color: #F0F471;
}
</style>
border-color css
<style>
span { border-color: #F0F471; }
span { border-color: rgb(240,244,113); }
td.TdClassName
{
border-color: #F0F471;
}
.TagClassName
{
border-color: #F0F471;
}
</style>