Shades of Dolly #F2F874
Tints of Dolly #F2F874
RGB
CMYK
RGB Variations
Color information
#F2F874 (or 0xF2F874) is known color: Dolly. HEX triplet: F2, F8 and 74. RGB value is (242,248,116). Sum of RGB (Red+Green+Blue) = 242+248+116=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 116 (45.70% from 255 or 19.14% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F874 is #0D078B. Grayscale: #E7E7E7. Windows color (decimal): -853900 or 7665906. OLE color: 7665906.
HSL color Cylindrical-coordinate representation of color #F2F874: hue angle of 62.73º degrees, saturation: 0.9, 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 #F2F874 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 116 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.03 |
| HSL | 62.73º | 0.9% | 0.71% | - |
| HSV(B) | 62.73º | 0.53% | 0.97% | - |
| XYZ | 73.34 | 87.27 | 29.5 | - |
| YUV | 231.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 116 | 0.02 | 0 | 0.53 | 0.03 | 62.73 | 0.9 | 0.71 |
| Hex | F2 | F8 | 74 | 2 | 0 | 35 | 3 | 3F | 5A | 47 |
| Octal | 362 | 370 | 164 | 2 | 0 | 65 | 3 | 77 | 132 | 107 |
| Binary | 11110010 | 11111000 | 1110100 | 10 | 0 | 110101 | 11 | 111111 | 1011010 | 1000111 |
Color Harmonies of #F2F874
Complementary color
Monochromatic Colors of #F2F874
Black with #F2F874
Text Example
Text Example
White with #F2F874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F874; }
p { color: rgb(242,248,116); }
H1.HeaderClassName
{
color: #F2F874;
}
.AnyTagClassName
{
color: #F2F874;
}
</style>
background-color css
<style>
a { background-color: #F2F874; }
a { background-color: rgb(242,248,116); }
div.DivClassName
{
background-color: #F2F874;
}
.BgClassName
{
background-color: #F2F874;
}
</style>
border-color css
<style>
span { border-color: #F2F874; }
span { border-color: rgb(242,248,116); }
td.TdClassName
{
border-color: #F2F874;
}
.TagClassName
{
border-color: #F2F874;
}
</style>