Shades of Dark Tangerine #F7A320
Tints of Dark Tangerine #F7A320
RGB
CMYK
RGB Variations
Color information
#F7A320 (or 0xF7A320) is known color: Dark Tangerine. HEX triplet: F7, A3 and 20. RGB value is (247,163,32). Sum of RGB (Red+Green+Blue) = 247+163+32=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A320 is #085CDF. Grayscale: #ADADAD. Windows color (decimal): -548064 or 2139127. OLE color: 2139127.
HSL color Cylindrical-coordinate representation of color #F7A320: hue angle of 36.56º 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 #F7A320 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 32 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.03 |
| HSL | 36.56º | 0.93% | 0.55% | - |
| HSV(B) | 36.56º | 0.87% | 0.97% | - |
| XYZ | 51.72 | 46.07 | 7.53 | - |
| YUV | 173.18 | 48.33 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 32 | 0 | 0.34 | 0.87 | 0.03 | 36.56 | 0.93 | 0.55 |
| Hex | F7 | A3 | 20 | 0 | 22 | 57 | 3 | 25 | 5D | 37 |
| Octal | 367 | 243 | 40 | 0 | 42 | 127 | 3 | 45 | 135 | 67 |
| Binary | 11110111 | 10100011 | 100000 | 0 | 100010 | 1010111 | 11 | 100101 | 1011101 | 110111 |
Color Harmonies of #F7A320
Complementary color
Monochromatic Colors of #F7A320
Black with #F7A320
Text Example
Text Example
White with #F7A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A320; }
p { color: rgb(247,163,32); }
H1.HeaderClassName
{
color: #F7A320;
}
.AnyTagClassName
{
color: #F7A320;
}
</style>
background-color css
<style>
a { background-color: #F7A320; }
a { background-color: rgb(247,163,32); }
div.DivClassName
{
background-color: #F7A320;
}
.BgClassName
{
background-color: #F7A320;
}
</style>
border-color css
<style>
span { border-color: #F7A320; }
span { border-color: rgb(247,163,32); }
td.TdClassName
{
border-color: #F7A320;
}
.TagClassName
{
border-color: #F7A320;
}
</style>