Shades of Dolly #F2F072
Tints of Dolly #F2F072
RGB
CMYK
RGB Variations
Color information
#F2F072 (or 0xF2F072) is known color: Dolly. HEX triplet: F2, F0 and 72. RGB value is (242,240,114). Sum of RGB (Red+Green+Blue) = 242+240+114=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 114 (44.92% from 255 or 19.13% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F072 is #0D0F8D. Grayscale: #E2E2E2. Windows color (decimal): -855950 or 7532786. OLE color: 7532786.
HSL color Cylindrical-coordinate representation of color #F2F072: hue angle of 59.06º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2F072 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 114 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.05 |
| HSL | 59.06º | 0.83% | 0.7% | - |
| HSV(B) | 59.06º | 0.53% | 0.95% | - |
| XYZ | 70.82 | 82.41 | 28.09 | - |
| YUV | 226.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 114 | 0 | 0.01 | 0.53 | 0.05 | 59.06 | 0.83 | 0.7 |
| Hex | F2 | F0 | 72 | 0 | 1 | 35 | 5 | 3B | 53 | 46 |
| Octal | 362 | 360 | 162 | 0 | 1 | 65 | 5 | 73 | 123 | 106 |
| Binary | 11110010 | 11110000 | 1110010 | 0 | 1 | 110101 | 101 | 111011 | 1010011 | 1000110 |
Color Harmonies of #F2F072
Complementary color
Monochromatic Colors of #F2F072
Black with #F2F072
Text Example
Text Example
White with #F2F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F072; }
p { color: rgb(242,240,114); }
H1.HeaderClassName
{
color: #F2F072;
}
.AnyTagClassName
{
color: #F2F072;
}
</style>
background-color css
<style>
a { background-color: #F2F072; }
a { background-color: rgb(242,240,114); }
div.DivClassName
{
background-color: #F2F072;
}
.BgClassName
{
background-color: #F2F072;
}
</style>
border-color css
<style>
span { border-color: #F2F072; }
span { border-color: rgb(242,240,114); }
td.TdClassName
{
border-color: #F2F072;
}
.TagClassName
{
border-color: #F2F072;
}
</style>