Shades of Dark Tangerine #F7AD16
Tints of Dark Tangerine #F7AD16
RGB
CMYK
RGB Variations
Color information
#F7AD16 (or 0xF7AD16) is known color: Dark Tangerine. HEX triplet: F7, AD and 16. RGB value is (247,173,22). Sum of RGB (Red+Green+Blue) = 247+173+22=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AD16 is #0852E9. Grayscale: #B2B2B2. Windows color (decimal): -545514 or 1486327. OLE color: 1486327.
HSL color Cylindrical-coordinate representation of color #F7AD16: hue angle of 40.27º 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 #F7AD16 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 22 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.03 |
| HSL | 40.27º | 0.93% | 0.53% | - |
| HSV(B) | 40.27º | 0.91% | 0.97% | - |
| XYZ | 53.45 | 49.72 | 7.54 | - |
| YUV | 177.91 | 40.02 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 22 | 0 | 0.30 | 0.91 | 0.03 | 40.27 | 0.93 | 0.53 |
| Hex | F7 | AD | 16 | 0 | 1E | 5B | 3 | 28 | 5D | 35 |
| Octal | 367 | 255 | 26 | 0 | 36 | 133 | 3 | 50 | 135 | 65 |
| Binary | 11110111 | 10101101 | 10110 | 0 | 11110 | 1011011 | 11 | 101000 | 1011101 | 110101 |
Color Harmonies of #F7AD16
Complementary color
Monochromatic Colors of #F7AD16
Black with #F7AD16
Text Example
Text Example
White with #F7AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD16; }
p { color: rgb(247,173,22); }
H1.HeaderClassName
{
color: #F7AD16;
}
.AnyTagClassName
{
color: #F7AD16;
}
</style>
background-color css
<style>
a { background-color: #F7AD16; }
a { background-color: rgb(247,173,22); }
div.DivClassName
{
background-color: #F7AD16;
}
.BgClassName
{
background-color: #F7AD16;
}
</style>
border-color css
<style>
span { border-color: #F7AD16; }
span { border-color: rgb(247,173,22); }
td.TdClassName
{
border-color: #F7AD16;
}
.TagClassName
{
border-color: #F7AD16;
}
</style>