Shades of Dolly #F5F77B
Tints of Dolly #F5F77B
RGB
CMYK
RGB Variations
Color information
#F5F77B (or 0xF5F77B) is known color: Dolly. HEX triplet: F5, F7 and 7B. RGB value is (245,247,123). Sum of RGB (Red+Green+Blue) = 245+247+123=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 123 (48.44% from 255 or 20% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F77B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F77B is #0A0884. Grayscale: #E8E8E8. Windows color (decimal): -657541 or 8124405. OLE color: 8124405.
HSL color Cylindrical-coordinate representation of color #F5F77B: hue angle of 60.97º degrees, saturation: 0.89, 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 #F5F77B is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 123 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.03 |
| HSL | 60.97º | 0.89% | 0.73% | - |
| HSV(B) | 60.97º | 0.5% | 0.97% | - |
| XYZ | 74.49 | 87.36 | 31.68 | - |
| YUV | 232.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 123 | 0.01 | 0 | 0.50 | 0.03 | 60.97 | 0.89 | 0.73 |
| Hex | F5 | F7 | 7B | 1 | 0 | 32 | 3 | 3D | 59 | 49 |
| Octal | 365 | 367 | 173 | 1 | 0 | 62 | 3 | 75 | 131 | 111 |
| Binary | 11110101 | 11110111 | 1111011 | 1 | 0 | 110010 | 11 | 111101 | 1011001 | 1001001 |
Color Harmonies of #F5F77B
Complementary color
Monochromatic Colors of #F5F77B
Black with #F5F77B
Text Example
Text Example
White with #F5F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F77B; }
p { color: rgb(245,247,123); }
H1.HeaderClassName
{
color: #F5F77B;
}
.AnyTagClassName
{
color: #F5F77B;
}
</style>
background-color css
<style>
a { background-color: #F5F77B; }
a { background-color: rgb(245,247,123); }
div.DivClassName
{
background-color: #F5F77B;
}
.BgClassName
{
background-color: #F5F77B;
}
</style>
border-color css
<style>
span { border-color: #F5F77B; }
span { border-color: rgb(245,247,123); }
td.TdClassName
{
border-color: #F5F77B;
}
.TagClassName
{
border-color: #F5F77B;
}
</style>