Shades of Dolly #F3F07C
Tints of Dolly #F3F07C
RGB
CMYK
RGB Variations
Color information
#F3F07C (or 0xF3F07C) is known color: Dolly. HEX triplet: F3, F0 and 7C. RGB value is (243,240,124). Sum of RGB (Red+Green+Blue) = 243+240+124=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 124 (48.83% from 255 or 20.43% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F07C is #0C0F83. Grayscale: #E4E4E4. Windows color (decimal): -790404 or 8188147. OLE color: 8188147.
HSL color Cylindrical-coordinate representation of color #F3F07C: hue angle of 58.49º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3F07C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 124 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.05 |
| HSL | 58.49º | 0.83% | 0.72% | - |
| HSV(B) | 58.49º | 0.49% | 0.95% | - |
| XYZ | 71.76 | 82.83 | 31.27 | - |
| YUV | 227.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 124 | 0 | 0.01 | 0.49 | 0.05 | 58.49 | 0.83 | 0.72 |
| Hex | F3 | F0 | 7C | 0 | 1 | 31 | 5 | 3A | 53 | 48 |
| Octal | 363 | 360 | 174 | 0 | 1 | 61 | 5 | 72 | 123 | 110 |
| Binary | 11110011 | 11110000 | 1111100 | 0 | 1 | 110001 | 101 | 111010 | 1010011 | 1001000 |
Color Harmonies of #F3F07C
Complementary color
Monochromatic Colors of #F3F07C
Black with #F3F07C
Text Example
Text Example
White with #F3F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F07C; }
p { color: rgb(243,240,124); }
H1.HeaderClassName
{
color: #F3F07C;
}
.AnyTagClassName
{
color: #F3F07C;
}
</style>
background-color css
<style>
a { background-color: #F3F07C; }
a { background-color: rgb(243,240,124); }
div.DivClassName
{
background-color: #F3F07C;
}
.BgClassName
{
background-color: #F3F07C;
}
</style>
border-color css
<style>
span { border-color: #F3F07C; }
span { border-color: rgb(243,240,124); }
td.TdClassName
{
border-color: #F3F07C;
}
.TagClassName
{
border-color: #F3F07C;
}
</style>