Shades of Dolly #F5F77D
Tints of Dolly #F5F77D
RGB
CMYK
RGB Variations
Color information
#F5F77D (or 0xF5F77D) is known color: Dolly. HEX triplet: F5, F7 and 7D. RGB value is (245,247,125). Sum of RGB (Red+Green+Blue) = 245+247+125=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F77D is #0A0882. Grayscale: #E8E8E8. Windows color (decimal): -657539 or 8255477. OLE color: 8255477.
HSL color Cylindrical-coordinate representation of color #F5F77D: hue angle of 60.98º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5F77D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 125 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.03 |
| HSL | 60.98º | 0.88% | 0.73% | - |
| HSV(B) | 60.98º | 0.49% | 0.97% | - |
| XYZ | 74.62 | 87.41 | 32.34 | - |
| YUV | 232.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 125 | 0.01 | 0 | 0.49 | 0.03 | 60.98 | 0.88 | 0.73 |
| Hex | F5 | F7 | 7D | 1 | 0 | 31 | 3 | 3D | 58 | 49 |
| Octal | 365 | 367 | 175 | 1 | 0 | 61 | 3 | 75 | 130 | 111 |
| Binary | 11110101 | 11110111 | 1111101 | 1 | 0 | 110001 | 11 | 111101 | 1011000 | 1001001 |
Color Harmonies of #F5F77D
Complementary color
Monochromatic Colors of #F5F77D
Black with #F5F77D
Text Example
Text Example
White with #F5F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F77D; }
p { color: rgb(245,247,125); }
H1.HeaderClassName
{
color: #F5F77D;
}
.AnyTagClassName
{
color: #F5F77D;
}
</style>
background-color css
<style>
a { background-color: #F5F77D; }
a { background-color: rgb(245,247,125); }
div.DivClassName
{
background-color: #F5F77D;
}
.BgClassName
{
background-color: #F5F77D;
}
</style>
border-color css
<style>
span { border-color: #F5F77D; }
span { border-color: rgb(245,247,125); }
td.TdClassName
{
border-color: #F5F77D;
}
.TagClassName
{
border-color: #F5F77D;
}
</style>