Shades of Dolly #F5F477
Tints of Dolly #F5F477
RGB
CMYK
RGB Variations
Color information
#F5F477 (or 0xF5F477) is known color: Dolly. HEX triplet: F5, F4 and 77. RGB value is (245,244,119). Sum of RGB (Red+Green+Blue) = 245+244+119=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 119 (46.88% from 255 or 19.57% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F477 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F477 is #0A0B88. Grayscale: #E6E6E6. Windows color (decimal): -658313 or 7861493. OLE color: 7861493.
HSL color Cylindrical-coordinate representation of color #F5F477: hue angle of 59.52º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5F477 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 119 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.04 |
| HSL | 59.52º | 0.86% | 0.71% | - |
| HSV(B) | 59.52º | 0.51% | 0.96% | - |
| XYZ | 73.34 | 85.45 | 30.08 | - |
| YUV | 230.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 119 | 0 | 0.00 | 0.51 | 0.04 | 59.52 | 0.86 | 0.71 |
| Hex | F5 | F4 | 77 | 0 | 0 | 33 | 4 | 3C | 56 | 47 |
| Octal | 365 | 364 | 167 | 0 | 0 | 63 | 4 | 74 | 126 | 107 |
| Binary | 11110101 | 11110100 | 1110111 | 0 | 0 | 110011 | 100 | 111100 | 1010110 | 1000111 |
Color Harmonies of #F5F477
Complementary color
Monochromatic Colors of #F5F477
Black with #F5F477
Text Example
Text Example
White with #F5F477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F477; }
p { color: rgb(245,244,119); }
H1.HeaderClassName
{
color: #F5F477;
}
.AnyTagClassName
{
color: #F5F477;
}
</style>
background-color css
<style>
a { background-color: #F5F477; }
a { background-color: rgb(245,244,119); }
div.DivClassName
{
background-color: #F5F477;
}
.BgClassName
{
background-color: #F5F477;
}
</style>
border-color css
<style>
span { border-color: #F5F477; }
span { border-color: rgb(245,244,119); }
td.TdClassName
{
border-color: #F5F477;
}
.TagClassName
{
border-color: #F5F477;
}
</style>