Shades of Dolly #F0F673
Tints of Dolly #F0F673
RGB
CMYK
RGB Variations
Color information
#F0F673 (or 0xF0F673) is known color: Dolly. HEX triplet: F0, F6 and 73. RGB value is (240,246,115). Sum of RGB (Red+Green+Blue) = 240+246+115=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 115 (45.31% from 255 or 19.13% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F673 is #0F098C. Grayscale: #E5E5E5. Windows color (decimal): -985485 or 7599856. OLE color: 7599856.
HSL color Cylindrical-coordinate representation of color #F0F673: hue angle of 62.75º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0F673 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 115 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.04 |
| HSL | 62.75º | 0.88% | 0.71% | - |
| HSV(B) | 62.75º | 0.53% | 0.96% | - |
| XYZ | 71.99 | 85.67 | 28.96 | - |
| YUV | 229.27 | 63.51 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 115 | 0.02 | 0 | 0.53 | 0.04 | 62.75 | 0.88 | 0.71 |
| Hex | F0 | F6 | 73 | 2 | 0 | 35 | 4 | 3F | 58 | 47 |
| Octal | 360 | 366 | 163 | 2 | 0 | 65 | 4 | 77 | 130 | 107 |
| Binary | 11110000 | 11110110 | 1110011 | 10 | 0 | 110101 | 100 | 111111 | 1011000 | 1000111 |
Color Harmonies of #F0F673
Complementary color
Monochromatic Colors of #F0F673
Black with #F0F673
Text Example
Text Example
White with #F0F673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F673; }
p { color: rgb(240,246,115); }
H1.HeaderClassName
{
color: #F0F673;
}
.AnyTagClassName
{
color: #F0F673;
}
</style>
background-color css
<style>
a { background-color: #F0F673; }
a { background-color: rgb(240,246,115); }
div.DivClassName
{
background-color: #F0F673;
}
.BgClassName
{
background-color: #F0F673;
}
</style>
border-color css
<style>
span { border-color: #F0F673; }
span { border-color: rgb(240,246,115); }
td.TdClassName
{
border-color: #F0F673;
}
.TagClassName
{
border-color: #F0F673;
}
</style>