Shades of Dark Tangerine #FEA70D
Tints of Dark Tangerine #FEA70D
RGB
CMYK
RGB Variations
Color information
#FEA70D (or 0xFEA70D) is known color: Dark Tangerine. HEX triplet: FE, A7 and 0D. RGB value is (254,167,13). Sum of RGB (Red+Green+Blue) = 254+167+13=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA70D is #0158F2. Grayscale: #B0B0B0. Windows color (decimal): -88307 or 894974. OLE color: 894974.
HSL color Cylindrical-coordinate representation of color #FEA70D: hue angle of 38.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEA70D is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 13 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.00 |
| HSL | 38.34º | 0.99% | 0.52% | - |
| HSV(B) | 38.34º | 0.95% | 1% | - |
| XYZ | 54.76 | 48.74 | 6.9 | - |
| YUV | 175.46 | 36.32 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 13 | 0 | 0.34 | 0.95 | 0.00 | 38.34 | 0.99 | 0.52 |
| Hex | FE | A7 | D | 0 | 22 | 5F | 0 | 26 | 63 | 34 |
| Octal | 376 | 247 | 15 | 0 | 42 | 137 | 0 | 46 | 143 | 64 |
| Binary | 11111110 | 10100111 | 1101 | 0 | 100010 | 1011111 | 0 | 100110 | 1100011 | 110100 |
Color Harmonies of #FEA70D
Complementary color
Monochromatic Colors of #FEA70D
Black with #FEA70D
Text Example
Text Example
White with #FEA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA70D; }
p { color: rgb(254,167,13); }
H1.HeaderClassName
{
color: #FEA70D;
}
.AnyTagClassName
{
color: #FEA70D;
}
</style>
background-color css
<style>
a { background-color: #FEA70D; }
a { background-color: rgb(254,167,13); }
div.DivClassName
{
background-color: #FEA70D;
}
.BgClassName
{
background-color: #FEA70D;
}
</style>
border-color css
<style>
span { border-color: #FEA70D; }
span { border-color: rgb(254,167,13); }
td.TdClassName
{
border-color: #FEA70D;
}
.TagClassName
{
border-color: #FEA70D;
}
</style>