Shades of Dolly #F5F17D
Tints of Dolly #F5F17D
RGB
CMYK
RGB Variations
Color information
#F5F17D (or 0xF5F17D) is known color: Dolly. HEX triplet: F5, F1 and 7D. RGB value is (245,241,125). Sum of RGB (Red+Green+Blue) = 245+241+125=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 125 (49.22% from 255 or 20.46% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F17D is #0A0E82. Grayscale: #E5E5E5. Windows color (decimal): -659075 or 8253941. OLE color: 8253941.
HSL color Cylindrical-coordinate representation of color #F5F17D: hue angle of 58º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5F17D is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 125 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.04 |
| HSL | 58º | 0.86% | 0.73% | - |
| HSV(B) | 58º | 0.49% | 0.96% | - |
| XYZ | 72.81 | 83.8 | 31.74 | - |
| YUV | 228.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 125 | 0 | 0.02 | 0.49 | 0.04 | 58 | 0.86 | 0.73 |
| Hex | F5 | F1 | 7D | 0 | 2 | 31 | 4 | 3A | 56 | 49 |
| Octal | 365 | 361 | 175 | 0 | 2 | 61 | 4 | 72 | 126 | 111 |
| Binary | 11110101 | 11110001 | 1111101 | 0 | 10 | 110001 | 100 | 111010 | 1010110 | 1001001 |
Color Harmonies of #F5F17D
Complementary color
Monochromatic Colors of #F5F17D
Black with #F5F17D
Text Example
Text Example
White with #F5F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F17D; }
p { color: rgb(245,241,125); }
H1.HeaderClassName
{
color: #F5F17D;
}
.AnyTagClassName
{
color: #F5F17D;
}
</style>
background-color css
<style>
a { background-color: #F5F17D; }
a { background-color: rgb(245,241,125); }
div.DivClassName
{
background-color: #F5F17D;
}
.BgClassName
{
background-color: #F5F17D;
}
</style>
border-color css
<style>
span { border-color: #F5F17D; }
span { border-color: rgb(245,241,125); }
td.TdClassName
{
border-color: #F5F17D;
}
.TagClassName
{
border-color: #F5F17D;
}
</style>