Shades of Dolly #F2F773
Tints of Dolly #F2F773
RGB
CMYK
RGB Variations
Color information
#F2F773 (or 0xF2F773) is known color: Dolly. HEX triplet: F2, F7 and 73. RGB value is (242,247,115). Sum of RGB (Red+Green+Blue) = 242+247+115=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 115 (45.31% from 255 or 19.04% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F773 is #0D088C. Grayscale: #E6E6E6. Windows color (decimal): -854157 or 7600114. OLE color: 7600114.
HSL color Cylindrical-coordinate representation of color #F2F773: hue angle of 62.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2F773 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 115 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.03 |
| HSL | 62.27º | 0.89% | 0.71% | - |
| HSV(B) | 62.27º | 0.53% | 0.97% | - |
| XYZ | 72.97 | 86.64 | 29.1 | - |
| YUV | 230.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 115 | 0.02 | 0 | 0.53 | 0.03 | 62.27 | 0.89 | 0.71 |
| Hex | F2 | F7 | 73 | 2 | 0 | 35 | 3 | 3E | 59 | 47 |
| Octal | 362 | 367 | 163 | 2 | 0 | 65 | 3 | 76 | 131 | 107 |
| Binary | 11110010 | 11110111 | 1110011 | 10 | 0 | 110101 | 11 | 111110 | 1011001 | 1000111 |
Color Harmonies of #F2F773
Complementary color
Monochromatic Colors of #F2F773
Black with #F2F773
Text Example
Text Example
White with #F2F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F773; }
p { color: rgb(242,247,115); }
H1.HeaderClassName
{
color: #F2F773;
}
.AnyTagClassName
{
color: #F2F773;
}
</style>
background-color css
<style>
a { background-color: #F2F773; }
a { background-color: rgb(242,247,115); }
div.DivClassName
{
background-color: #F2F773;
}
.BgClassName
{
background-color: #F2F773;
}
</style>
border-color css
<style>
span { border-color: #F2F773; }
span { border-color: rgb(242,247,115); }
td.TdClassName
{
border-color: #F2F773;
}
.TagClassName
{
border-color: #F2F773;
}
</style>