Shades of Dolly #F3F071
Tints of Dolly #F3F071
RGB
CMYK
RGB Variations
Color information
#F3F071 (or 0xF3F071) is known color: Dolly. HEX triplet: F3, F0 and 71. RGB value is (243,240,113). Sum of RGB (Red+Green+Blue) = 243+240+113=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 113 (44.53% from 255 or 18.96% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F071 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F071 is #0C0F8E. Grayscale: #E2E2E2. Windows color (decimal): -790415 or 7467251. OLE color: 7467251.
HSL color Cylindrical-coordinate representation of color #F3F071: hue angle of 58.62º 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 #F3F071 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 113 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.05 |
| HSL | 58.62º | 0.84% | 0.7% | - |
| HSV(B) | 58.62º | 0.53% | 0.95% | - |
| XYZ | 71.1 | 82.57 | 27.81 | - |
| YUV | 226.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 113 | 0 | 0.01 | 0.53 | 0.05 | 58.62 | 0.84 | 0.7 |
| Hex | F3 | F0 | 71 | 0 | 1 | 35 | 5 | 3B | 54 | 46 |
| Octal | 363 | 360 | 161 | 0 | 1 | 65 | 5 | 73 | 124 | 106 |
| Binary | 11110011 | 11110000 | 1110001 | 0 | 1 | 110101 | 101 | 111011 | 1010100 | 1000110 |
Color Harmonies of #F3F071
Complementary color
Monochromatic Colors of #F3F071
Black with #F3F071
Text Example
Text Example
White with #F3F071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F071; }
p { color: rgb(243,240,113); }
H1.HeaderClassName
{
color: #F3F071;
}
.AnyTagClassName
{
color: #F3F071;
}
</style>
background-color css
<style>
a { background-color: #F3F071; }
a { background-color: rgb(243,240,113); }
div.DivClassName
{
background-color: #F3F071;
}
.BgClassName
{
background-color: #F3F071;
}
</style>
border-color css
<style>
span { border-color: #F3F071; }
span { border-color: rgb(243,240,113); }
td.TdClassName
{
border-color: #F3F071;
}
.TagClassName
{
border-color: #F3F071;
}
</style>