Shades of Dark Tangerine #FE9C13
Tints of Dark Tangerine #FE9C13
RGB
CMYK
RGB Variations
Color information
#FE9C13 (or 0xFE9C13) is known color: Dark Tangerine. HEX triplet: FE, 9C and 13. RGB value is (254,156,19). Sum of RGB (Red+Green+Blue) = 254+156+19=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9C13 is #0163EC. Grayscale: #AAAAAA. Windows color (decimal): -91117 or 1285374. OLE color: 1285374.
HSL color Cylindrical-coordinate representation of color #FE9C13: hue angle of 34.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE9C13 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 19 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.00 |
| HSL | 34.98º | 0.99% | 0.54% | - |
| HSV(B) | 34.98º | 0.93% | 1% | - |
| XYZ | 52.88 | 44.89 | 6.49 | - |
| YUV | 169.68 | 42.97 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 19 | 0 | 0.39 | 0.93 | 0.00 | 34.98 | 0.99 | 0.54 |
| Hex | FE | 9C | 13 | 0 | 27 | 5D | 0 | 23 | 63 | 36 |
| Octal | 376 | 234 | 23 | 0 | 47 | 135 | 0 | 43 | 143 | 66 |
| Binary | 11111110 | 10011100 | 10011 | 0 | 100111 | 1011101 | 0 | 100011 | 1100011 | 110110 |
Color Harmonies of #FE9C13
Complementary color
Monochromatic Colors of #FE9C13
Black with #FE9C13
Text Example
Text Example
White with #FE9C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C13; }
p { color: rgb(254,156,19); }
H1.HeaderClassName
{
color: #FE9C13;
}
.AnyTagClassName
{
color: #FE9C13;
}
</style>
background-color css
<style>
a { background-color: #FE9C13; }
a { background-color: rgb(254,156,19); }
div.DivClassName
{
background-color: #FE9C13;
}
.BgClassName
{
background-color: #FE9C13;
}
</style>
border-color css
<style>
span { border-color: #FE9C13; }
span { border-color: rgb(254,156,19); }
td.TdClassName
{
border-color: #FE9C13;
}
.TagClassName
{
border-color: #FE9C13;
}
</style>