Shades of Dolly #F2F77A
Tints of Dolly #F2F77A
RGB
CMYK
RGB Variations
Color information
#F2F77A (or 0xF2F77A) is known color: Dolly. HEX triplet: F2, F7 and 7A. RGB value is (242,247,122). Sum of RGB (Red+Green+Blue) = 242+247+122=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 122 (48.05% from 255 or 19.97% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F77A is #0D0885. Grayscale: #E7E7E7. Windows color (decimal): -854150 or 8058866. OLE color: 8058866.
HSL color Cylindrical-coordinate representation of color #F2F77A: hue angle of 62.4º 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 #F2F77A is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 122 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.03 |
| HSL | 62.4º | 0.89% | 0.72% | - |
| HSV(B) | 62.4º | 0.51% | 0.97% | - |
| XYZ | 73.39 | 86.8 | 31.3 | - |
| YUV | 231.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 122 | 0.02 | 0 | 0.51 | 0.03 | 62.4 | 0.89 | 0.72 |
| Hex | F2 | F7 | 7A | 2 | 0 | 33 | 3 | 3E | 59 | 48 |
| Octal | 362 | 367 | 172 | 2 | 0 | 63 | 3 | 76 | 131 | 110 |
| Binary | 11110010 | 11110111 | 1111010 | 10 | 0 | 110011 | 11 | 111110 | 1011001 | 1001000 |
Color Harmonies of #F2F77A
Complementary color
Monochromatic Colors of #F2F77A
Black with #F2F77A
Text Example
Text Example
White with #F2F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F77A; }
p { color: rgb(242,247,122); }
H1.HeaderClassName
{
color: #F2F77A;
}
.AnyTagClassName
{
color: #F2F77A;
}
</style>
background-color css
<style>
a { background-color: #F2F77A; }
a { background-color: rgb(242,247,122); }
div.DivClassName
{
background-color: #F2F77A;
}
.BgClassName
{
background-color: #F2F77A;
}
</style>
border-color css
<style>
span { border-color: #F2F77A; }
span { border-color: rgb(242,247,122); }
td.TdClassName
{
border-color: #F2F77A;
}
.TagClassName
{
border-color: #F2F77A;
}
</style>