Shades of Dark Tangerine #FE9A10
Tints of Dark Tangerine #FE9A10
RGB
CMYK
RGB Variations
Color information
#FE9A10 (or 0xFE9A10) is known color: Dark Tangerine. HEX triplet: FE, 9A and 10. RGB value is (254,154,16). Sum of RGB (Red+Green+Blue) = 254+154+16=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9A10 is #0165EF. Grayscale: #A8A8A8. Windows color (decimal): -91632 or 1088254. OLE color: 1088254.
HSL color Cylindrical-coordinate representation of color #FE9A10: hue angle of 34.79º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE9A10 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 16 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.00 |
| HSL | 34.79º | 0.99% | 0.53% | - |
| HSV(B) | 34.79º | 0.94% | 1% | - |
| XYZ | 52.52 | 44.22 | 6.26 | - |
| YUV | 168.17 | 42.13 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 16 | 0 | 0.39 | 0.94 | 0.00 | 34.79 | 0.99 | 0.53 |
| Hex | FE | 9A | 10 | 0 | 27 | 5E | 0 | 23 | 63 | 35 |
| Octal | 376 | 232 | 20 | 0 | 47 | 136 | 0 | 43 | 143 | 65 |
| Binary | 11111110 | 10011010 | 10000 | 0 | 100111 | 1011110 | 0 | 100011 | 1100011 | 110101 |
Color Harmonies of #FE9A10
Complementary color
Monochromatic Colors of #FE9A10
Black with #FE9A10
Text Example
Text Example
White with #FE9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A10; }
p { color: rgb(254,154,16); }
H1.HeaderClassName
{
color: #FE9A10;
}
.AnyTagClassName
{
color: #FE9A10;
}
</style>
background-color css
<style>
a { background-color: #FE9A10; }
a { background-color: rgb(254,154,16); }
div.DivClassName
{
background-color: #FE9A10;
}
.BgClassName
{
background-color: #FE9A10;
}
</style>
border-color css
<style>
span { border-color: #FE9A10; }
span { border-color: rgb(254,154,16); }
td.TdClassName
{
border-color: #FE9A10;
}
.TagClassName
{
border-color: #FE9A10;
}
</style>