Shades of Dolly #F3E972
Tints of Dolly #F3E972
RGB
CMYK
RGB Variations
Color information
#F3E972 (or 0xF3E972) is known color: Dolly. HEX triplet: F3, E9 and 72. RGB value is (243,233,114). Sum of RGB (Red+Green+Blue) = 243+233+114=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3E972 is #0C168D. Grayscale: #DEDEDE. Windows color (decimal): -792206 or 7530995. OLE color: 7530995.
HSL color Cylindrical-coordinate representation of color #F3E972: hue angle of 55.35º degrees, saturation: 0.84, 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 #F3E972 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 114 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.05 |
| HSL | 55.35º | 0.84% | 0.7% | - |
| HSV(B) | 55.35º | 0.53% | 0.95% | - |
| XYZ | 69.14 | 78.55 | 27.44 | - |
| YUV | 222.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 114 | 0 | 0.04 | 0.53 | 0.05 | 55.35 | 0.84 | 0.7 |
| Hex | F3 | E9 | 72 | 0 | 4 | 35 | 5 | 37 | 54 | 46 |
| Octal | 363 | 351 | 162 | 0 | 4 | 65 | 5 | 67 | 124 | 106 |
| Binary | 11110011 | 11101001 | 1110010 | 0 | 100 | 110101 | 101 | 110111 | 1010100 | 1000110 |
Color Harmonies of #F3E972
Complementary color
Monochromatic Colors of #F3E972
Black with #F3E972
Text Example
Text Example
White with #F3E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E972; }
p { color: rgb(243,233,114); }
H1.HeaderClassName
{
color: #F3E972;
}
.AnyTagClassName
{
color: #F3E972;
}
</style>
background-color css
<style>
a { background-color: #F3E972; }
a { background-color: rgb(243,233,114); }
div.DivClassName
{
background-color: #F3E972;
}
.BgClassName
{
background-color: #F3E972;
}
</style>
border-color css
<style>
span { border-color: #F3E972; }
span { border-color: rgb(243,233,114); }
td.TdClassName
{
border-color: #F3E972;
}
.TagClassName
{
border-color: #F3E972;
}
</style>