Shades of Dolly #F0F76A
Tints of Dolly #F0F76A
RGB
CMYK
RGB Variations
Color information
#F0F76A (or 0xF0F76A) is known color: Dolly. HEX triplet: F0, F7 and 6A. RGB value is (240,247,106). Sum of RGB (Red+Green+Blue) = 240+247+106=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 106 (41.80% from 255 or 17.88% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F76A is #0F0895. Grayscale: #E5E5E5. Windows color (decimal): -985238 or 7010288. OLE color: 7010288.
HSL color Cylindrical-coordinate representation of color #F0F76A: hue angle of 62.98º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0F76A is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 106 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.03 |
| HSL | 62.98º | 0.9% | 0.69% | - |
| HSV(B) | 62.98º | 0.57% | 0.97% | - |
| XYZ | 71.8 | 86.09 | 26.47 | - |
| YUV | 228.83 | 58.68 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 106 | 0.03 | 0 | 0.57 | 0.03 | 62.98 | 0.9 | 0.69 |
| Hex | F0 | F7 | 6A | 3 | 0 | 39 | 3 | 3F | 5A | 45 |
| Octal | 360 | 367 | 152 | 3 | 0 | 71 | 3 | 77 | 132 | 105 |
| Binary | 11110000 | 11110111 | 1101010 | 11 | 0 | 111001 | 11 | 111111 | 1011010 | 1000101 |
Color Harmonies of #F0F76A
Complementary color
Monochromatic Colors of #F0F76A
Black with #F0F76A
Text Example
Text Example
White with #F0F76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F76A; }
p { color: rgb(240,247,106); }
H1.HeaderClassName
{
color: #F0F76A;
}
.AnyTagClassName
{
color: #F0F76A;
}
</style>
background-color css
<style>
a { background-color: #F0F76A; }
a { background-color: rgb(240,247,106); }
div.DivClassName
{
background-color: #F0F76A;
}
.BgClassName
{
background-color: #F0F76A;
}
</style>
border-color css
<style>
span { border-color: #F0F76A; }
span { border-color: rgb(240,247,106); }
td.TdClassName
{
border-color: #F0F76A;
}
.TagClassName
{
border-color: #F0F76A;
}
</style>