Shades of Dolly #F8FA77
Tints of Dolly #F8FA77
RGB
CMYK
RGB Variations
Color information
#F8FA77 (or 0xF8FA77) is known color: Dolly. HEX triplet: F8, FA and 77. RGB value is (248,250,119). Sum of RGB (Red+Green+Blue) = 248+250+119=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 119 (46.88% from 255 or 19.29% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA77 is #070588. Grayscale: #EAEAEA. Windows color (decimal): -460169 or 7863032. OLE color: 7863032.
HSL color Cylindrical-coordinate representation of color #F8FA77: hue angle of 60.92º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8FA77 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 119 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.02 |
| HSL | 60.92º | 0.93% | 0.72% | - |
| HSV(B) | 60.92º | 0.52% | 0.98% | - |
| XYZ | 76.23 | 89.66 | 30.74 | - |
| YUV | 234.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 119 | 0.01 | 0 | 0.52 | 0.02 | 60.92 | 0.93 | 0.72 |
| Hex | F8 | FA | 77 | 1 | 0 | 34 | 2 | 3D | 5D | 48 |
| Octal | 370 | 372 | 167 | 1 | 0 | 64 | 2 | 75 | 135 | 110 |
| Binary | 11111000 | 11111010 | 1110111 | 1 | 0 | 110100 | 10 | 111101 | 1011101 | 1001000 |
Color Harmonies of #F8FA77
Complementary color
Monochromatic Colors of #F8FA77
Black with #F8FA77
Text Example
Text Example
White with #F8FA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA77; }
p { color: rgb(248,250,119); }
H1.HeaderClassName
{
color: #F8FA77;
}
.AnyTagClassName
{
color: #F8FA77;
}
</style>
background-color css
<style>
a { background-color: #F8FA77; }
a { background-color: rgb(248,250,119); }
div.DivClassName
{
background-color: #F8FA77;
}
.BgClassName
{
background-color: #F8FA77;
}
</style>
border-color css
<style>
span { border-color: #F8FA77; }
span { border-color: rgb(248,250,119); }
td.TdClassName
{
border-color: #F8FA77;
}
.TagClassName
{
border-color: #F8FA77;
}
</style>