Shades of Dolly #F2F06C
Tints of Dolly #F2F06C
RGB
CMYK
RGB Variations
Color information
#F2F06C (or 0xF2F06C) is known color: Dolly. HEX triplet: F2, F0 and 6C. RGB value is (242,240,108). Sum of RGB (Red+Green+Blue) = 242+240+108=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 108 (42.58% from 255 or 18.31% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F06C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F06C is #0D0F93. Grayscale: #E2E2E2. Windows color (decimal): -855956 or 7139570. OLE color: 7139570.
HSL color Cylindrical-coordinate representation of color #F2F06C: hue angle of 59.1º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2F06C is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 108 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.05 |
| HSL | 59.1º | 0.84% | 0.69% | - |
| HSV(B) | 59.1º | 0.55% | 0.95% | - |
| XYZ | 70.48 | 82.28 | 26.35 | - |
| YUV | 225.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 108 | 0 | 0.01 | 0.55 | 0.05 | 59.1 | 0.84 | 0.69 |
| Hex | F2 | F0 | 6C | 0 | 1 | 37 | 5 | 3B | 54 | 45 |
| Octal | 362 | 360 | 154 | 0 | 1 | 67 | 5 | 73 | 124 | 105 |
| Binary | 11110010 | 11110000 | 1101100 | 0 | 1 | 110111 | 101 | 111011 | 1010100 | 1000101 |
Color Harmonies of #F2F06C
Complementary color
Monochromatic Colors of #F2F06C
Black with #F2F06C
Text Example
Text Example
White with #F2F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F06C; }
p { color: rgb(242,240,108); }
H1.HeaderClassName
{
color: #F2F06C;
}
.AnyTagClassName
{
color: #F2F06C;
}
</style>
background-color css
<style>
a { background-color: #F2F06C; }
a { background-color: rgb(242,240,108); }
div.DivClassName
{
background-color: #F2F06C;
}
.BgClassName
{
background-color: #F2F06C;
}
</style>
border-color css
<style>
span { border-color: #F2F06C; }
span { border-color: rgb(242,240,108); }
td.TdClassName
{
border-color: #F2F06C;
}
.TagClassName
{
border-color: #F2F06C;
}
</style>