Shades of Dolly #F2F16B
Tints of Dolly #F2F16B
RGB
CMYK
RGB Variations
Color information
#F2F16B (or 0xF2F16B) is known color: Dolly. HEX triplet: F2, F1 and 6B. RGB value is (242,241,107). Sum of RGB (Red+Green+Blue) = 242+241+107=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 107 (42.19% from 255 or 18.14% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F16B is #0D0E94. Grayscale: #E2E2E2. Windows color (decimal): -855701 or 7074290. OLE color: 7074290.
HSL color Cylindrical-coordinate representation of color #F2F16B: hue angle of 59.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2F16B is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 107 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.05 |
| HSL | 59.56º | 0.84% | 0.68% | - |
| HSV(B) | 59.56º | 0.56% | 0.95% | - |
| XYZ | 70.73 | 82.85 | 26.17 | - |
| YUV | 226.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 107 | 0 | 0.00 | 0.56 | 0.05 | 59.56 | 0.84 | 0.68 |
| Hex | F2 | F1 | 6B | 0 | 0 | 38 | 5 | 3C | 54 | 44 |
| Octal | 362 | 361 | 153 | 0 | 0 | 70 | 5 | 74 | 124 | 104 |
| Binary | 11110010 | 11110001 | 1101011 | 0 | 0 | 111000 | 101 | 111100 | 1010100 | 1000100 |
Color Harmonies of #F2F16B
Complementary color
Monochromatic Colors of #F2F16B
Black with #F2F16B
Text Example
Text Example
White with #F2F16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F16B; }
p { color: rgb(242,241,107); }
H1.HeaderClassName
{
color: #F2F16B;
}
.AnyTagClassName
{
color: #F2F16B;
}
</style>
background-color css
<style>
a { background-color: #F2F16B; }
a { background-color: rgb(242,241,107); }
div.DivClassName
{
background-color: #F2F16B;
}
.BgClassName
{
background-color: #F2F16B;
}
</style>
border-color css
<style>
span { border-color: #F2F16B; }
span { border-color: rgb(242,241,107); }
td.TdClassName
{
border-color: #F2F16B;
}
.TagClassName
{
border-color: #F2F16B;
}
</style>