Shades of Dolly #F5F464
Tints of Dolly #F5F464
RGB
CMYK
RGB Variations
Color information
#F5F464 (or 0xF5F464) is known color: Dolly. HEX triplet: F5, F4 and 64. RGB value is (245,244,100). Sum of RGB (Red+Green+Blue) = 245+244+100=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 100 (39.45% from 255 or 16.98% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F464 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F464 is #0A0B9B. Grayscale: #E4E4E4. Windows color (decimal): -658332 or 6616309. OLE color: 6616309.
HSL color Cylindrical-coordinate representation of color #F5F464: hue angle of 59.59º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5F464 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 100 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.04 |
| HSL | 59.59º | 0.88% | 0.68% | - |
| HSV(B) | 59.59º | 0.59% | 0.96% | - |
| XYZ | 72.31 | 85.03 | 24.66 | - |
| YUV | 227.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 100 | 0 | 0.00 | 0.59 | 0.04 | 59.59 | 0.88 | 0.68 |
| Hex | F5 | F4 | 64 | 0 | 0 | 3B | 4 | 3C | 58 | 44 |
| Octal | 365 | 364 | 144 | 0 | 0 | 73 | 4 | 74 | 130 | 104 |
| Binary | 11110101 | 11110100 | 1100100 | 0 | 0 | 111011 | 100 | 111100 | 1011000 | 1000100 |
Color Harmonies of #F5F464
Complementary color
Monochromatic Colors of #F5F464
Black with #F5F464
Text Example
Text Example
White with #F5F464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F464; }
p { color: rgb(245,244,100); }
H1.HeaderClassName
{
color: #F5F464;
}
.AnyTagClassName
{
color: #F5F464;
}
</style>
background-color css
<style>
a { background-color: #F5F464; }
a { background-color: rgb(245,244,100); }
div.DivClassName
{
background-color: #F5F464;
}
.BgClassName
{
background-color: #F5F464;
}
</style>
border-color css
<style>
span { border-color: #F5F464; }
span { border-color: rgb(245,244,100); }
td.TdClassName
{
border-color: #F5F464;
}
.TagClassName
{
border-color: #F5F464;
}
</style>