Shades of Dark Tangerine #F7A520
Tints of Dark Tangerine #F7A520
RGB
CMYK
RGB Variations
Color information
#F7A520 (or 0xF7A520) is known color: Dark Tangerine. HEX triplet: F7, A5 and 20. RGB value is (247,165,32). Sum of RGB (Red+Green+Blue) = 247+165+32=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A520 is #085ADF. Grayscale: #AEAEAE. Windows color (decimal): -547552 or 2139639. OLE color: 2139639.
HSL color Cylindrical-coordinate representation of color #F7A520: hue angle of 37.12º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7A520 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.03 |
| HSL | 37.12º | 0.93% | 0.55% | - |
| HSV(B) | 37.12º | 0.87% | 0.97% | - |
| XYZ | 52.07 | 46.79 | 7.65 | - |
| YUV | 174.36 | 47.67 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 32 | 0 | 0.33 | 0.87 | 0.03 | 37.12 | 0.93 | 0.55 |
| Hex | F7 | A5 | 20 | 0 | 21 | 57 | 3 | 25 | 5D | 37 |
| Octal | 367 | 245 | 40 | 0 | 41 | 127 | 3 | 45 | 135 | 67 |
| Binary | 11110111 | 10100101 | 100000 | 0 | 100001 | 1010111 | 11 | 100101 | 1011101 | 110111 |
Color Harmonies of #F7A520
Complementary color
Monochromatic Colors of #F7A520
Black with #F7A520
Text Example
Text Example
White with #F7A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A520; }
p { color: rgb(247,165,32); }
H1.HeaderClassName
{
color: #F7A520;
}
.AnyTagClassName
{
color: #F7A520;
}
</style>
background-color css
<style>
a { background-color: #F7A520; }
a { background-color: rgb(247,165,32); }
div.DivClassName
{
background-color: #F7A520;
}
.BgClassName
{
background-color: #F7A520;
}
</style>
border-color css
<style>
span { border-color: #F7A520; }
span { border-color: rgb(247,165,32); }
td.TdClassName
{
border-color: #F7A520;
}
.TagClassName
{
border-color: #F7A520;
}
</style>