Shades of Dark Tangerine #FEA50D
Tints of Dark Tangerine #FEA50D
RGB
CMYK
RGB Variations
Color information
#FEA50D (or 0xFEA50D) is known color: Dark Tangerine. HEX triplet: FE, A5 and 0D. RGB value is (254,165,13). Sum of RGB (Red+Green+Blue) = 254+165+13=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA50D is #015AF2. Grayscale: #AEAEAE. Windows color (decimal): -88819 or 894462. OLE color: 894462.
HSL color Cylindrical-coordinate representation of color #FEA50D: hue angle of 37.84º 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 #FEA50D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.00 |
| HSL | 37.84º | 0.99% | 0.52% | - |
| HSV(B) | 37.84º | 0.95% | 1% | - |
| XYZ | 54.4 | 48.01 | 6.78 | - |
| YUV | 174.28 | 36.99 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 13 | 0 | 0.35 | 0.95 | 0.00 | 37.84 | 0.99 | 0.52 |
| Hex | FE | A5 | D | 0 | 23 | 5F | 0 | 26 | 63 | 34 |
| Octal | 376 | 245 | 15 | 0 | 43 | 137 | 0 | 46 | 143 | 64 |
| Binary | 11111110 | 10100101 | 1101 | 0 | 100011 | 1011111 | 0 | 100110 | 1100011 | 110100 |
Color Harmonies of #FEA50D
Complementary color
Monochromatic Colors of #FEA50D
Black with #FEA50D
Text Example
Text Example
White with #FEA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA50D; }
p { color: rgb(254,165,13); }
H1.HeaderClassName
{
color: #FEA50D;
}
.AnyTagClassName
{
color: #FEA50D;
}
</style>
background-color css
<style>
a { background-color: #FEA50D; }
a { background-color: rgb(254,165,13); }
div.DivClassName
{
background-color: #FEA50D;
}
.BgClassName
{
background-color: #FEA50D;
}
</style>
border-color css
<style>
span { border-color: #FEA50D; }
span { border-color: rgb(254,165,13); }
td.TdClassName
{
border-color: #FEA50D;
}
.TagClassName
{
border-color: #FEA50D;
}
</style>