Shades of Dolly #F0F775
Tints of Dolly #F0F775
RGB
CMYK
RGB Variations
Color information
#F0F775 (or 0xF0F775) is known color: Dolly. HEX triplet: F0, F7 and 75. RGB value is (240,247,117). Sum of RGB (Red+Green+Blue) = 240+247+117=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 117 (46.09% from 255 or 19.37% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F775 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F775 is #0F088A. Grayscale: #E6E6E6. Windows color (decimal): -985227 or 7731184. OLE color: 7731184.
HSL color Cylindrical-coordinate representation of color #F0F775: hue angle of 63.23º 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 #F0F775 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 117 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.03 |
| HSL | 63.23º | 0.89% | 0.71% | - |
| HSV(B) | 63.23º | 0.53% | 0.97% | - |
| XYZ | 72.41 | 86.33 | 29.68 | - |
| YUV | 230.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 117 | 0.03 | 0 | 0.53 | 0.03 | 63.23 | 0.89 | 0.71 |
| Hex | F0 | F7 | 75 | 3 | 0 | 35 | 3 | 3F | 59 | 47 |
| Octal | 360 | 367 | 165 | 3 | 0 | 65 | 3 | 77 | 131 | 107 |
| Binary | 11110000 | 11110111 | 1110101 | 11 | 0 | 110101 | 11 | 111111 | 1011001 | 1000111 |
Color Harmonies of #F0F775
Complementary color
Monochromatic Colors of #F0F775
Black with #F0F775
Text Example
Text Example
White with #F0F775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F775; }
p { color: rgb(240,247,117); }
H1.HeaderClassName
{
color: #F0F775;
}
.AnyTagClassName
{
color: #F0F775;
}
</style>
background-color css
<style>
a { background-color: #F0F775; }
a { background-color: rgb(240,247,117); }
div.DivClassName
{
background-color: #F0F775;
}
.BgClassName
{
background-color: #F0F775;
}
</style>
border-color css
<style>
span { border-color: #F0F775; }
span { border-color: rgb(240,247,117); }
td.TdClassName
{
border-color: #F0F775;
}
.TagClassName
{
border-color: #F0F775;
}
</style>