Shades of Dolly #F1F76B
Tints of Dolly #F1F76B
RGB
CMYK
RGB Variations
Color information
#F1F76B (or 0xF1F76B) is known color: Dolly. HEX triplet: F1, F7 and 6B. RGB value is (241,247,107). Sum of RGB (Red+Green+Blue) = 241+247+107=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 107 (42.19% from 255 or 17.98% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F76B is #0E0894. Grayscale: #E5E5E5. Windows color (decimal): -919701 or 7075825. OLE color: 7075825.
HSL color Cylindrical-coordinate representation of color #F1F76B: hue angle of 62.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1F76B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 247 | 107 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.03 |
| HSL | 62.57º | 0.9% | 0.69% | - |
| HSV(B) | 62.57º | 0.57% | 0.97% | - |
| XYZ | 72.19 | 86.28 | 26.76 | - |
| YUV | 229.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 247 | 107 | 0.02 | 0 | 0.57 | 0.03 | 62.57 | 0.9 | 0.69 |
| Hex | F1 | F7 | 6B | 2 | 0 | 39 | 3 | 3F | 5A | 45 |
| Octal | 361 | 367 | 153 | 2 | 0 | 71 | 3 | 77 | 132 | 105 |
| Binary | 11110001 | 11110111 | 1101011 | 10 | 0 | 111001 | 11 | 111111 | 1011010 | 1000101 |
Color Harmonies of #F1F76B
Complementary color
Monochromatic Colors of #F1F76B
Black with #F1F76B
Text Example
Text Example
White with #F1F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F76B; }
p { color: rgb(241,247,107); }
H1.HeaderClassName
{
color: #F1F76B;
}
.AnyTagClassName
{
color: #F1F76B;
}
</style>
background-color css
<style>
a { background-color: #F1F76B; }
a { background-color: rgb(241,247,107); }
div.DivClassName
{
background-color: #F1F76B;
}
.BgClassName
{
background-color: #F1F76B;
}
</style>
border-color css
<style>
span { border-color: #F1F76B; }
span { border-color: rgb(241,247,107); }
td.TdClassName
{
border-color: #F1F76B;
}
.TagClassName
{
border-color: #F1F76B;
}
</style>