Shades of Dolly #F5F17F
Tints of Dolly #F5F17F
RGB
CMYK
RGB Variations
Color information
#F5F17F (or 0xF5F17F) is known color: Dolly. HEX triplet: F5, F1 and 7F. RGB value is (245,241,127). Sum of RGB (Red+Green+Blue) = 245+241+127=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 127 (50% from 255 or 20.72% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F17F is #0A0E80. Grayscale: #E5E5E5. Windows color (decimal): -659073 or 8385013. OLE color: 8385013.
HSL color Cylindrical-coordinate representation of color #F5F17F: hue angle of 57.97º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5F17F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 127 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.04 |
| HSL | 57.97º | 0.86% | 0.73% | - |
| HSV(B) | 57.97º | 0.48% | 0.96% | - |
| XYZ | 72.94 | 83.86 | 32.42 | - |
| YUV | 229.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 127 | 0 | 0.02 | 0.48 | 0.04 | 57.97 | 0.86 | 0.73 |
| Hex | F5 | F1 | 7F | 0 | 2 | 30 | 4 | 3A | 56 | 49 |
| Octal | 365 | 361 | 177 | 0 | 2 | 60 | 4 | 72 | 126 | 111 |
| Binary | 11110101 | 11110001 | 1111111 | 0 | 10 | 110000 | 100 | 111010 | 1010110 | 1001001 |
Color Harmonies of #F5F17F
Complementary color
Monochromatic Colors of #F5F17F
Black with #F5F17F
Text Example
Text Example
White with #F5F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F17F; }
p { color: rgb(245,241,127); }
H1.HeaderClassName
{
color: #F5F17F;
}
.AnyTagClassName
{
color: #F5F17F;
}
</style>
background-color css
<style>
a { background-color: #F5F17F; }
a { background-color: rgb(245,241,127); }
div.DivClassName
{
background-color: #F5F17F;
}
.BgClassName
{
background-color: #F5F17F;
}
</style>
border-color css
<style>
span { border-color: #F5F17F; }
span { border-color: rgb(245,241,127); }
td.TdClassName
{
border-color: #F5F17F;
}
.TagClassName
{
border-color: #F5F17F;
}
</style>