Shades of Dark Tangerine #FE9A11
Tints of Dark Tangerine #FE9A11
RGB
CMYK
RGB Variations
Color information
#FE9A11 (or 0xFE9A11) is known color: Dark Tangerine. HEX triplet: FE, 9A and 11. RGB value is (254,154,17). Sum of RGB (Red+Green+Blue) = 254+154+17=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9A11 is #0165EE. Grayscale: #A8A8A8. Windows color (decimal): -91631 or 1153790. OLE color: 1153790.
HSL color Cylindrical-coordinate representation of color #FE9A11: hue angle of 34.68º 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 #FE9A11 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.00 |
| HSL | 34.68º | 0.99% | 0.53% | - |
| HSV(B) | 34.68º | 0.93% | 1% | - |
| XYZ | 52.53 | 44.22 | 6.3 | - |
| YUV | 168.28 | 42.63 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 17 | 0 | 0.39 | 0.93 | 0.00 | 34.68 | 0.99 | 0.53 |
| Hex | FE | 9A | 11 | 0 | 27 | 5D | 0 | 23 | 63 | 35 |
| Octal | 376 | 232 | 21 | 0 | 47 | 135 | 0 | 43 | 143 | 65 |
| Binary | 11111110 | 10011010 | 10001 | 0 | 100111 | 1011101 | 0 | 100011 | 1100011 | 110101 |
Color Harmonies of #FE9A11
Complementary color
Monochromatic Colors of #FE9A11
Black with #FE9A11
Text Example
Text Example
White with #FE9A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A11; }
p { color: rgb(254,154,17); }
H1.HeaderClassName
{
color: #FE9A11;
}
.AnyTagClassName
{
color: #FE9A11;
}
</style>
background-color css
<style>
a { background-color: #FE9A11; }
a { background-color: rgb(254,154,17); }
div.DivClassName
{
background-color: #FE9A11;
}
.BgClassName
{
background-color: #FE9A11;
}
</style>
border-color css
<style>
span { border-color: #FE9A11; }
span { border-color: rgb(254,154,17); }
td.TdClassName
{
border-color: #FE9A11;
}
.TagClassName
{
border-color: #FE9A11;
}
</style>