Shades of Dolly #F2F979
Tints of Dolly #F2F979
RGB
CMYK
RGB Variations
Color information
#F2F979 (or 0xF2F979) is known color: Dolly. HEX triplet: F2, F9 and 79. RGB value is (242,249,121). Sum of RGB (Red+Green+Blue) = 242+249+121=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 121 (47.66% from 255 or 19.77% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F979 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F979 is #0D0686. Grayscale: #E8E8E8. Windows color (decimal): -853639 or 7993842. OLE color: 7993842.
HSL color Cylindrical-coordinate representation of color #F2F979: hue angle of 63.28º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2F979 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 121 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.02 |
| HSL | 63.28º | 0.91% | 0.73% | - |
| HSV(B) | 63.28º | 0.51% | 0.98% | - |
| XYZ | 73.94 | 88.01 | 31.18 | - |
| YUV | 232.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 121 | 0.03 | 0 | 0.51 | 0.02 | 63.28 | 0.91 | 0.73 |
| Hex | F2 | F9 | 79 | 3 | 0 | 33 | 2 | 3F | 5B | 49 |
| Octal | 362 | 371 | 171 | 3 | 0 | 63 | 2 | 77 | 133 | 111 |
| Binary | 11110010 | 11111001 | 1111001 | 11 | 0 | 110011 | 10 | 111111 | 1011011 | 1001001 |
Color Harmonies of #F2F979
Complementary color
Monochromatic Colors of #F2F979
Black with #F2F979
Text Example
Text Example
White with #F2F979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F979; }
p { color: rgb(242,249,121); }
H1.HeaderClassName
{
color: #F2F979;
}
.AnyTagClassName
{
color: #F2F979;
}
</style>
background-color css
<style>
a { background-color: #F2F979; }
a { background-color: rgb(242,249,121); }
div.DivClassName
{
background-color: #F2F979;
}
.BgClassName
{
background-color: #F2F979;
}
</style>
border-color css
<style>
span { border-color: #F2F979; }
span { border-color: rgb(242,249,121); }
td.TdClassName
{
border-color: #F2F979;
}
.TagClassName
{
border-color: #F2F979;
}
</style>