Shades of Dark Tangerine #FEA311
Tints of Dark Tangerine #FEA311
RGB
CMYK
RGB Variations
Color information
#FEA311 (or 0xFEA311) is known color: Dark Tangerine. HEX triplet: FE, A3 and 11. RGB value is (254,163,17). Sum of RGB (Red+Green+Blue) = 254+163+17=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA311 is #015CEE. Grayscale: #AEAEAE. Windows color (decimal): -89327 or 1156094. OLE color: 1156094.
HSL color Cylindrical-coordinate representation of color #FEA311: hue angle of 36.96º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEA311 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.00 |
| HSL | 36.96º | 0.99% | 0.53% | - |
| HSV(B) | 36.96º | 0.93% | 1% | - |
| XYZ | 54.07 | 47.31 | 6.81 | - |
| YUV | 173.57 | 39.65 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 17 | 0 | 0.36 | 0.93 | 0.00 | 36.96 | 0.99 | 0.53 |
| Hex | FE | A3 | 11 | 0 | 24 | 5D | 0 | 25 | 63 | 35 |
| Octal | 376 | 243 | 21 | 0 | 44 | 135 | 0 | 45 | 143 | 65 |
| Binary | 11111110 | 10100011 | 10001 | 0 | 100100 | 1011101 | 0 | 100101 | 1100011 | 110101 |
Color Harmonies of #FEA311
Complementary color
Monochromatic Colors of #FEA311
Black with #FEA311
Text Example
Text Example
White with #FEA311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA311; }
p { color: rgb(254,163,17); }
H1.HeaderClassName
{
color: #FEA311;
}
.AnyTagClassName
{
color: #FEA311;
}
</style>
background-color css
<style>
a { background-color: #FEA311; }
a { background-color: rgb(254,163,17); }
div.DivClassName
{
background-color: #FEA311;
}
.BgClassName
{
background-color: #FEA311;
}
</style>
border-color css
<style>
span { border-color: #FEA311; }
span { border-color: rgb(254,163,17); }
td.TdClassName
{
border-color: #FEA311;
}
.TagClassName
{
border-color: #FEA311;
}
</style>