Shades of Dolly #F0F774
Tints of Dolly #F0F774
RGB
CMYK
RGB Variations
Color information
#F0F774 (or 0xF0F774) is known color: Dolly. HEX triplet: F0, F7 and 74. RGB value is (240,247,116). Sum of RGB (Red+Green+Blue) = 240+247+116=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 116 (45.70% from 255 or 19.24% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F774 is #0F088B. Grayscale: #E6E6E6. Windows color (decimal): -985228 or 7665648. OLE color: 7665648.
HSL color Cylindrical-coordinate representation of color #F0F774: hue angle of 63.21º 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 #F0F774 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 116 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.03 |
| HSL | 63.21º | 0.89% | 0.71% | - |
| HSV(B) | 63.21º | 0.53% | 0.97% | - |
| XYZ | 72.35 | 86.31 | 29.37 | - |
| YUV | 229.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 116 | 0.03 | 0 | 0.53 | 0.03 | 63.21 | 0.89 | 0.71 |
| Hex | F0 | F7 | 74 | 3 | 0 | 35 | 3 | 3F | 59 | 47 |
| Octal | 360 | 367 | 164 | 3 | 0 | 65 | 3 | 77 | 131 | 107 |
| Binary | 11110000 | 11110111 | 1110100 | 11 | 0 | 110101 | 11 | 111111 | 1011001 | 1000111 |
Color Harmonies of #F0F774
Complementary color
Monochromatic Colors of #F0F774
Black with #F0F774
Text Example
Text Example
White with #F0F774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F774; }
p { color: rgb(240,247,116); }
H1.HeaderClassName
{
color: #F0F774;
}
.AnyTagClassName
{
color: #F0F774;
}
</style>
background-color css
<style>
a { background-color: #F0F774; }
a { background-color: rgb(240,247,116); }
div.DivClassName
{
background-color: #F0F774;
}
.BgClassName
{
background-color: #F0F774;
}
</style>
border-color css
<style>
span { border-color: #F0F774; }
span { border-color: rgb(240,247,116); }
td.TdClassName
{
border-color: #F0F774;
}
.TagClassName
{
border-color: #F0F774;
}
</style>