Shades of Dolly #F8FA78
Tints of Dolly #F8FA78
RGB
CMYK
RGB Variations
Color information
#F8FA78 (or 0xF8FA78) is known color: Dolly. HEX triplet: F8, FA and 78. RGB value is (248,250,120). Sum of RGB (Red+Green+Blue) = 248+250+120=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 120 (47.27% from 255 or 19.42% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA78 is #070587. Grayscale: #EBEBEB. Windows color (decimal): -460168 or 7928568. OLE color: 7928568.
HSL color Cylindrical-coordinate representation of color #F8FA78: hue angle of 60.92º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8FA78 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 120 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.02 |
| HSL | 60.92º | 0.93% | 0.73% | - |
| HSV(B) | 60.92º | 0.52% | 0.98% | - |
| XYZ | 76.29 | 89.68 | 31.06 | - |
| YUV | 234.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 120 | 0.01 | 0 | 0.52 | 0.02 | 60.92 | 0.93 | 0.73 |
| Hex | F8 | FA | 78 | 1 | 0 | 34 | 2 | 3D | 5D | 49 |
| Octal | 370 | 372 | 170 | 1 | 0 | 64 | 2 | 75 | 135 | 111 |
| Binary | 11111000 | 11111010 | 1111000 | 1 | 0 | 110100 | 10 | 111101 | 1011101 | 1001001 |
Color Harmonies of #F8FA78
Complementary color
Monochromatic Colors of #F8FA78
Black with #F8FA78
Text Example
Text Example
White with #F8FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA78; }
p { color: rgb(248,250,120); }
H1.HeaderClassName
{
color: #F8FA78;
}
.AnyTagClassName
{
color: #F8FA78;
}
</style>
background-color css
<style>
a { background-color: #F8FA78; }
a { background-color: rgb(248,250,120); }
div.DivClassName
{
background-color: #F8FA78;
}
.BgClassName
{
background-color: #F8FA78;
}
</style>
border-color css
<style>
span { border-color: #F8FA78; }
span { border-color: rgb(248,250,120); }
td.TdClassName
{
border-color: #F8FA78;
}
.TagClassName
{
border-color: #F8FA78;
}
</style>