Shades of Dark Tangerine #F7A517
Tints of Dark Tangerine #F7A517
RGB
CMYK
RGB Variations
Color information
#F7A517 (or 0xF7A517) is known color: Dark Tangerine. HEX triplet: F7, A5 and 17. RGB value is (247,165,23). Sum of RGB (Red+Green+Blue) = 247+165+23=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A517 is #085AE8. Grayscale: #ADADAD. Windows color (decimal): -547561 or 1549815. OLE color: 1549815.
HSL color Cylindrical-coordinate representation of color #F7A517: hue angle of 38.04º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7A517 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 23 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.03 |
| HSL | 38.04º | 0.93% | 0.53% | - |
| HSV(B) | 38.04º | 0.91% | 0.97% | - |
| XYZ | 51.97 | 46.75 | 7.09 | - |
| YUV | 173.33 | 43.17 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 23 | 0 | 0.33 | 0.91 | 0.03 | 38.04 | 0.93 | 0.53 |
| Hex | F7 | A5 | 17 | 0 | 21 | 5B | 3 | 26 | 5D | 35 |
| Octal | 367 | 245 | 27 | 0 | 41 | 133 | 3 | 46 | 135 | 65 |
| Binary | 11110111 | 10100101 | 10111 | 0 | 100001 | 1011011 | 11 | 100110 | 1011101 | 110101 |
Color Harmonies of #F7A517
Complementary color
Monochromatic Colors of #F7A517
Black with #F7A517
Text Example
Text Example
White with #F7A517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A517; }
p { color: rgb(247,165,23); }
H1.HeaderClassName
{
color: #F7A517;
}
.AnyTagClassName
{
color: #F7A517;
}
</style>
background-color css
<style>
a { background-color: #F7A517; }
a { background-color: rgb(247,165,23); }
div.DivClassName
{
background-color: #F7A517;
}
.BgClassName
{
background-color: #F7A517;
}
</style>
border-color css
<style>
span { border-color: #F7A517; }
span { border-color: rgb(247,165,23); }
td.TdClassName
{
border-color: #F7A517;
}
.TagClassName
{
border-color: #F7A517;
}
</style>