Shades of Dolly #F5F479
Tints of Dolly #F5F479
RGB
CMYK
RGB Variations
Color information
#F5F479 (or 0xF5F479) is known color: Dolly. HEX triplet: F5, F4 and 79. RGB value is (245,244,121). Sum of RGB (Red+Green+Blue) = 245+244+121=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 121 (47.66% from 255 or 19.84% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F479 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F479 is #0A0B86. Grayscale: #E6E6E6. Windows color (decimal): -658311 or 7992565. OLE color: 7992565.
HSL color Cylindrical-coordinate representation of color #F5F479: hue angle of 59.52º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5F479 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 121 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.04 |
| HSL | 59.52º | 0.86% | 0.72% | - |
| HSV(B) | 59.52º | 0.51% | 0.96% | - |
| XYZ | 73.46 | 85.49 | 30.72 | - |
| YUV | 230.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 121 | 0 | 0.00 | 0.51 | 0.04 | 59.52 | 0.86 | 0.72 |
| Hex | F5 | F4 | 79 | 0 | 0 | 33 | 4 | 3C | 56 | 48 |
| Octal | 365 | 364 | 171 | 0 | 0 | 63 | 4 | 74 | 126 | 110 |
| Binary | 11110101 | 11110100 | 1111001 | 0 | 0 | 110011 | 100 | 111100 | 1010110 | 1001000 |
Color Harmonies of #F5F479
Complementary color
Monochromatic Colors of #F5F479
Black with #F5F479
Text Example
Text Example
White with #F5F479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F479; }
p { color: rgb(245,244,121); }
H1.HeaderClassName
{
color: #F5F479;
}
.AnyTagClassName
{
color: #F5F479;
}
</style>
background-color css
<style>
a { background-color: #F5F479; }
a { background-color: rgb(245,244,121); }
div.DivClassName
{
background-color: #F5F479;
}
.BgClassName
{
background-color: #F5F479;
}
</style>
border-color css
<style>
span { border-color: #F5F479; }
span { border-color: rgb(245,244,121); }
td.TdClassName
{
border-color: #F5F479;
}
.TagClassName
{
border-color: #F5F479;
}
</style>