Shades of Dolly #F8F478
Tints of Dolly #F8F478
RGB
CMYK
RGB Variations
Color information
#F8F478 (or 0xF8F478) is known color: Dolly. HEX triplet: F8, F4 and 78. RGB value is (248,244,120). Sum of RGB (Red+Green+Blue) = 248+244+120=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 120 (47.27% from 255 or 19.61% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F478 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F478 is #070B87. Grayscale: #E7E7E7. Windows color (decimal): -461704 or 7927032. OLE color: 7927032.
HSL color Cylindrical-coordinate representation of color #F8F478: hue angle of 58.12º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8F478 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 120 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.03 |
| HSL | 58.13º | 0.9% | 0.72% | - |
| HSV(B) | 58.13º | 0.52% | 0.97% | - |
| XYZ | 74.45 | 86.01 | 30.45 | - |
| YUV | 231.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 120 | 0 | 0.02 | 0.52 | 0.03 | 58.13 | 0.9 | 0.72 |
| Hex | F8 | F4 | 78 | 0 | 2 | 34 | 3 | 3A | 5A | 48 |
| Octal | 370 | 364 | 170 | 0 | 2 | 64 | 3 | 72 | 132 | 110 |
| Binary | 11111000 | 11110100 | 1111000 | 0 | 10 | 110100 | 11 | 111010 | 1011010 | 1001000 |
Color Harmonies of #F8F478
Complementary color
Monochromatic Colors of #F8F478
Black with #F8F478
Text Example
Text Example
White with #F8F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F478; }
p { color: rgb(248,244,120); }
H1.HeaderClassName
{
color: #F8F478;
}
.AnyTagClassName
{
color: #F8F478;
}
</style>
background-color css
<style>
a { background-color: #F8F478; }
a { background-color: rgb(248,244,120); }
div.DivClassName
{
background-color: #F8F478;
}
.BgClassName
{
background-color: #F8F478;
}
</style>
border-color css
<style>
span { border-color: #F8F478; }
span { border-color: rgb(248,244,120); }
td.TdClassName
{
border-color: #F8F478;
}
.TagClassName
{
border-color: #F8F478;
}
</style>