Shades of Dolly #F1F075
Tints of Dolly #F1F075
RGB
CMYK
RGB Variations
Color information
#F1F075 (or 0xF1F075) is known color: Dolly. HEX triplet: F1, F0 and 75. RGB value is (241,240,117). Sum of RGB (Red+Green+Blue) = 241+240+117=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 117 (46.09% from 255 or 19.57% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F075 is #0E0F8A. Grayscale: #E2E2E2. Windows color (decimal): -921483 or 7729393. OLE color: 7729393.
HSL color Cylindrical-coordinate representation of color #F1F075: hue angle of 59.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1F075 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 117 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.05 |
| HSL | 59.52º | 0.82% | 0.7% | - |
| HSV(B) | 59.52º | 0.51% | 0.95% | - |
| XYZ | 70.65 | 82.31 | 28.99 | - |
| YUV | 226.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 117 | 0 | 0.00 | 0.51 | 0.05 | 59.52 | 0.82 | 0.7 |
| Hex | F1 | F0 | 75 | 0 | 0 | 33 | 5 | 3C | 52 | 46 |
| Octal | 361 | 360 | 165 | 0 | 0 | 63 | 5 | 74 | 122 | 106 |
| Binary | 11110001 | 11110000 | 1110101 | 0 | 0 | 110011 | 101 | 111100 | 1010010 | 1000110 |
Color Harmonies of #F1F075
Complementary color
Monochromatic Colors of #F1F075
Black with #F1F075
Text Example
Text Example
White with #F1F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F075; }
p { color: rgb(241,240,117); }
H1.HeaderClassName
{
color: #F1F075;
}
.AnyTagClassName
{
color: #F1F075;
}
</style>
background-color css
<style>
a { background-color: #F1F075; }
a { background-color: rgb(241,240,117); }
div.DivClassName
{
background-color: #F1F075;
}
.BgClassName
{
background-color: #F1F075;
}
</style>
border-color css
<style>
span { border-color: #F1F075; }
span { border-color: rgb(241,240,117); }
td.TdClassName
{
border-color: #F1F075;
}
.TagClassName
{
border-color: #F1F075;
}
</style>