Shades of Dark Tangerine #F7AD0D
Tints of Dark Tangerine #F7AD0D
RGB
CMYK
RGB Variations
Color information
#F7AD0D (or 0xF7AD0D) is known color: Dark Tangerine. HEX triplet: F7, AD and 0D. RGB value is (247,173,13). Sum of RGB (Red+Green+Blue) = 247+173+13=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AD0D is #0852F2. Grayscale: #B1B1B1. Windows color (decimal): -545523 or 896503. OLE color: 896503.
HSL color Cylindrical-coordinate representation of color #F7AD0D: hue angle of 41.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7AD0D is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 13 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.03 |
| HSL | 41.03º | 0.94% | 0.51% | - |
| HSV(B) | 41.03º | 0.95% | 0.97% | - |
| XYZ | 53.37 | 49.69 | 7.16 | - |
| YUV | 176.89 | 35.52 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 13 | 0 | 0.30 | 0.95 | 0.03 | 41.03 | 0.94 | 0.51 |
| Hex | F7 | AD | D | 0 | 1E | 5F | 3 | 29 | 5E | 33 |
| Octal | 367 | 255 | 15 | 0 | 36 | 137 | 3 | 51 | 136 | 63 |
| Binary | 11110111 | 10101101 | 1101 | 0 | 11110 | 1011111 | 11 | 101001 | 1011110 | 110011 |
Color Harmonies of #F7AD0D
Complementary color
Monochromatic Colors of #F7AD0D
Black with #F7AD0D
Text Example
Text Example
White with #F7AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD0D; }
p { color: rgb(247,173,13); }
H1.HeaderClassName
{
color: #F7AD0D;
}
.AnyTagClassName
{
color: #F7AD0D;
}
</style>
background-color css
<style>
a { background-color: #F7AD0D; }
a { background-color: rgb(247,173,13); }
div.DivClassName
{
background-color: #F7AD0D;
}
.BgClassName
{
background-color: #F7AD0D;
}
</style>
border-color css
<style>
span { border-color: #F7AD0D; }
span { border-color: rgb(247,173,13); }
td.TdClassName
{
border-color: #F7AD0D;
}
.TagClassName
{
border-color: #F7AD0D;
}
</style>