Shades of Dark Tangerine #F7A321
Tints of Dark Tangerine #F7A321
RGB
CMYK
RGB Variations
Color information
#F7A321 (or 0xF7A321) is known color: Dark Tangerine. HEX triplet: F7, A3 and 21. RGB value is (247,163,33). Sum of RGB (Red+Green+Blue) = 247+163+33=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A321 is #085CDE. Grayscale: #ADADAD. Windows color (decimal): -548063 or 2204663. OLE color: 2204663.
HSL color Cylindrical-coordinate representation of color #F7A321: hue angle of 36.45º 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 #F7A321 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 33 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.03 |
| HSL | 36.45º | 0.93% | 0.55% | - |
| HSV(B) | 36.45º | 0.87% | 0.97% | - |
| XYZ | 51.73 | 46.08 | 7.61 | - |
| YUV | 173.3 | 48.83 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 33 | 0 | 0.34 | 0.87 | 0.03 | 36.45 | 0.93 | 0.55 |
| Hex | F7 | A3 | 21 | 0 | 22 | 57 | 3 | 24 | 5D | 37 |
| Octal | 367 | 243 | 41 | 0 | 42 | 127 | 3 | 44 | 135 | 67 |
| Binary | 11110111 | 10100011 | 100001 | 0 | 100010 | 1010111 | 11 | 100100 | 1011101 | 110111 |
Color Harmonies of #F7A321
Complementary color
Monochromatic Colors of #F7A321
Black with #F7A321
Text Example
Text Example
White with #F7A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A321; }
p { color: rgb(247,163,33); }
H1.HeaderClassName
{
color: #F7A321;
}
.AnyTagClassName
{
color: #F7A321;
}
</style>
background-color css
<style>
a { background-color: #F7A321; }
a { background-color: rgb(247,163,33); }
div.DivClassName
{
background-color: #F7A321;
}
.BgClassName
{
background-color: #F7A321;
}
</style>
border-color css
<style>
span { border-color: #F7A321; }
span { border-color: rgb(247,163,33); }
td.TdClassName
{
border-color: #F7A321;
}
.TagClassName
{
border-color: #F7A321;
}
</style>