Shades of Dolly #F1F071
Tints of Dolly #F1F071
RGB
CMYK
RGB Variations
Color information
#F1F071 (or 0xF1F071) is known color: Dolly. HEX triplet: F1, F0 and 71. RGB value is (241,240,113). Sum of RGB (Red+Green+Blue) = 241+240+113=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 113 (44.53% from 255 or 19.02% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F071 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F071 is #0E0F8E. Grayscale: #E2E2E2. Windows color (decimal): -921487 or 7467249. OLE color: 7467249.
HSL color Cylindrical-coordinate representation of color #F1F071: hue angle of 59.53º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1F071 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 113 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.05 |
| HSL | 59.53º | 0.82% | 0.69% | - |
| HSV(B) | 59.53º | 0.53% | 0.95% | - |
| XYZ | 70.42 | 82.21 | 27.78 | - |
| YUV | 225.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 113 | 0 | 0.00 | 0.53 | 0.05 | 59.53 | 0.82 | 0.69 |
| Hex | F1 | F0 | 71 | 0 | 0 | 35 | 5 | 3C | 52 | 45 |
| Octal | 361 | 360 | 161 | 0 | 0 | 65 | 5 | 74 | 122 | 105 |
| Binary | 11110001 | 11110000 | 1110001 | 0 | 0 | 110101 | 101 | 111100 | 1010010 | 1000101 |
Color Harmonies of #F1F071
Complementary color
Monochromatic Colors of #F1F071
Black with #F1F071
Text Example
Text Example
White with #F1F071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F071; }
p { color: rgb(241,240,113); }
H1.HeaderClassName
{
color: #F1F071;
}
.AnyTagClassName
{
color: #F1F071;
}
</style>
background-color css
<style>
a { background-color: #F1F071; }
a { background-color: rgb(241,240,113); }
div.DivClassName
{
background-color: #F1F071;
}
.BgClassName
{
background-color: #F1F071;
}
</style>
border-color css
<style>
span { border-color: #F1F071; }
span { border-color: rgb(241,240,113); }
td.TdClassName
{
border-color: #F1F071;
}
.TagClassName
{
border-color: #F1F071;
}
</style>