Shades of Dolly #F2F76B
Tints of Dolly #F2F76B
RGB
CMYK
RGB Variations
Color information
#F2F76B (or 0xF2F76B) is known color: Dolly. HEX triplet: F2, F7 and 6B. RGB value is (242,247,107). Sum of RGB (Red+Green+Blue) = 242+247+107=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 107 (42.19% from 255 or 17.95% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F76B is #0D0894. Grayscale: #E6E6E6. Windows color (decimal): -854165 or 7075826. OLE color: 7075826.
HSL color Cylindrical-coordinate representation of color #F2F76B: hue angle of 62.14º degrees, saturation: 0.9, 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 #F2F76B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 107 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.03 |
| HSL | 62.14º | 0.9% | 0.69% | - |
| HSV(B) | 62.14º | 0.57% | 0.97% | - |
| XYZ | 72.53 | 86.46 | 26.78 | - |
| YUV | 229.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 107 | 0.02 | 0 | 0.57 | 0.03 | 62.14 | 0.9 | 0.69 |
| Hex | F2 | F7 | 6B | 2 | 0 | 39 | 3 | 3E | 5A | 45 |
| Octal | 362 | 367 | 153 | 2 | 0 | 71 | 3 | 76 | 132 | 105 |
| Binary | 11110010 | 11110111 | 1101011 | 10 | 0 | 111001 | 11 | 111110 | 1011010 | 1000101 |
Color Harmonies of #F2F76B
Complementary color
Monochromatic Colors of #F2F76B
Black with #F2F76B
Text Example
Text Example
White with #F2F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F76B; }
p { color: rgb(242,247,107); }
H1.HeaderClassName
{
color: #F2F76B;
}
.AnyTagClassName
{
color: #F2F76B;
}
</style>
background-color css
<style>
a { background-color: #F2F76B; }
a { background-color: rgb(242,247,107); }
div.DivClassName
{
background-color: #F2F76B;
}
.BgClassName
{
background-color: #F2F76B;
}
</style>
border-color css
<style>
span { border-color: #F2F76B; }
span { border-color: rgb(242,247,107); }
td.TdClassName
{
border-color: #F2F76B;
}
.TagClassName
{
border-color: #F2F76B;
}
</style>