Shades of Dolly #F2E875
Tints of Dolly #F2E875
RGB
CMYK
RGB Variations
Color information
#F2E875 (or 0xF2E875) is known color: Dolly. HEX triplet: F2, E8 and 75. RGB value is (242,232,117). Sum of RGB (Red+Green+Blue) = 242+232+117=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 117 (46.09% from 255 or 19.80% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E875 is #0D178A. Grayscale: #DEDEDE. Windows color (decimal): -857995 or 7727346. OLE color: 7727346.
HSL color Cylindrical-coordinate representation of color #F2E875: hue angle of 55.2º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2E875 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 117 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.05 |
| HSL | 55.2º | 0.83% | 0.7% | - |
| HSV(B) | 55.2º | 0.52% | 0.95% | - |
| XYZ | 68.69 | 77.87 | 28.24 | - |
| YUV | 221.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 117 | 0 | 0.04 | 0.52 | 0.05 | 55.2 | 0.83 | 0.7 |
| Hex | F2 | E8 | 75 | 0 | 4 | 34 | 5 | 37 | 53 | 46 |
| Octal | 362 | 350 | 165 | 0 | 4 | 64 | 5 | 67 | 123 | 106 |
| Binary | 11110010 | 11101000 | 1110101 | 0 | 100 | 110100 | 101 | 110111 | 1010011 | 1000110 |
Color Harmonies of #F2E875
Complementary color
Monochromatic Colors of #F2E875
Black with #F2E875
Text Example
Text Example
White with #F2E875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E875; }
p { color: rgb(242,232,117); }
H1.HeaderClassName
{
color: #F2E875;
}
.AnyTagClassName
{
color: #F2E875;
}
</style>
background-color css
<style>
a { background-color: #F2E875; }
a { background-color: rgb(242,232,117); }
div.DivClassName
{
background-color: #F2E875;
}
.BgClassName
{
background-color: #F2E875;
}
</style>
border-color css
<style>
span { border-color: #F2E875; }
span { border-color: rgb(242,232,117); }
td.TdClassName
{
border-color: #F2E875;
}
.TagClassName
{
border-color: #F2E875;
}
</style>