Shades of Dolly #F0F773
Tints of Dolly #F0F773
RGB
CMYK
RGB Variations
Color information
#F0F773 (or 0xF0F773) is known color: Dolly. HEX triplet: F0, F7 and 73. RGB value is (240,247,115). Sum of RGB (Red+Green+Blue) = 240+247+115=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 115 (45.31% from 255 or 19.10% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F773 is #0F088C. Grayscale: #E6E6E6. Windows color (decimal): -985229 or 7600112. OLE color: 7600112.
HSL color Cylindrical-coordinate representation of color #F0F773: hue angle of 63.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0F773 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 115 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.03 |
| HSL | 63.18º | 0.89% | 0.71% | - |
| HSV(B) | 63.18º | 0.53% | 0.97% | - |
| XYZ | 72.29 | 86.28 | 29.06 | - |
| YUV | 229.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 115 | 0.03 | 0 | 0.53 | 0.03 | 63.18 | 0.89 | 0.71 |
| Hex | F0 | F7 | 73 | 3 | 0 | 35 | 3 | 3F | 59 | 47 |
| Octal | 360 | 367 | 163 | 3 | 0 | 65 | 3 | 77 | 131 | 107 |
| Binary | 11110000 | 11110111 | 1110011 | 11 | 0 | 110101 | 11 | 111111 | 1011001 | 1000111 |
Color Harmonies of #F0F773
Complementary color
Monochromatic Colors of #F0F773
Black with #F0F773
Text Example
Text Example
White with #F0F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F773; }
p { color: rgb(240,247,115); }
H1.HeaderClassName
{
color: #F0F773;
}
.AnyTagClassName
{
color: #F0F773;
}
</style>
background-color css
<style>
a { background-color: #F0F773; }
a { background-color: rgb(240,247,115); }
div.DivClassName
{
background-color: #F0F773;
}
.BgClassName
{
background-color: #F0F773;
}
</style>
border-color css
<style>
span { border-color: #F0F773; }
span { border-color: rgb(240,247,115); }
td.TdClassName
{
border-color: #F0F773;
}
.TagClassName
{
border-color: #F0F773;
}
</style>