Shades of Dolly #F0F176
Tints of Dolly #F0F176
RGB
CMYK
RGB Variations
Color information
#F0F176 (or 0xF0F176) is known color: Dolly. HEX triplet: F0, F1 and 76. RGB value is (240,241,118). Sum of RGB (Red+Green+Blue) = 240+241+118=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 118 (46.48% from 255 or 19.70% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F176 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F176 is #0F0E89. Grayscale: #E3E3E3. Windows color (decimal): -986762 or 7795184. OLE color: 7795184.
HSL color Cylindrical-coordinate representation of color #F0F176: hue angle of 60.49º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0F176 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 118 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.05 |
| HSL | 60.49º | 0.81% | 0.7% | - |
| HSV(B) | 60.49º | 0.51% | 0.95% | - |
| XYZ | 70.66 | 82.74 | 29.39 | - |
| YUV | 226.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 118 | 0.00 | 0 | 0.51 | 0.05 | 60.49 | 0.81 | 0.7 |
| Hex | F0 | F1 | 76 | 0 | 0 | 33 | 5 | 3C | 51 | 46 |
| Octal | 360 | 361 | 166 | 0 | 0 | 63 | 5 | 74 | 121 | 106 |
| Binary | 11110000 | 11110001 | 1110110 | 0 | 0 | 110011 | 101 | 111100 | 1010001 | 1000110 |
Color Harmonies of #F0F176
Complementary color
Monochromatic Colors of #F0F176
Black with #F0F176
Text Example
Text Example
White with #F0F176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F176; }
p { color: rgb(240,241,118); }
H1.HeaderClassName
{
color: #F0F176;
}
.AnyTagClassName
{
color: #F0F176;
}
</style>
background-color css
<style>
a { background-color: #F0F176; }
a { background-color: rgb(240,241,118); }
div.DivClassName
{
background-color: #F0F176;
}
.BgClassName
{
background-color: #F0F176;
}
</style>
border-color css
<style>
span { border-color: #F0F176; }
span { border-color: rgb(240,241,118); }
td.TdClassName
{
border-color: #F0F176;
}
.TagClassName
{
border-color: #F0F176;
}
</style>