Shades of Dark Orange #FE890A
Tints of Dark Orange #FE890A
RGB
CMYK
RGB Variations
Color information
#FE890A (or 0xFE890A) is known color: Dark Orange. HEX triplet: FE, 89 and 0A. RGB value is (254,137,10). Sum of RGB (Red+Green+Blue) = 254+137+10=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE890A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE890A is #0176F5. Grayscale: #9E9E9E. Windows color (decimal): -95990 or 690686. OLE color: 690686.
HSL color Cylindrical-coordinate representation of color #FE890A: hue angle of 31.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE890A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 10 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.00 |
| HSL | 31.23º | 0.99% | 0.52% | - |
| HSV(B) | 31.23º | 0.96% | 1% | - |
| XYZ | 49.87 | 38.98 | 5.18 | - |
| YUV | 157.51 | 44.76 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 10 | 0 | 0.46 | 0.96 | 0.00 | 31.23 | 0.99 | 0.52 |
| Hex | FE | 89 | A | 0 | 2E | 60 | 0 | 1F | 63 | 34 |
| Octal | 376 | 211 | 12 | 0 | 56 | 140 | 0 | 37 | 143 | 64 |
| Binary | 11111110 | 10001001 | 1010 | 0 | 101110 | 1100000 | 0 | 11111 | 1100011 | 110100 |
Color Harmonies of #FE890A
Complementary color
Monochromatic Colors of #FE890A
Black with #FE890A
Text Example
Text Example
White with #FE890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE890A; }
p { color: rgb(254,137,10); }
H1.HeaderClassName
{
color: #FE890A;
}
.AnyTagClassName
{
color: #FE890A;
}
</style>
background-color css
<style>
a { background-color: #FE890A; }
a { background-color: rgb(254,137,10); }
div.DivClassName
{
background-color: #FE890A;
}
.BgClassName
{
background-color: #FE890A;
}
</style>
border-color css
<style>
span { border-color: #FE890A; }
span { border-color: rgb(254,137,10); }
td.TdClassName
{
border-color: #FE890A;
}
.TagClassName
{
border-color: #FE890A;
}
</style>