Shades of Dark Tangerine #FE9A1C
Tints of Dark Tangerine #FE9A1C
RGB
CMYK
RGB Variations
Color information
#FE9A1C (or 0xFE9A1C) is known color: Dark Tangerine. HEX triplet: FE, 9A and 1C. RGB value is (254,154,28). Sum of RGB (Red+Green+Blue) = 254+154+28=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A1C is #0165E3. Grayscale: #AAAAAA. Windows color (decimal): -91620 or 1874686. OLE color: 1874686.
HSL color Cylindrical-coordinate representation of color #FE9A1C: hue angle of 33.45º 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 #FE9A1C is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 28 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.00 |
| HSL | 33.45º | 0.99% | 0.55% | - |
| HSV(B) | 33.45º | 0.89% | 1% | - |
| XYZ | 52.64 | 44.27 | 6.87 | - |
| YUV | 169.54 | 48.13 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 28 | 0 | 0.39 | 0.89 | 0.00 | 33.45 | 0.99 | 0.55 |
| Hex | FE | 9A | 1C | 0 | 27 | 59 | 0 | 21 | 63 | 37 |
| Octal | 376 | 232 | 34 | 0 | 47 | 131 | 0 | 41 | 143 | 67 |
| Binary | 11111110 | 10011010 | 11100 | 0 | 100111 | 1011001 | 0 | 100001 | 1100011 | 110111 |
Color Harmonies of #FE9A1C
Complementary color
Monochromatic Colors of #FE9A1C
Black with #FE9A1C
Text Example
Text Example
White with #FE9A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A1C; }
p { color: rgb(254,154,28); }
H1.HeaderClassName
{
color: #FE9A1C;
}
.AnyTagClassName
{
color: #FE9A1C;
}
</style>
background-color css
<style>
a { background-color: #FE9A1C; }
a { background-color: rgb(254,154,28); }
div.DivClassName
{
background-color: #FE9A1C;
}
.BgClassName
{
background-color: #FE9A1C;
}
</style>
border-color css
<style>
span { border-color: #FE9A1C; }
span { border-color: rgb(254,154,28); }
td.TdClassName
{
border-color: #FE9A1C;
}
.TagClassName
{
border-color: #FE9A1C;
}
</style>