Shades of Dolly #F0F172
Tints of Dolly #F0F172
RGB
CMYK
RGB Variations
Color information
#F0F172 (or 0xF0F172) is known color: Dolly. HEX triplet: F0, F1 and 72. RGB value is (240,241,114). Sum of RGB (Red+Green+Blue) = 240+241+114=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 114 (44.92% from 255 or 19.16% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F172 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F172 is #0F0E8D. Grayscale: #E2E2E2. Windows color (decimal): -986766 or 7533040. OLE color: 7533040.
HSL color Cylindrical-coordinate representation of color #F0F172: hue angle of 60.47º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0F172 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 114 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.05 |
| HSL | 60.47º | 0.82% | 0.7% | - |
| HSV(B) | 60.47º | 0.53% | 0.95% | - |
| XYZ | 70.43 | 82.65 | 28.16 | - |
| YUV | 226.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 114 | 0.00 | 0 | 0.53 | 0.05 | 60.47 | 0.82 | 0.7 |
| Hex | F0 | F1 | 72 | 0 | 0 | 35 | 5 | 3C | 52 | 46 |
| Octal | 360 | 361 | 162 | 0 | 0 | 65 | 5 | 74 | 122 | 106 |
| Binary | 11110000 | 11110001 | 1110010 | 0 | 0 | 110101 | 101 | 111100 | 1010010 | 1000110 |
Color Harmonies of #F0F172
Complementary color
Monochromatic Colors of #F0F172
Black with #F0F172
Text Example
Text Example
White with #F0F172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F172; }
p { color: rgb(240,241,114); }
H1.HeaderClassName
{
color: #F0F172;
}
.AnyTagClassName
{
color: #F0F172;
}
</style>
background-color css
<style>
a { background-color: #F0F172; }
a { background-color: rgb(240,241,114); }
div.DivClassName
{
background-color: #F0F172;
}
.BgClassName
{
background-color: #F0F172;
}
</style>
border-color css
<style>
span { border-color: #F0F172; }
span { border-color: rgb(240,241,114); }
td.TdClassName
{
border-color: #F0F172;
}
.TagClassName
{
border-color: #F0F172;
}
</style>