Shades of Dolly #F2F86A
Tints of Dolly #F2F86A
RGB
CMYK
RGB Variations
Color information
#F2F86A (or 0xF2F86A) is known color: Dolly. HEX triplet: F2, F8 and 6A. RGB value is (242,248,106). Sum of RGB (Red+Green+Blue) = 242+248+106=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 106 (41.80% from 255 or 17.79% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F86A is #0D0795. Grayscale: #E6E6E6. Windows color (decimal): -853910 or 7010546. OLE color: 7010546.
HSL color Cylindrical-coordinate representation of color #F2F86A: hue angle of 62.54º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2F86A is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 106 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.03 |
| HSL | 62.54º | 0.91% | 0.69% | - |
| HSV(B) | 62.54º | 0.57% | 0.97% | - |
| XYZ | 72.79 | 87.05 | 26.6 | - |
| YUV | 230.02 | 58.01 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 106 | 0.02 | 0 | 0.57 | 0.03 | 62.54 | 0.91 | 0.69 |
| Hex | F2 | F8 | 6A | 2 | 0 | 39 | 3 | 3F | 5B | 45 |
| Octal | 362 | 370 | 152 | 2 | 0 | 71 | 3 | 77 | 133 | 105 |
| Binary | 11110010 | 11111000 | 1101010 | 10 | 0 | 111001 | 11 | 111111 | 1011011 | 1000101 |
Color Harmonies of #F2F86A
Complementary color
Monochromatic Colors of #F2F86A
Black with #F2F86A
Text Example
Text Example
White with #F2F86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F86A; }
p { color: rgb(242,248,106); }
H1.HeaderClassName
{
color: #F2F86A;
}
.AnyTagClassName
{
color: #F2F86A;
}
</style>
background-color css
<style>
a { background-color: #F2F86A; }
a { background-color: rgb(242,248,106); }
div.DivClassName
{
background-color: #F2F86A;
}
.BgClassName
{
background-color: #F2F86A;
}
</style>
border-color css
<style>
span { border-color: #F2F86A; }
span { border-color: rgb(242,248,106); }
td.TdClassName
{
border-color: #F2F86A;
}
.TagClassName
{
border-color: #F2F86A;
}
</style>