Shades of Dolly #F0F173
Tints of Dolly #F0F173
RGB
CMYK
RGB Variations
Color information
#F0F173 (or 0xF0F173) is known color: Dolly. HEX triplet: F0, F1 and 73. RGB value is (240,241,115). Sum of RGB (Red+Green+Blue) = 240+241+115=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 115 (45.31% from 255 or 19.30% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F173 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F173 is #0F0E8C. Grayscale: #E2E2E2. Windows color (decimal): -986765 or 7598576. OLE color: 7598576.
HSL color Cylindrical-coordinate representation of color #F0F173: hue angle of 60.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0F173 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 115 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.05 |
| HSL | 60.48º | 0.82% | 0.7% | - |
| HSV(B) | 60.48º | 0.52% | 0.95% | - |
| XYZ | 70.48 | 82.67 | 28.46 | - |
| YUV | 226.34 | 65.17 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 115 | 0.00 | 0 | 0.52 | 0.05 | 60.48 | 0.82 | 0.7 |
| Hex | F0 | F1 | 73 | 0 | 0 | 34 | 5 | 3C | 52 | 46 |
| Octal | 360 | 361 | 163 | 0 | 0 | 64 | 5 | 74 | 122 | 106 |
| Binary | 11110000 | 11110001 | 1110011 | 0 | 0 | 110100 | 101 | 111100 | 1010010 | 1000110 |
Color Harmonies of #F0F173
Complementary color
Monochromatic Colors of #F0F173
Black with #F0F173
Text Example
Text Example
White with #F0F173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F173; }
p { color: rgb(240,241,115); }
H1.HeaderClassName
{
color: #F0F173;
}
.AnyTagClassName
{
color: #F0F173;
}
</style>
background-color css
<style>
a { background-color: #F0F173; }
a { background-color: rgb(240,241,115); }
div.DivClassName
{
background-color: #F0F173;
}
.BgClassName
{
background-color: #F0F173;
}
</style>
border-color css
<style>
span { border-color: #F0F173; }
span { border-color: rgb(240,241,115); }
td.TdClassName
{
border-color: #F0F173;
}
.TagClassName
{
border-color: #F0F173;
}
</style>