Shades of Dolly #F2F16D
Tints of Dolly #F2F16D
RGB
CMYK
RGB Variations
Color information
#F2F16D (or 0xF2F16D) is known color: Dolly. HEX triplet: F2, F1 and 6D. RGB value is (242,241,109). Sum of RGB (Red+Green+Blue) = 242+241+109=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 109 (42.97% from 255 or 18.41% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F16D is #0D0E92. Grayscale: #E2E2E2. Windows color (decimal): -855699 or 7205362. OLE color: 7205362.
HSL color Cylindrical-coordinate representation of color #F2F16D: hue angle of 59.55º 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 #F2F16D is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 109 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.05 |
| HSL | 59.55º | 0.84% | 0.69% | - |
| HSV(B) | 59.55º | 0.55% | 0.95% | - |
| XYZ | 70.83 | 82.89 | 26.73 | - |
| YUV | 226.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 109 | 0 | 0.00 | 0.55 | 0.05 | 59.55 | 0.84 | 0.69 |
| Hex | F2 | F1 | 6D | 0 | 0 | 37 | 5 | 3C | 54 | 45 |
| Octal | 362 | 361 | 155 | 0 | 0 | 67 | 5 | 74 | 124 | 105 |
| Binary | 11110010 | 11110001 | 1101101 | 0 | 0 | 110111 | 101 | 111100 | 1010100 | 1000101 |
Color Harmonies of #F2F16D
Complementary color
Monochromatic Colors of #F2F16D
Black with #F2F16D
Text Example
Text Example
White with #F2F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F16D; }
p { color: rgb(242,241,109); }
H1.HeaderClassName
{
color: #F2F16D;
}
.AnyTagClassName
{
color: #F2F16D;
}
</style>
background-color css
<style>
a { background-color: #F2F16D; }
a { background-color: rgb(242,241,109); }
div.DivClassName
{
background-color: #F2F16D;
}
.BgClassName
{
background-color: #F2F16D;
}
</style>
border-color css
<style>
span { border-color: #F2F16D; }
span { border-color: rgb(242,241,109); }
td.TdClassName
{
border-color: #F2F16D;
}
.TagClassName
{
border-color: #F2F16D;
}
</style>