Shades of Dolly #F5F971
Tints of Dolly #F5F971
RGB
CMYK
RGB Variations
Color information
#F5F971 (or 0xF5F971) is known color: Dolly. HEX triplet: F5, F9 and 71. RGB value is (245,249,113). Sum of RGB (Red+Green+Blue) = 245+249+113=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 113 (44.53% from 255 or 18.62% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F971 is #0A068E. Grayscale: #E8E8E8. Windows color (decimal): -657039 or 7469557. OLE color: 7469557.
HSL color Cylindrical-coordinate representation of color #F5F971: hue angle of 61.76º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5F971 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 249 | 113 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.02 |
| HSL | 61.76º | 0.92% | 0.71% | - |
| HSV(B) | 61.76º | 0.55% | 0.98% | - |
| XYZ | 74.51 | 88.36 | 28.75 | - |
| YUV | 232.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 249 | 113 | 0.02 | 0 | 0.55 | 0.02 | 61.76 | 0.92 | 0.71 |
| Hex | F5 | F9 | 71 | 2 | 0 | 37 | 2 | 3E | 5C | 47 |
| Octal | 365 | 371 | 161 | 2 | 0 | 67 | 2 | 76 | 134 | 107 |
| Binary | 11110101 | 11111001 | 1110001 | 10 | 0 | 110111 | 10 | 111110 | 1011100 | 1000111 |
Color Harmonies of #F5F971
Complementary color
Monochromatic Colors of #F5F971
Black with #F5F971
Text Example
Text Example
White with #F5F971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F971; }
p { color: rgb(245,249,113); }
H1.HeaderClassName
{
color: #F5F971;
}
.AnyTagClassName
{
color: #F5F971;
}
</style>
background-color css
<style>
a { background-color: #F5F971; }
a { background-color: rgb(245,249,113); }
div.DivClassName
{
background-color: #F5F971;
}
.BgClassName
{
background-color: #F5F971;
}
</style>
border-color css
<style>
span { border-color: #F5F971; }
span { border-color: rgb(245,249,113); }
td.TdClassName
{
border-color: #F5F971;
}
.TagClassName
{
border-color: #F5F971;
}
</style>