Shades of Dolly #F2F06F
Tints of Dolly #F2F06F
RGB
CMYK
RGB Variations
Color information
#F2F06F (or 0xF2F06F) is known color: Dolly. HEX triplet: F2, F0 and 6F. RGB value is (242,240,111). Sum of RGB (Red+Green+Blue) = 242+240+111=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 111 (43.75% from 255 or 18.72% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F06F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F06F is #0D0F90. Grayscale: #E2E2E2. Windows color (decimal): -855953 or 7336178. OLE color: 7336178.
HSL color Cylindrical-coordinate representation of color #F2F06F: hue angle of 59.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2F06F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 111 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.05 |
| HSL | 59.08º | 0.83% | 0.69% | - |
| HSV(B) | 59.08º | 0.54% | 0.95% | - |
| XYZ | 70.65 | 82.35 | 27.21 | - |
| YUV | 225.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 111 | 0 | 0.01 | 0.54 | 0.05 | 59.08 | 0.83 | 0.69 |
| Hex | F2 | F0 | 6F | 0 | 1 | 36 | 5 | 3B | 53 | 45 |
| Octal | 362 | 360 | 157 | 0 | 1 | 66 | 5 | 73 | 123 | 105 |
| Binary | 11110010 | 11110000 | 1101111 | 0 | 1 | 110110 | 101 | 111011 | 1010011 | 1000101 |
Color Harmonies of #F2F06F
Complementary color
Monochromatic Colors of #F2F06F
Black with #F2F06F
Text Example
Text Example
White with #F2F06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F06F; }
p { color: rgb(242,240,111); }
H1.HeaderClassName
{
color: #F2F06F;
}
.AnyTagClassName
{
color: #F2F06F;
}
</style>
background-color css
<style>
a { background-color: #F2F06F; }
a { background-color: rgb(242,240,111); }
div.DivClassName
{
background-color: #F2F06F;
}
.BgClassName
{
background-color: #F2F06F;
}
</style>
border-color css
<style>
span { border-color: #F2F06F; }
span { border-color: rgb(242,240,111); }
td.TdClassName
{
border-color: #F2F06F;
}
.TagClassName
{
border-color: #F2F06F;
}
</style>