Shades of Dolly #F0F470
Tints of Dolly #F0F470
RGB
CMYK
RGB Variations
Color information
#F0F470 (or 0xF0F470) is known color: Dolly. HEX triplet: F0, F4 and 70. RGB value is (240,244,112). Sum of RGB (Red+Green+Blue) = 240+244+112=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F470 is #0F0B8F. Grayscale: #E4E4E4. Windows color (decimal): -986000 or 7402736. OLE color: 7402736.
HSL color Cylindrical-coordinate representation of color #F0F470: hue angle of 61.82º 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 #F0F470 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 112 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.04 |
| HSL | 61.82º | 0.86% | 0.7% | - |
| HSV(B) | 61.82º | 0.54% | 0.96% | - |
| XYZ | 71.21 | 84.4 | 27.87 | - |
| YUV | 227.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 112 | 0.02 | 0 | 0.54 | 0.04 | 61.82 | 0.86 | 0.7 |
| Hex | F0 | F4 | 70 | 2 | 0 | 36 | 4 | 3E | 56 | 46 |
| Octal | 360 | 364 | 160 | 2 | 0 | 66 | 4 | 76 | 126 | 106 |
| Binary | 11110000 | 11110100 | 1110000 | 10 | 0 | 110110 | 100 | 111110 | 1010110 | 1000110 |
Color Harmonies of #F0F470
Complementary color
Monochromatic Colors of #F0F470
Black with #F0F470
Text Example
Text Example
White with #F0F470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F470; }
p { color: rgb(240,244,112); }
H1.HeaderClassName
{
color: #F0F470;
}
.AnyTagClassName
{
color: #F0F470;
}
</style>
background-color css
<style>
a { background-color: #F0F470; }
a { background-color: rgb(240,244,112); }
div.DivClassName
{
background-color: #F0F470;
}
.BgClassName
{
background-color: #F0F470;
}
</style>
border-color css
<style>
span { border-color: #F0F470; }
span { border-color: rgb(240,244,112); }
td.TdClassName
{
border-color: #F0F470;
}
.TagClassName
{
border-color: #F0F470;
}
</style>