Shades of Dark Tangerine #FE9A1A
Tints of Dark Tangerine #FE9A1A
RGB
CMYK
RGB Variations
Color information
#FE9A1A (or 0xFE9A1A) is known color: Dark Tangerine. HEX triplet: FE, 9A and 1A. RGB value is (254,154,26). Sum of RGB (Red+Green+Blue) = 254+154+26=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A1A is #0165E5. Grayscale: #A9A9A9. Windows color (decimal): -91622 or 1743614. OLE color: 1743614.
HSL color Cylindrical-coordinate representation of color #FE9A1A: hue angle of 33.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE9A1A is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 26 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.00 |
| HSL | 33.68º | 0.99% | 0.55% | - |
| HSV(B) | 33.68º | 0.9% | 1% | - |
| XYZ | 52.62 | 44.26 | 6.75 | - |
| YUV | 169.31 | 47.13 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 26 | 0 | 0.39 | 0.90 | 0.00 | 33.68 | 0.99 | 0.55 |
| Hex | FE | 9A | 1A | 0 | 27 | 5A | 0 | 22 | 63 | 37 |
| Octal | 376 | 232 | 32 | 0 | 47 | 132 | 0 | 42 | 143 | 67 |
| Binary | 11111110 | 10011010 | 11010 | 0 | 100111 | 1011010 | 0 | 100010 | 1100011 | 110111 |
Color Harmonies of #FE9A1A
Complementary color
Monochromatic Colors of #FE9A1A
Black with #FE9A1A
Text Example
Text Example
White with #FE9A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A1A; }
p { color: rgb(254,154,26); }
H1.HeaderClassName
{
color: #FE9A1A;
}
.AnyTagClassName
{
color: #FE9A1A;
}
</style>
background-color css
<style>
a { background-color: #FE9A1A; }
a { background-color: rgb(254,154,26); }
div.DivClassName
{
background-color: #FE9A1A;
}
.BgClassName
{
background-color: #FE9A1A;
}
</style>
border-color css
<style>
span { border-color: #FE9A1A; }
span { border-color: rgb(254,154,26); }
td.TdClassName
{
border-color: #FE9A1A;
}
.TagClassName
{
border-color: #FE9A1A;
}
</style>