Shades of Dark Tangerine #FEA310
Tints of Dark Tangerine #FEA310
RGB
CMYK
RGB Variations
Color information
#FEA310 (or 0xFEA310) is known color: Dark Tangerine. HEX triplet: FE, A3 and 10. RGB value is (254,163,16). Sum of RGB (Red+Green+Blue) = 254+163+16=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA310 is #015CEF. Grayscale: #AEAEAE. Windows color (decimal): -89328 or 1090558. OLE color: 1090558.
HSL color Cylindrical-coordinate representation of color #FEA310: hue angle of 37.06º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEA310 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 16 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.00 |
| HSL | 37.06º | 0.99% | 0.53% | - |
| HSV(B) | 37.06º | 0.94% | 1% | - |
| XYZ | 54.06 | 47.3 | 6.77 | - |
| YUV | 173.45 | 39.15 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 16 | 0 | 0.36 | 0.94 | 0.00 | 37.06 | 0.99 | 0.53 |
| Hex | FE | A3 | 10 | 0 | 24 | 5E | 0 | 25 | 63 | 35 |
| Octal | 376 | 243 | 20 | 0 | 44 | 136 | 0 | 45 | 143 | 65 |
| Binary | 11111110 | 10100011 | 10000 | 0 | 100100 | 1011110 | 0 | 100101 | 1100011 | 110101 |
Color Harmonies of #FEA310
Complementary color
Monochromatic Colors of #FEA310
Black with #FEA310
Text Example
Text Example
White with #FEA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA310; }
p { color: rgb(254,163,16); }
H1.HeaderClassName
{
color: #FEA310;
}
.AnyTagClassName
{
color: #FEA310;
}
</style>
background-color css
<style>
a { background-color: #FEA310; }
a { background-color: rgb(254,163,16); }
div.DivClassName
{
background-color: #FEA310;
}
.BgClassName
{
background-color: #FEA310;
}
</style>
border-color css
<style>
span { border-color: #FEA310; }
span { border-color: rgb(254,163,16); }
td.TdClassName
{
border-color: #FEA310;
}
.TagClassName
{
border-color: #FEA310;
}
</style>