Shades of Dolly #F2F66A
Tints of Dolly #F2F66A
RGB
CMYK
RGB Variations
Color information
#F2F66A (or 0xF2F66A) is known color: Dolly. HEX triplet: F2, F6 and 6A. RGB value is (242,246,106). Sum of RGB (Red+Green+Blue) = 242+246+106=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F66A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F66A is #0D0995. Grayscale: #E5E5E5. Windows color (decimal): -854422 or 7010034. OLE color: 7010034.
HSL color Cylindrical-coordinate representation of color #F2F66A: hue angle of 61.71º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2F66A is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 106 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.04 |
| HSL | 61.71º | 0.89% | 0.69% | - |
| HSV(B) | 61.71º | 0.57% | 0.96% | - |
| XYZ | 72.18 | 85.83 | 26.4 | - |
| YUV | 228.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 106 | 0.02 | 0 | 0.57 | 0.04 | 61.71 | 0.89 | 0.69 |
| Hex | F2 | F6 | 6A | 2 | 0 | 39 | 4 | 3E | 59 | 45 |
| Octal | 362 | 366 | 152 | 2 | 0 | 71 | 4 | 76 | 131 | 105 |
| Binary | 11110010 | 11110110 | 1101010 | 10 | 0 | 111001 | 100 | 111110 | 1011001 | 1000101 |
Color Harmonies of #F2F66A
Complementary color
Monochromatic Colors of #F2F66A
Black with #F2F66A
Text Example
Text Example
White with #F2F66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F66A; }
p { color: rgb(242,246,106); }
H1.HeaderClassName
{
color: #F2F66A;
}
.AnyTagClassName
{
color: #F2F66A;
}
</style>
background-color css
<style>
a { background-color: #F2F66A; }
a { background-color: rgb(242,246,106); }
div.DivClassName
{
background-color: #F2F66A;
}
.BgClassName
{
background-color: #F2F66A;
}
</style>
border-color css
<style>
span { border-color: #F2F66A; }
span { border-color: rgb(242,246,106); }
td.TdClassName
{
border-color: #F2F66A;
}
.TagClassName
{
border-color: #F2F66A;
}
</style>