Shades of Dolly #F0F87D
Tints of Dolly #F0F87D
RGB
CMYK
RGB Variations
Color information
#F0F87D (or 0xF0F87D) is known color: Dolly. HEX triplet: F0, F8 and 7D. RGB value is (240,248,125). Sum of RGB (Red+Green+Blue) = 240+248+125=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 125 (49.22% from 255 or 20.39% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F87D is #0F0782. Grayscale: #E8E8E8. Windows color (decimal): -984963 or 8255728. OLE color: 8255728.
HSL color Cylindrical-coordinate representation of color #F0F87D: hue angle of 63.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0F87D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 125 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.03 |
| HSL | 63.9º | 0.9% | 0.73% | - |
| HSV(B) | 63.9º | 0.5% | 0.97% | - |
| XYZ | 73.2 | 87.14 | 32.36 | - |
| YUV | 231.59 | 67.85 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 125 | 0.03 | 0 | 0.50 | 0.03 | 63.9 | 0.9 | 0.73 |
| Hex | F0 | F8 | 7D | 3 | 0 | 32 | 3 | 40 | 5A | 49 |
| Octal | 360 | 370 | 175 | 3 | 0 | 62 | 3 | 100 | 132 | 111 |
| Binary | 11110000 | 11111000 | 1111101 | 11 | 0 | 110010 | 11 | 1000000 | 1011010 | 1001001 |
Color Harmonies of #F0F87D
Complementary color
Monochromatic Colors of #F0F87D
Black with #F0F87D
Text Example
Text Example
White with #F0F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F87D; }
p { color: rgb(240,248,125); }
H1.HeaderClassName
{
color: #F0F87D;
}
.AnyTagClassName
{
color: #F0F87D;
}
</style>
background-color css
<style>
a { background-color: #F0F87D; }
a { background-color: rgb(240,248,125); }
div.DivClassName
{
background-color: #F0F87D;
}
.BgClassName
{
background-color: #F0F87D;
}
</style>
border-color css
<style>
span { border-color: #F0F87D; }
span { border-color: rgb(240,248,125); }
td.TdClassName
{
border-color: #F0F87D;
}
.TagClassName
{
border-color: #F0F87D;
}
</style>