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