Shades of Dolly #F2F66B
Tints of Dolly #F2F66B
RGB
CMYK
RGB Variations
Color information
#F2F66B (or 0xF2F66B) is known color: Dolly. HEX triplet: F2, F6 and 6B. RGB value is (242,246,107). Sum of RGB (Red+Green+Blue) = 242+246+107=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 107 (42.19% from 255 or 17.98% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F66B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F66B is #0D0994. Grayscale: #E5E5E5. Windows color (decimal): -854421 or 7075570. OLE color: 7075570.
HSL color Cylindrical-coordinate representation of color #F2F66B: hue angle of 61.73º 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 #F2F66B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 107 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.04 |
| HSL | 61.73º | 0.89% | 0.69% | - |
| HSV(B) | 61.73º | 0.57% | 0.96% | - |
| XYZ | 72.23 | 85.85 | 26.67 | - |
| YUV | 228.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 107 | 0.02 | 0 | 0.57 | 0.04 | 61.73 | 0.89 | 0.69 |
| Hex | F2 | F6 | 6B | 2 | 0 | 39 | 4 | 3E | 59 | 45 |
| Octal | 362 | 366 | 153 | 2 | 0 | 71 | 4 | 76 | 131 | 105 |
| Binary | 11110010 | 11110110 | 1101011 | 10 | 0 | 111001 | 100 | 111110 | 1011001 | 1000101 |
Color Harmonies of #F2F66B
Complementary color
Monochromatic Colors of #F2F66B
Black with #F2F66B
Text Example
Text Example
White with #F2F66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F66B; }
p { color: rgb(242,246,107); }
H1.HeaderClassName
{
color: #F2F66B;
}
.AnyTagClassName
{
color: #F2F66B;
}
</style>
background-color css
<style>
a { background-color: #F2F66B; }
a { background-color: rgb(242,246,107); }
div.DivClassName
{
background-color: #F2F66B;
}
.BgClassName
{
background-color: #F2F66B;
}
</style>
border-color css
<style>
span { border-color: #F2F66B; }
span { border-color: rgb(242,246,107); }
td.TdClassName
{
border-color: #F2F66B;
}
.TagClassName
{
border-color: #F2F66B;
}
</style>