Shades of Dark Tangerine #FE9B14
Tints of Dark Tangerine #FE9B14
RGB
CMYK
RGB Variations
Color information
#FE9B14 (or 0xFE9B14) is known color: Dark Tangerine. HEX triplet: FE, 9B and 14. RGB value is (254,155,20). Sum of RGB (Red+Green+Blue) = 254+155+20=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9B14 is #0164EB. Grayscale: #A9A9A9. Windows color (decimal): -91372 or 1350654. OLE color: 1350654.
HSL color Cylindrical-coordinate representation of color #FE9B14: hue angle of 34.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE9B14 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 20 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.00 |
| HSL | 34.62º | 0.99% | 0.54% | - |
| HSV(B) | 34.62º | 0.92% | 1% | - |
| XYZ | 52.72 | 44.56 | 6.48 | - |
| YUV | 169.21 | 43.8 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 20 | 0 | 0.39 | 0.92 | 0.00 | 34.62 | 0.99 | 0.54 |
| Hex | FE | 9B | 14 | 0 | 27 | 5C | 0 | 23 | 63 | 36 |
| Octal | 376 | 233 | 24 | 0 | 47 | 134 | 0 | 43 | 143 | 66 |
| Binary | 11111110 | 10011011 | 10100 | 0 | 100111 | 1011100 | 0 | 100011 | 1100011 | 110110 |
Color Harmonies of #FE9B14
Complementary color
Monochromatic Colors of #FE9B14
Black with #FE9B14
Text Example
Text Example
White with #FE9B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B14; }
p { color: rgb(254,155,20); }
H1.HeaderClassName
{
color: #FE9B14;
}
.AnyTagClassName
{
color: #FE9B14;
}
</style>
background-color css
<style>
a { background-color: #FE9B14; }
a { background-color: rgb(254,155,20); }
div.DivClassName
{
background-color: #FE9B14;
}
.BgClassName
{
background-color: #FE9B14;
}
</style>
border-color css
<style>
span { border-color: #FE9B14; }
span { border-color: rgb(254,155,20); }
td.TdClassName
{
border-color: #FE9B14;
}
.TagClassName
{
border-color: #FE9B14;
}
</style>