Shades of Dark Tangerine #FE9F11
Tints of Dark Tangerine #FE9F11
RGB
CMYK
RGB Variations
Color information
#FE9F11 (or 0xFE9F11) is known color: Dark Tangerine. HEX triplet: FE, 9F and 11. RGB value is (254,159,17). Sum of RGB (Red+Green+Blue) = 254+159+17=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F11 is #0160EE. Grayscale: #ABABAB. Windows color (decimal): -90351 or 1155070. OLE color: 1155070.
HSL color Cylindrical-coordinate representation of color #FE9F11: hue angle of 35.95º 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 #FE9F11 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 17 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.00 |
| HSL | 35.95º | 0.99% | 0.53% | - |
| HSV(B) | 35.95º | 0.93% | 1% | - |
| XYZ | 53.37 | 45.91 | 6.58 | - |
| YUV | 171.22 | 40.97 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 17 | 0 | 0.37 | 0.93 | 0.00 | 35.95 | 0.99 | 0.53 |
| Hex | FE | 9F | 11 | 0 | 25 | 5D | 0 | 24 | 63 | 35 |
| Octal | 376 | 237 | 21 | 0 | 45 | 135 | 0 | 44 | 143 | 65 |
| Binary | 11111110 | 10011111 | 10001 | 0 | 100101 | 1011101 | 0 | 100100 | 1100011 | 110101 |
Color Harmonies of #FE9F11
Complementary color
Monochromatic Colors of #FE9F11
Black with #FE9F11
Text Example
Text Example
White with #FE9F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F11; }
p { color: rgb(254,159,17); }
H1.HeaderClassName
{
color: #FE9F11;
}
.AnyTagClassName
{
color: #FE9F11;
}
</style>
background-color css
<style>
a { background-color: #FE9F11; }
a { background-color: rgb(254,159,17); }
div.DivClassName
{
background-color: #FE9F11;
}
.BgClassName
{
background-color: #FE9F11;
}
</style>
border-color css
<style>
span { border-color: #FE9F11; }
span { border-color: rgb(254,159,17); }
td.TdClassName
{
border-color: #FE9F11;
}
.TagClassName
{
border-color: #FE9F11;
}
</style>