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