Shades of Dolly #F3F273
Tints of Dolly #F3F273
RGB
CMYK
RGB Variations
Color information
#F3F273 (or 0xF3F273) is known color: Dolly. HEX triplet: F3, F2 and 73. RGB value is (243,242,115). Sum of RGB (Red+Green+Blue) = 243+242+115=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 115 (45.31% from 255 or 19.17% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F273 is #0C0D8C. Grayscale: #E4E4E4. Windows color (decimal): -789901 or 7598835. OLE color: 7598835.
HSL color Cylindrical-coordinate representation of color #F3F273: hue angle of 59.53º 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 #F3F273 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 115 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.05 |
| HSL | 59.53º | 0.84% | 0.7% | - |
| HSV(B) | 59.53º | 0.53% | 0.95% | - |
| XYZ | 71.81 | 83.8 | 28.61 | - |
| YUV | 227.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 115 | 0 | 0.00 | 0.53 | 0.05 | 59.53 | 0.84 | 0.7 |
| Hex | F3 | F2 | 73 | 0 | 0 | 35 | 5 | 3C | 54 | 46 |
| Octal | 363 | 362 | 163 | 0 | 0 | 65 | 5 | 74 | 124 | 106 |
| Binary | 11110011 | 11110010 | 1110011 | 0 | 0 | 110101 | 101 | 111100 | 1010100 | 1000110 |
Color Harmonies of #F3F273
Complementary color
Monochromatic Colors of #F3F273
Black with #F3F273
Text Example
Text Example
White with #F3F273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F273; }
p { color: rgb(243,242,115); }
H1.HeaderClassName
{
color: #F3F273;
}
.AnyTagClassName
{
color: #F3F273;
}
</style>
background-color css
<style>
a { background-color: #F3F273; }
a { background-color: rgb(243,242,115); }
div.DivClassName
{
background-color: #F3F273;
}
.BgClassName
{
background-color: #F3F273;
}
</style>
border-color css
<style>
span { border-color: #F3F273; }
span { border-color: rgb(243,242,115); }
td.TdClassName
{
border-color: #F3F273;
}
.TagClassName
{
border-color: #F3F273;
}
</style>