Shades of Dark Tangerine #F7A30E
Tints of Dark Tangerine #F7A30E
RGB
CMYK
RGB Variations
Color information
#F7A30E (or 0xF7A30E) is known color: Dark Tangerine. HEX triplet: F7, A3 and 0E. RGB value is (247,163,14). Sum of RGB (Red+Green+Blue) = 247+163+14=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A30E is #085CF1. Grayscale: #ABABAB. Windows color (decimal): -548082 or 959479. OLE color: 959479.
HSL color Cylindrical-coordinate representation of color #F7A30E: hue angle of 38.37º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7A30E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.03 |
| HSL | 38.37º | 0.94% | 0.51% | - |
| HSV(B) | 38.37º | 0.94% | 0.97% | - |
| XYZ | 51.53 | 46 | 6.58 | - |
| YUV | 171.13 | 39.33 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 14 | 0 | 0.34 | 0.94 | 0.03 | 38.37 | 0.94 | 0.51 |
| Hex | F7 | A3 | E | 0 | 22 | 5E | 3 | 26 | 5E | 33 |
| Octal | 367 | 243 | 16 | 0 | 42 | 136 | 3 | 46 | 136 | 63 |
| Binary | 11110111 | 10100011 | 1110 | 0 | 100010 | 1011110 | 11 | 100110 | 1011110 | 110011 |
Color Harmonies of #F7A30E
Complementary color
Monochromatic Colors of #F7A30E
Black with #F7A30E
Text Example
Text Example
White with #F7A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A30E; }
p { color: rgb(247,163,14); }
H1.HeaderClassName
{
color: #F7A30E;
}
.AnyTagClassName
{
color: #F7A30E;
}
</style>
background-color css
<style>
a { background-color: #F7A30E; }
a { background-color: rgb(247,163,14); }
div.DivClassName
{
background-color: #F7A30E;
}
.BgClassName
{
background-color: #F7A30E;
}
</style>
border-color css
<style>
span { border-color: #F7A30E; }
span { border-color: rgb(247,163,14); }
td.TdClassName
{
border-color: #F7A30E;
}
.TagClassName
{
border-color: #F7A30E;
}
</style>