Shades of Dolly #F2F86E
Tints of Dolly #F2F86E
RGB
CMYK
RGB Variations
Color information
#F2F86E (or 0xF2F86E) is known color: Dolly. HEX triplet: F2, F8 and 6E. RGB value is (242,248,110). Sum of RGB (Red+Green+Blue) = 242+248+110=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 110 (43.36% from 255 or 18.33% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F86E is #0D0791. Grayscale: #E7E7E7. Windows color (decimal): -853906 or 7272690. OLE color: 7272690.
HSL color Cylindrical-coordinate representation of color #F2F86E: hue angle of 62.61º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2F86E is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 110 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.03 |
| HSL | 62.61º | 0.91% | 0.7% | - |
| HSV(B) | 62.61º | 0.56% | 0.97% | - |
| XYZ | 73 | 87.14 | 27.72 | - |
| YUV | 230.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 110 | 0.02 | 0 | 0.56 | 0.03 | 62.61 | 0.91 | 0.7 |
| Hex | F2 | F8 | 6E | 2 | 0 | 38 | 3 | 3F | 5B | 46 |
| Octal | 362 | 370 | 156 | 2 | 0 | 70 | 3 | 77 | 133 | 106 |
| Binary | 11110010 | 11111000 | 1101110 | 10 | 0 | 111000 | 11 | 111111 | 1011011 | 1000110 |
Color Harmonies of #F2F86E
Complementary color
Monochromatic Colors of #F2F86E
Black with #F2F86E
Text Example
Text Example
White with #F2F86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F86E; }
p { color: rgb(242,248,110); }
H1.HeaderClassName
{
color: #F2F86E;
}
.AnyTagClassName
{
color: #F2F86E;
}
</style>
background-color css
<style>
a { background-color: #F2F86E; }
a { background-color: rgb(242,248,110); }
div.DivClassName
{
background-color: #F2F86E;
}
.BgClassName
{
background-color: #F2F86E;
}
</style>
border-color css
<style>
span { border-color: #F2F86E; }
span { border-color: rgb(242,248,110); }
td.TdClassName
{
border-color: #F2F86E;
}
.TagClassName
{
border-color: #F2F86E;
}
</style>