Shades of Dark Tangerine #FE9D14
Tints of Dark Tangerine #FE9D14
RGB
CMYK
RGB Variations
Color information
#FE9D14 (or 0xFE9D14) is known color: Dark Tangerine. HEX triplet: FE, 9D and 14. RGB value is (254,157,20). Sum of RGB (Red+Green+Blue) = 254+157+20=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9D14 is #0162EB. Grayscale: #ABABAB. Windows color (decimal): -90860 or 1351166. OLE color: 1351166.
HSL color Cylindrical-coordinate representation of color #FE9D14: hue angle of 35.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE9D14 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 20 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.00 |
| HSL | 35.13º | 0.99% | 0.54% | - |
| HSV(B) | 35.13º | 0.92% | 1% | - |
| XYZ | 53.06 | 45.24 | 6.6 | - |
| YUV | 170.39 | 43.14 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 20 | 0 | 0.38 | 0.92 | 0.00 | 35.13 | 0.99 | 0.54 |
| Hex | FE | 9D | 14 | 0 | 26 | 5C | 0 | 23 | 63 | 36 |
| Octal | 376 | 235 | 24 | 0 | 46 | 134 | 0 | 43 | 143 | 66 |
| Binary | 11111110 | 10011101 | 10100 | 0 | 100110 | 1011100 | 0 | 100011 | 1100011 | 110110 |
Color Harmonies of #FE9D14
Complementary color
Monochromatic Colors of #FE9D14
Black with #FE9D14
Text Example
Text Example
White with #FE9D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D14; }
p { color: rgb(254,157,20); }
H1.HeaderClassName
{
color: #FE9D14;
}
.AnyTagClassName
{
color: #FE9D14;
}
</style>
background-color css
<style>
a { background-color: #FE9D14; }
a { background-color: rgb(254,157,20); }
div.DivClassName
{
background-color: #FE9D14;
}
.BgClassName
{
background-color: #FE9D14;
}
</style>
border-color css
<style>
span { border-color: #FE9D14; }
span { border-color: rgb(254,157,20); }
td.TdClassName
{
border-color: #FE9D14;
}
.TagClassName
{
border-color: #FE9D14;
}
</style>