Shades of Dark Tangerine #FEA00D
Tints of Dark Tangerine #FEA00D
RGB
CMYK
RGB Variations
Color information
#FEA00D (or 0xFEA00D) is known color: Dark Tangerine. HEX triplet: FE, A0 and 0D. RGB value is (254,160,13). Sum of RGB (Red+Green+Blue) = 254+160+13=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA00D is #015FF2. Grayscale: #ACACAC. Windows color (decimal): -90099 or 893182. OLE color: 893182.
HSL color Cylindrical-coordinate representation of color #FEA00D: hue angle of 36.6º 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 #FEA00D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 13 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.00 |
| HSL | 36.6º | 0.99% | 0.52% | - |
| HSV(B) | 36.6º | 0.95% | 1% | - |
| XYZ | 53.52 | 46.24 | 6.49 | - |
| YUV | 171.35 | 38.64 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 13 | 0 | 0.37 | 0.95 | 0.00 | 36.6 | 0.99 | 0.52 |
| Hex | FE | A0 | D | 0 | 25 | 5F | 0 | 25 | 63 | 34 |
| Octal | 376 | 240 | 15 | 0 | 45 | 137 | 0 | 45 | 143 | 64 |
| Binary | 11111110 | 10100000 | 1101 | 0 | 100101 | 1011111 | 0 | 100101 | 1100011 | 110100 |
Color Harmonies of #FEA00D
Complementary color
Monochromatic Colors of #FEA00D
Black with #FEA00D
Text Example
Text Example
White with #FEA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA00D; }
p { color: rgb(254,160,13); }
H1.HeaderClassName
{
color: #FEA00D;
}
.AnyTagClassName
{
color: #FEA00D;
}
</style>
background-color css
<style>
a { background-color: #FEA00D; }
a { background-color: rgb(254,160,13); }
div.DivClassName
{
background-color: #FEA00D;
}
.BgClassName
{
background-color: #FEA00D;
}
</style>
border-color css
<style>
span { border-color: #FEA00D; }
span { border-color: rgb(254,160,13); }
td.TdClassName
{
border-color: #FEA00D;
}
.TagClassName
{
border-color: #FEA00D;
}
</style>