Shades of Orange #FEA801
Tints of Orange #FEA801
RGB
CMYK
RGB Variations
Color information
#FEA801 (or 0xFEA801) is known color: Orange. HEX triplet: FE, A8 and 01. RGB value is (254,168,1). Sum of RGB (Red+Green+Blue) = 254+168+1=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA801 is #0157FE. Grayscale: #AFAFAF. Windows color (decimal): -88063 or 108798. OLE color: 108798.
HSL color Cylindrical-coordinate representation of color #FEA801: hue angle of 39.6º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEA801 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.00 |
| HSL | 39.6º | 0.99% | 0.5% | - |
| HSV(B) | 39.6º | 1% | 1% | - |
| XYZ | 54.88 | 49.08 | 6.61 | - |
| YUV | 174.68 | 29.99 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 1 | 0 | 0.34 | 1.00 | 0.00 | 39.6 | 0.99 | 0.5 |
| Hex | FE | A8 | 1 | 0 | 22 | 64 | 0 | 28 | 63 | 32 |
| Octal | 376 | 250 | 1 | 0 | 42 | 144 | 0 | 50 | 143 | 62 |
| Binary | 11111110 | 10101000 | 1 | 0 | 100010 | 1100100 | 0 | 101000 | 1100011 | 110010 |
Color Harmonies of #FEA801
Complementary color
Monochromatic Colors of #FEA801
Black with #FEA801
Text Example
Text Example
White with #FEA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA801; }
p { color: rgb(254,168,1); }
H1.HeaderClassName
{
color: #FEA801;
}
.AnyTagClassName
{
color: #FEA801;
}
</style>
background-color css
<style>
a { background-color: #FEA801; }
a { background-color: rgb(254,168,1); }
div.DivClassName
{
background-color: #FEA801;
}
.BgClassName
{
background-color: #FEA801;
}
</style>
border-color css
<style>
span { border-color: #FEA801; }
span { border-color: rgb(254,168,1); }
td.TdClassName
{
border-color: #FEA801;
}
.TagClassName
{
border-color: #FEA801;
}
</style>