Shades of Dark Tangerine #F7A811
Tints of Dark Tangerine #F7A811
RGB
CMYK
RGB Variations
Color information
#F7A811 (or 0xF7A811) is known color: Dark Tangerine. HEX triplet: F7, A8 and 11. RGB value is (247,168,17). Sum of RGB (Red+Green+Blue) = 247+168+17=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A811 is #0857EE. Grayscale: #AFAFAF. Windows color (decimal): -546799 or 1157367. OLE color: 1157367.
HSL color Cylindrical-coordinate representation of color #F7A811: hue angle of 39.39º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7A811 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.03 |
| HSL | 39.39º | 0.93% | 0.52% | - |
| HSV(B) | 39.39º | 0.93% | 0.97% | - |
| XYZ | 52.46 | 47.82 | 7 | - |
| YUV | 174.41 | 39.17 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 17 | 0 | 0.32 | 0.93 | 0.03 | 39.39 | 0.93 | 0.52 |
| Hex | F7 | A8 | 11 | 0 | 20 | 5D | 3 | 27 | 5D | 34 |
| Octal | 367 | 250 | 21 | 0 | 40 | 135 | 3 | 47 | 135 | 64 |
| Binary | 11110111 | 10101000 | 10001 | 0 | 100000 | 1011101 | 11 | 100111 | 1011101 | 110100 |
Color Harmonies of #F7A811
Complementary color
Monochromatic Colors of #F7A811
Black with #F7A811
Text Example
Text Example
White with #F7A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A811; }
p { color: rgb(247,168,17); }
H1.HeaderClassName
{
color: #F7A811;
}
.AnyTagClassName
{
color: #F7A811;
}
</style>
background-color css
<style>
a { background-color: #F7A811; }
a { background-color: rgb(247,168,17); }
div.DivClassName
{
background-color: #F7A811;
}
.BgClassName
{
background-color: #F7A811;
}
</style>
border-color css
<style>
span { border-color: #F7A811; }
span { border-color: rgb(247,168,17); }
td.TdClassName
{
border-color: #F7A811;
}
.TagClassName
{
border-color: #F7A811;
}
</style>