Shades of Dolly #F2F471
Tints of Dolly #F2F471
RGB
CMYK
RGB Variations
Color information
#F2F471 (or 0xF2F471) is known color: Dolly. HEX triplet: F2, F4 and 71. RGB value is (242,244,113). Sum of RGB (Red+Green+Blue) = 242+244+113=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 113 (44.53% from 255 or 18.86% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F471 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F471 is #0D0B8E. Grayscale: #E4E4E4. Windows color (decimal): -854927 or 7468274. OLE color: 7468274.
HSL color Cylindrical-coordinate representation of color #F2F471: hue angle of 60.92º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2F471 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 113 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.04 |
| HSL | 60.92º | 0.86% | 0.7% | - |
| HSV(B) | 60.92º | 0.54% | 0.96% | - |
| XYZ | 71.95 | 84.77 | 28.19 | - |
| YUV | 228.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 113 | 0.01 | 0 | 0.54 | 0.04 | 60.92 | 0.86 | 0.7 |
| Hex | F2 | F4 | 71 | 1 | 0 | 36 | 4 | 3D | 56 | 46 |
| Octal | 362 | 364 | 161 | 1 | 0 | 66 | 4 | 75 | 126 | 106 |
| Binary | 11110010 | 11110100 | 1110001 | 1 | 0 | 110110 | 100 | 111101 | 1010110 | 1000110 |
Color Harmonies of #F2F471
Complementary color
Monochromatic Colors of #F2F471
Black with #F2F471
Text Example
Text Example
White with #F2F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F471; }
p { color: rgb(242,244,113); }
H1.HeaderClassName
{
color: #F2F471;
}
.AnyTagClassName
{
color: #F2F471;
}
</style>
background-color css
<style>
a { background-color: #F2F471; }
a { background-color: rgb(242,244,113); }
div.DivClassName
{
background-color: #F2F471;
}
.BgClassName
{
background-color: #F2F471;
}
</style>
border-color css
<style>
span { border-color: #F2F471; }
span { border-color: rgb(242,244,113); }
td.TdClassName
{
border-color: #F2F471;
}
.TagClassName
{
border-color: #F2F471;
}
</style>