Shades of Dark Tangerine #FE9D19
Tints of Dark Tangerine #FE9D19
RGB
CMYK
RGB Variations
Color information
#FE9D19 (or 0xFE9D19) is known color: Dark Tangerine. HEX triplet: FE, 9D and 19. RGB value is (254,157,25). Sum of RGB (Red+Green+Blue) = 254+157+25=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9D19 is #0162E6. Grayscale: #ABABAB. Windows color (decimal): -90855 or 1678846. OLE color: 1678846.
HSL color Cylindrical-coordinate representation of color #FE9D19: hue angle of 34.59º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE9D19 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 25 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.00 |
| HSL | 34.59º | 0.99% | 0.55% | - |
| HSV(B) | 34.59º | 0.9% | 1% | - |
| XYZ | 53.11 | 45.25 | 6.86 | - |
| YUV | 170.96 | 45.64 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 25 | 0 | 0.38 | 0.90 | 0.00 | 34.59 | 0.99 | 0.55 |
| Hex | FE | 9D | 19 | 0 | 26 | 5A | 0 | 23 | 63 | 37 |
| Octal | 376 | 235 | 31 | 0 | 46 | 132 | 0 | 43 | 143 | 67 |
| Binary | 11111110 | 10011101 | 11001 | 0 | 100110 | 1011010 | 0 | 100011 | 1100011 | 110111 |
Color Harmonies of #FE9D19
Complementary color
Monochromatic Colors of #FE9D19
Black with #FE9D19
Text Example
Text Example
White with #FE9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D19; }
p { color: rgb(254,157,25); }
H1.HeaderClassName
{
color: #FE9D19;
}
.AnyTagClassName
{
color: #FE9D19;
}
</style>
background-color css
<style>
a { background-color: #FE9D19; }
a { background-color: rgb(254,157,25); }
div.DivClassName
{
background-color: #FE9D19;
}
.BgClassName
{
background-color: #FE9D19;
}
</style>
border-color css
<style>
span { border-color: #FE9D19; }
span { border-color: rgb(254,157,25); }
td.TdClassName
{
border-color: #FE9D19;
}
.TagClassName
{
border-color: #FE9D19;
}
</style>