Shades of Dolly #F0F976
Tints of Dolly #F0F976
RGB
CMYK
RGB Variations
Color information
#F0F976 (or 0xF0F976) is known color: Dolly. HEX triplet: F0, F9 and 76. RGB value is (240,249,118). Sum of RGB (Red+Green+Blue) = 240+249+118=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 118 (46.48% from 255 or 19.44% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F976 is #0F0689. Grayscale: #E7E7E7. Windows color (decimal): -984714 or 7797232. OLE color: 7797232.
HSL color Cylindrical-coordinate representation of color #F0F976: hue angle of 64.12º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0F976 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 118 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.02 |
| HSL | 64.12º | 0.92% | 0.72% | - |
| HSV(B) | 64.12º | 0.53% | 0.98% | - |
| XYZ | 73.08 | 87.58 | 30.19 | - |
| YUV | 231.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 118 | 0.04 | 0 | 0.53 | 0.02 | 64.12 | 0.92 | 0.72 |
| Hex | F0 | F9 | 76 | 4 | 0 | 35 | 2 | 40 | 5C | 48 |
| Octal | 360 | 371 | 166 | 4 | 0 | 65 | 2 | 100 | 134 | 110 |
| Binary | 11110000 | 11111001 | 1110110 | 100 | 0 | 110101 | 10 | 1000000 | 1011100 | 1001000 |
Color Harmonies of #F0F976
Complementary color
Monochromatic Colors of #F0F976
Black with #F0F976
Text Example
Text Example
White with #F0F976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F976; }
p { color: rgb(240,249,118); }
H1.HeaderClassName
{
color: #F0F976;
}
.AnyTagClassName
{
color: #F0F976;
}
</style>
background-color css
<style>
a { background-color: #F0F976; }
a { background-color: rgb(240,249,118); }
div.DivClassName
{
background-color: #F0F976;
}
.BgClassName
{
background-color: #F0F976;
}
</style>
border-color css
<style>
span { border-color: #F0F976; }
span { border-color: rgb(240,249,118); }
td.TdClassName
{
border-color: #F0F976;
}
.TagClassName
{
border-color: #F0F976;
}
</style>