Shades of Dolly #F5F779
Tints of Dolly #F5F779
RGB
CMYK
RGB Variations
Color information
#F5F779 (or 0xF5F779) is known color: Dolly. HEX triplet: F5, F7 and 79. RGB value is (245,247,121). Sum of RGB (Red+Green+Blue) = 245+247+121=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 121 (47.66% from 255 or 19.74% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F779 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F779 is #0A0886. Grayscale: #E8E8E8. Windows color (decimal): -657543 or 7993333. OLE color: 7993333.
HSL color Cylindrical-coordinate representation of color #F5F779: hue angle of 60.95º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5F779 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 121 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.03 |
| HSL | 60.95º | 0.89% | 0.72% | - |
| HSV(B) | 60.95º | 0.51% | 0.97% | - |
| XYZ | 74.37 | 87.31 | 31.02 | - |
| YUV | 232.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 121 | 0.01 | 0 | 0.51 | 0.03 | 60.95 | 0.89 | 0.72 |
| Hex | F5 | F7 | 79 | 1 | 0 | 33 | 3 | 3D | 59 | 48 |
| Octal | 365 | 367 | 171 | 1 | 0 | 63 | 3 | 75 | 131 | 110 |
| Binary | 11110101 | 11110111 | 1111001 | 1 | 0 | 110011 | 11 | 111101 | 1011001 | 1001000 |
Color Harmonies of #F5F779
Complementary color
Monochromatic Colors of #F5F779
Black with #F5F779
Text Example
Text Example
White with #F5F779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F779; }
p { color: rgb(245,247,121); }
H1.HeaderClassName
{
color: #F5F779;
}
.AnyTagClassName
{
color: #F5F779;
}
</style>
background-color css
<style>
a { background-color: #F5F779; }
a { background-color: rgb(245,247,121); }
div.DivClassName
{
background-color: #F5F779;
}
.BgClassName
{
background-color: #F5F779;
}
</style>
border-color css
<style>
span { border-color: #F5F779; }
span { border-color: rgb(245,247,121); }
td.TdClassName
{
border-color: #F5F779;
}
.TagClassName
{
border-color: #F5F779;
}
</style>