Shades of Dolly #F0F17C
Tints of Dolly #F0F17C
RGB
CMYK
RGB Variations
Color information
#F0F17C (or 0xF0F17C) is known color: Dolly. HEX triplet: F0, F1 and 7C. RGB value is (240,241,124). Sum of RGB (Red+Green+Blue) = 240+241+124=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F17C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F17C is #0F0E83. Grayscale: #E3E3E3. Windows color (decimal): -986756 or 8188400. OLE color: 8188400.
HSL color Cylindrical-coordinate representation of color #F0F17C: hue angle of 60.51º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0F17C is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 124 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.05 |
| HSL | 60.51º | 0.81% | 0.72% | - |
| HSV(B) | 60.51º | 0.49% | 0.95% | - |
| XYZ | 71.03 | 82.89 | 31.32 | - |
| YUV | 227.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 124 | 0.00 | 0 | 0.49 | 0.05 | 60.51 | 0.81 | 0.72 |
| Hex | F0 | F1 | 7C | 0 | 0 | 31 | 5 | 3D | 51 | 48 |
| Octal | 360 | 361 | 174 | 0 | 0 | 61 | 5 | 75 | 121 | 110 |
| Binary | 11110000 | 11110001 | 1111100 | 0 | 0 | 110001 | 101 | 111101 | 1010001 | 1001000 |
Color Harmonies of #F0F17C
Complementary color
Monochromatic Colors of #F0F17C
Black with #F0F17C
Text Example
Text Example
White with #F0F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F17C; }
p { color: rgb(240,241,124); }
H1.HeaderClassName
{
color: #F0F17C;
}
.AnyTagClassName
{
color: #F0F17C;
}
</style>
background-color css
<style>
a { background-color: #F0F17C; }
a { background-color: rgb(240,241,124); }
div.DivClassName
{
background-color: #F0F17C;
}
.BgClassName
{
background-color: #F0F17C;
}
</style>
border-color css
<style>
span { border-color: #F0F17C; }
span { border-color: rgb(240,241,124); }
td.TdClassName
{
border-color: #F0F17C;
}
.TagClassName
{
border-color: #F0F17C;
}
</style>