Shades of Dolly #F0F676
Tints of Dolly #F0F676
RGB
CMYK
RGB Variations
Color information
#F0F676 (or 0xF0F676) is known color: Dolly. HEX triplet: F0, F6 and 76. RGB value is (240,246,118). Sum of RGB (Red+Green+Blue) = 240+246+118=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 118 (46.48% from 255 or 19.54% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F676 is #0F0989. Grayscale: #E6E6E6. Windows color (decimal): -985482 or 7796464. OLE color: 7796464.
HSL color Cylindrical-coordinate representation of color #F0F676: hue angle of 62.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0F676 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 118 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.04 |
| HSL | 62.81º | 0.88% | 0.71% | - |
| HSV(B) | 62.81º | 0.52% | 0.96% | - |
| XYZ | 72.16 | 85.74 | 29.89 | - |
| YUV | 229.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 118 | 0.02 | 0 | 0.52 | 0.04 | 62.81 | 0.88 | 0.71 |
| Hex | F0 | F6 | 76 | 2 | 0 | 34 | 4 | 3F | 58 | 47 |
| Octal | 360 | 366 | 166 | 2 | 0 | 64 | 4 | 77 | 130 | 107 |
| Binary | 11110000 | 11110110 | 1110110 | 10 | 0 | 110100 | 100 | 111111 | 1011000 | 1000111 |
Color Harmonies of #F0F676
Complementary color
Monochromatic Colors of #F0F676
Black with #F0F676
Text Example
Text Example
White with #F0F676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F676; }
p { color: rgb(240,246,118); }
H1.HeaderClassName
{
color: #F0F676;
}
.AnyTagClassName
{
color: #F0F676;
}
</style>
background-color css
<style>
a { background-color: #F0F676; }
a { background-color: rgb(240,246,118); }
div.DivClassName
{
background-color: #F0F676;
}
.BgClassName
{
background-color: #F0F676;
}
</style>
border-color css
<style>
span { border-color: #F0F676; }
span { border-color: rgb(240,246,118); }
td.TdClassName
{
border-color: #F0F676;
}
.TagClassName
{
border-color: #F0F676;
}
</style>