Shades of Dark Tangerine #FE9C1E
Tints of Dark Tangerine #FE9C1E
RGB
CMYK
RGB Variations
Color information
#FE9C1E (or 0xFE9C1E) is known color: Dark Tangerine. HEX triplet: FE, 9C and 1E. RGB value is (254,156,30). Sum of RGB (Red+Green+Blue) = 254+156+30=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C1E is #0163E1. Grayscale: #ABABAB. Windows color (decimal): -91106 or 2006270. OLE color: 2006270.
HSL color Cylindrical-coordinate representation of color #FE9C1E: hue angle of 33.75º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE9C1E is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 30 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.00 |
| HSL | 33.75º | 0.99% | 0.56% | - |
| HSV(B) | 33.75º | 0.88% | 1% | - |
| XYZ | 53 | 44.94 | 7.11 | - |
| YUV | 170.94 | 48.47 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 30 | 0 | 0.39 | 0.88 | 0.00 | 33.75 | 0.99 | 0.56 |
| Hex | FE | 9C | 1E | 0 | 27 | 58 | 0 | 22 | 63 | 38 |
| Octal | 376 | 234 | 36 | 0 | 47 | 130 | 0 | 42 | 143 | 70 |
| Binary | 11111110 | 10011100 | 11110 | 0 | 100111 | 1011000 | 0 | 100010 | 1100011 | 111000 |
Color Harmonies of #FE9C1E
Complementary color
Monochromatic Colors of #FE9C1E
Black with #FE9C1E
Text Example
Text Example
White with #FE9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C1E; }
p { color: rgb(254,156,30); }
H1.HeaderClassName
{
color: #FE9C1E;
}
.AnyTagClassName
{
color: #FE9C1E;
}
</style>
background-color css
<style>
a { background-color: #FE9C1E; }
a { background-color: rgb(254,156,30); }
div.DivClassName
{
background-color: #FE9C1E;
}
.BgClassName
{
background-color: #FE9C1E;
}
</style>
border-color css
<style>
span { border-color: #FE9C1E; }
span { border-color: rgb(254,156,30); }
td.TdClassName
{
border-color: #FE9C1E;
}
.TagClassName
{
border-color: #FE9C1E;
}
</style>