Shades of Dark Tangerine #FEA716
Tints of Dark Tangerine #FEA716
RGB
CMYK
RGB Variations
Color information
#FEA716 (or 0xFEA716) is known color: Dark Tangerine. HEX triplet: FE, A7 and 16. RGB value is (254,167,22). Sum of RGB (Red+Green+Blue) = 254+167+22=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA716 is #0158E9. Grayscale: #B1B1B1. Windows color (decimal): -88298 or 1484798. OLE color: 1484798.
HSL color Cylindrical-coordinate representation of color #FEA716: hue angle of 37.5º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEA716 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 22 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.00 |
| HSL | 37.5º | 0.99% | 0.54% | - |
| HSV(B) | 37.5º | 0.91% | 1% | - |
| XYZ | 54.84 | 48.77 | 7.28 | - |
| YUV | 176.48 | 40.82 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 22 | 0 | 0.34 | 0.91 | 0.00 | 37.5 | 0.99 | 0.54 |
| Hex | FE | A7 | 16 | 0 | 22 | 5B | 0 | 26 | 63 | 36 |
| Octal | 376 | 247 | 26 | 0 | 42 | 133 | 0 | 46 | 143 | 66 |
| Binary | 11111110 | 10100111 | 10110 | 0 | 100010 | 1011011 | 0 | 100110 | 1100011 | 110110 |
Color Harmonies of #FEA716
Complementary color
Monochromatic Colors of #FEA716
Black with #FEA716
Text Example
Text Example
White with #FEA716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA716; }
p { color: rgb(254,167,22); }
H1.HeaderClassName
{
color: #FEA716;
}
.AnyTagClassName
{
color: #FEA716;
}
</style>
background-color css
<style>
a { background-color: #FEA716; }
a { background-color: rgb(254,167,22); }
div.DivClassName
{
background-color: #FEA716;
}
.BgClassName
{
background-color: #FEA716;
}
</style>
border-color css
<style>
span { border-color: #FEA716; }
span { border-color: rgb(254,167,22); }
td.TdClassName
{
border-color: #FEA716;
}
.TagClassName
{
border-color: #FEA716;
}
</style>