Shades of Dolly #F5F875
Tints of Dolly #F5F875
RGB
CMYK
RGB Variations
Color information
#F5F875 (or 0xF5F875) is known color: Dolly. HEX triplet: F5, F8 and 75. RGB value is (245,248,117). Sum of RGB (Red+Green+Blue) = 245+248+117=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 117 (46.09% from 255 or 19.18% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F875 is #0A078A. Grayscale: #E8E8E8. Windows color (decimal): -657291 or 7731445. OLE color: 7731445.
HSL color Cylindrical-coordinate representation of color #F5F875: hue angle of 61.37º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5F875 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 117 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.03 |
| HSL | 61.37º | 0.9% | 0.72% | - |
| HSV(B) | 61.37º | 0.53% | 0.97% | - |
| XYZ | 74.43 | 87.83 | 29.86 | - |
| YUV | 232.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 117 | 0.01 | 0 | 0.53 | 0.03 | 61.37 | 0.9 | 0.72 |
| Hex | F5 | F8 | 75 | 1 | 0 | 35 | 3 | 3D | 5A | 48 |
| Octal | 365 | 370 | 165 | 1 | 0 | 65 | 3 | 75 | 132 | 110 |
| Binary | 11110101 | 11111000 | 1110101 | 1 | 0 | 110101 | 11 | 111101 | 1011010 | 1001000 |
Color Harmonies of #F5F875
Complementary color
Monochromatic Colors of #F5F875
Black with #F5F875
Text Example
Text Example
White with #F5F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F875; }
p { color: rgb(245,248,117); }
H1.HeaderClassName
{
color: #F5F875;
}
.AnyTagClassName
{
color: #F5F875;
}
</style>
background-color css
<style>
a { background-color: #F5F875; }
a { background-color: rgb(245,248,117); }
div.DivClassName
{
background-color: #F5F875;
}
.BgClassName
{
background-color: #F5F875;
}
</style>
border-color css
<style>
span { border-color: #F5F875; }
span { border-color: rgb(245,248,117); }
td.TdClassName
{
border-color: #F5F875;
}
.TagClassName
{
border-color: #F5F875;
}
</style>