Shades of Dark Tangerine #FE9F1B
Tints of Dark Tangerine #FE9F1B
RGB
CMYK
RGB Variations
Color information
#FE9F1B (or 0xFE9F1B) is known color: Dark Tangerine. HEX triplet: FE, 9F and 1B. RGB value is (254,159,27). Sum of RGB (Red+Green+Blue) = 254+159+27=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F1B is #0160E4. Grayscale: #ACACAC. Windows color (decimal): -90341 or 1810430. OLE color: 1810430.
HSL color Cylindrical-coordinate representation of color #FE9F1B: hue angle of 34.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE9F1B is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 27 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.00 |
| HSL | 34.89º | 0.99% | 0.55% | - |
| HSV(B) | 34.89º | 0.89% | 1% | - |
| XYZ | 53.47 | 45.95 | 7.09 | - |
| YUV | 172.36 | 45.97 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 27 | 0 | 0.37 | 0.89 | 0.00 | 34.89 | 0.99 | 0.55 |
| Hex | FE | 9F | 1B | 0 | 25 | 59 | 0 | 23 | 63 | 37 |
| Octal | 376 | 237 | 33 | 0 | 45 | 131 | 0 | 43 | 143 | 67 |
| Binary | 11111110 | 10011111 | 11011 | 0 | 100101 | 1011001 | 0 | 100011 | 1100011 | 110111 |
Color Harmonies of #FE9F1B
Complementary color
Monochromatic Colors of #FE9F1B
Black with #FE9F1B
Text Example
Text Example
White with #FE9F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F1B; }
p { color: rgb(254,159,27); }
H1.HeaderClassName
{
color: #FE9F1B;
}
.AnyTagClassName
{
color: #FE9F1B;
}
</style>
background-color css
<style>
a { background-color: #FE9F1B; }
a { background-color: rgb(254,159,27); }
div.DivClassName
{
background-color: #FE9F1B;
}
.BgClassName
{
background-color: #FE9F1B;
}
</style>
border-color css
<style>
span { border-color: #FE9F1B; }
span { border-color: rgb(254,159,27); }
td.TdClassName
{
border-color: #FE9F1B;
}
.TagClassName
{
border-color: #FE9F1B;
}
</style>