Shades of Dolly #F8F473
Tints of Dolly #F8F473
RGB
CMYK
RGB Variations
Color information
#F8F473 (or 0xF8F473) is known color: Dolly. HEX triplet: F8, F4 and 73. RGB value is (248,244,115). Sum of RGB (Red+Green+Blue) = 248+244+115=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F473 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F473 is #070B8C. Grayscale: #E7E7E7. Windows color (decimal): -461709 or 7599352. OLE color: 7599352.
HSL color Cylindrical-coordinate representation of color #F8F473: hue angle of 58.2º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8F473 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 115 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.03 |
| HSL | 58.2º | 0.9% | 0.71% | - |
| HSV(B) | 58.2º | 0.54% | 0.97% | - |
| XYZ | 74.16 | 85.9 | 28.89 | - |
| YUV | 230.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 115 | 0 | 0.02 | 0.54 | 0.03 | 58.2 | 0.9 | 0.71 |
| Hex | F8 | F4 | 73 | 0 | 2 | 36 | 3 | 3A | 5A | 47 |
| Octal | 370 | 364 | 163 | 0 | 2 | 66 | 3 | 72 | 132 | 107 |
| Binary | 11111000 | 11110100 | 1110011 | 0 | 10 | 110110 | 11 | 111010 | 1011010 | 1000111 |
Color Harmonies of #F8F473
Complementary color
Monochromatic Colors of #F8F473
Black with #F8F473
Text Example
Text Example
White with #F8F473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F473; }
p { color: rgb(248,244,115); }
H1.HeaderClassName
{
color: #F8F473;
}
.AnyTagClassName
{
color: #F8F473;
}
</style>
background-color css
<style>
a { background-color: #F8F473; }
a { background-color: rgb(248,244,115); }
div.DivClassName
{
background-color: #F8F473;
}
.BgClassName
{
background-color: #F8F473;
}
</style>
border-color css
<style>
span { border-color: #F8F473; }
span { border-color: rgb(248,244,115); }
td.TdClassName
{
border-color: #F8F473;
}
.TagClassName
{
border-color: #F8F473;
}
</style>