Shades of Dark Tangerine #FE9F12
Tints of Dark Tangerine #FE9F12
RGB
CMYK
RGB Variations
Color information
#FE9F12 (or 0xFE9F12) is known color: Dark Tangerine. HEX triplet: FE, 9F and 12. RGB value is (254,159,18). Sum of RGB (Red+Green+Blue) = 254+159+18=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F12 is #0160ED. Grayscale: #ABABAB. Windows color (decimal): -90350 or 1220606. OLE color: 1220606.
HSL color Cylindrical-coordinate representation of color #FE9F12: hue angle of 35.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE9F12 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 18 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.00 |
| HSL | 35.85º | 0.99% | 0.53% | - |
| HSV(B) | 35.85º | 0.93% | 1% | - |
| XYZ | 53.38 | 45.91 | 6.62 | - |
| YUV | 171.33 | 41.47 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 18 | 0 | 0.37 | 0.93 | 0.00 | 35.85 | 0.99 | 0.53 |
| Hex | FE | 9F | 12 | 0 | 25 | 5D | 0 | 24 | 63 | 35 |
| Octal | 376 | 237 | 22 | 0 | 45 | 135 | 0 | 44 | 143 | 65 |
| Binary | 11111110 | 10011111 | 10010 | 0 | 100101 | 1011101 | 0 | 100100 | 1100011 | 110101 |
Color Harmonies of #FE9F12
Complementary color
Monochromatic Colors of #FE9F12
Black with #FE9F12
Text Example
Text Example
White with #FE9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F12; }
p { color: rgb(254,159,18); }
H1.HeaderClassName
{
color: #FE9F12;
}
.AnyTagClassName
{
color: #FE9F12;
}
</style>
background-color css
<style>
a { background-color: #FE9F12; }
a { background-color: rgb(254,159,18); }
div.DivClassName
{
background-color: #FE9F12;
}
.BgClassName
{
background-color: #FE9F12;
}
</style>
border-color css
<style>
span { border-color: #FE9F12; }
span { border-color: rgb(254,159,18); }
td.TdClassName
{
border-color: #FE9F12;
}
.TagClassName
{
border-color: #FE9F12;
}
</style>