Shades of Dolly #F0FA7D
Tints of Dolly #F0FA7D
RGB
CMYK
RGB Variations
Color information
#F0FA7D (or 0xF0FA7D) is known color: Dolly. HEX triplet: F0, FA and 7D. RGB value is (240,250,125). Sum of RGB (Red+Green+Blue) = 240+250+125=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA7D is #0F0582. Grayscale: #E9E9E9. Windows color (decimal): -984451 or 8256240. OLE color: 8256240.
HSL color Cylindrical-coordinate representation of color #F0FA7D: hue angle of 64.8º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0FA7D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 125 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.02 |
| HSL | 64.8º | 0.93% | 0.74% | - |
| HSV(B) | 64.8º | 0.5% | 0.98% | - |
| XYZ | 73.82 | 88.38 | 32.57 | - |
| YUV | 232.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 125 | 0.04 | 0 | 0.50 | 0.02 | 64.8 | 0.93 | 0.74 |
| Hex | F0 | FA | 7D | 4 | 0 | 32 | 2 | 41 | 5D | 4A |
| Octal | 360 | 372 | 175 | 4 | 0 | 62 | 2 | 101 | 135 | 112 |
| Binary | 11110000 | 11111010 | 1111101 | 100 | 0 | 110010 | 10 | 1000001 | 1011101 | 1001010 |
Color Harmonies of #F0FA7D
Complementary color
Monochromatic Colors of #F0FA7D
Black with #F0FA7D
Text Example
Text Example
White with #F0FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA7D; }
p { color: rgb(240,250,125); }
H1.HeaderClassName
{
color: #F0FA7D;
}
.AnyTagClassName
{
color: #F0FA7D;
}
</style>
background-color css
<style>
a { background-color: #F0FA7D; }
a { background-color: rgb(240,250,125); }
div.DivClassName
{
background-color: #F0FA7D;
}
.BgClassName
{
background-color: #F0FA7D;
}
</style>
border-color css
<style>
span { border-color: #F0FA7D; }
span { border-color: rgb(240,250,125); }
td.TdClassName
{
border-color: #F0FA7D;
}
.TagClassName
{
border-color: #F0FA7D;
}
</style>