Shades of Dolly #F8FA70
Tints of Dolly #F8FA70
RGB
CMYK
RGB Variations
Color information
#F8FA70 (or 0xF8FA70) is known color: Dolly. HEX triplet: F8, FA and 70. RGB value is (248,250,112). Sum of RGB (Red+Green+Blue) = 248+250+112=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 112 (44.14% from 255 or 18.36% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA70 is #07058F. Grayscale: #EAEAEA. Windows color (decimal): -460176 or 7404280. OLE color: 7404280.
HSL color Cylindrical-coordinate representation of color #F8FA70: hue angle of 60.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8FA70 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 112 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.02 |
| HSL | 60.87º | 0.93% | 0.71% | - |
| HSV(B) | 60.87º | 0.55% | 0.98% | - |
| XYZ | 75.82 | 89.5 | 28.61 | - |
| YUV | 233.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 112 | 0.01 | 0 | 0.55 | 0.02 | 60.87 | 0.93 | 0.71 |
| Hex | F8 | FA | 70 | 1 | 0 | 37 | 2 | 3D | 5D | 47 |
| Octal | 370 | 372 | 160 | 1 | 0 | 67 | 2 | 75 | 135 | 107 |
| Binary | 11111000 | 11111010 | 1110000 | 1 | 0 | 110111 | 10 | 111101 | 1011101 | 1000111 |
Color Harmonies of #F8FA70
Complementary color
Monochromatic Colors of #F8FA70
Black with #F8FA70
Text Example
Text Example
White with #F8FA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA70; }
p { color: rgb(248,250,112); }
H1.HeaderClassName
{
color: #F8FA70;
}
.AnyTagClassName
{
color: #F8FA70;
}
</style>
background-color css
<style>
a { background-color: #F8FA70; }
a { background-color: rgb(248,250,112); }
div.DivClassName
{
background-color: #F8FA70;
}
.BgClassName
{
background-color: #F8FA70;
}
</style>
border-color css
<style>
span { border-color: #F8FA70; }
span { border-color: rgb(248,250,112); }
td.TdClassName
{
border-color: #F8FA70;
}
.TagClassName
{
border-color: #F8FA70;
}
</style>