Shades of Dolly #F0F77A
Tints of Dolly #F0F77A
RGB
CMYK
RGB Variations
Color information
#F0F77A (or 0xF0F77A) is known color: Dolly. HEX triplet: F0, F7 and 7A. RGB value is (240,247,122). Sum of RGB (Red+Green+Blue) = 240+247+122=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 122 (48.05% from 255 or 20.03% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F77A is #0F0885. Grayscale: #E7E7E7. Windows color (decimal): -985222 or 8058864. OLE color: 8058864.
HSL color Cylindrical-coordinate representation of color #F0F77A: hue angle of 63.36º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0F77A is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 122 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.03 |
| HSL | 63.36º | 0.89% | 0.72% | - |
| HSV(B) | 63.36º | 0.51% | 0.97% | - |
| XYZ | 72.71 | 86.45 | 31.27 | - |
| YUV | 230.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 122 | 0.03 | 0 | 0.51 | 0.03 | 63.36 | 0.89 | 0.72 |
| Hex | F0 | F7 | 7A | 3 | 0 | 33 | 3 | 3F | 59 | 48 |
| Octal | 360 | 367 | 172 | 3 | 0 | 63 | 3 | 77 | 131 | 110 |
| Binary | 11110000 | 11110111 | 1111010 | 11 | 0 | 110011 | 11 | 111111 | 1011001 | 1001000 |
Color Harmonies of #F0F77A
Complementary color
Monochromatic Colors of #F0F77A
Black with #F0F77A
Text Example
Text Example
White with #F0F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F77A; }
p { color: rgb(240,247,122); }
H1.HeaderClassName
{
color: #F0F77A;
}
.AnyTagClassName
{
color: #F0F77A;
}
</style>
background-color css
<style>
a { background-color: #F0F77A; }
a { background-color: rgb(240,247,122); }
div.DivClassName
{
background-color: #F0F77A;
}
.BgClassName
{
background-color: #F0F77A;
}
</style>
border-color css
<style>
span { border-color: #F0F77A; }
span { border-color: rgb(240,247,122); }
td.TdClassName
{
border-color: #F0F77A;
}
.TagClassName
{
border-color: #F0F77A;
}
</style>