Shades of Orange #FEA301
Tints of Orange #FEA301
RGB
CMYK
RGB Variations
Color information
#FEA301 (or 0xFEA301) is known color: Orange. HEX triplet: FE, A3 and 01. RGB value is (254,163,1). Sum of RGB (Red+Green+Blue) = 254+163+1=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA301 is #015CFE. Grayscale: #ACACAC. Windows color (decimal): -89343 or 107518. OLE color: 107518.
HSL color Cylindrical-coordinate representation of color #FEA301: hue angle of 38.42º 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 #FEA301 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.00 |
| HSL | 38.42º | 0.99% | 0.5% | - |
| HSV(B) | 38.42º | 1% | 1% | - |
| XYZ | 53.98 | 47.27 | 6.31 | - |
| YUV | 171.74 | 31.65 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 1 | 0 | 0.36 | 1.00 | 0.00 | 38.42 | 0.99 | 0.5 |
| Hex | FE | A3 | 1 | 0 | 24 | 64 | 0 | 26 | 63 | 32 |
| Octal | 376 | 243 | 1 | 0 | 44 | 144 | 0 | 46 | 143 | 62 |
| Binary | 11111110 | 10100011 | 1 | 0 | 100100 | 1100100 | 0 | 100110 | 1100011 | 110010 |
Color Harmonies of #FEA301
Complementary color
Monochromatic Colors of #FEA301
Black with #FEA301
Text Example
Text Example
White with #FEA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA301; }
p { color: rgb(254,163,1); }
H1.HeaderClassName
{
color: #FEA301;
}
.AnyTagClassName
{
color: #FEA301;
}
</style>
background-color css
<style>
a { background-color: #FEA301; }
a { background-color: rgb(254,163,1); }
div.DivClassName
{
background-color: #FEA301;
}
.BgClassName
{
background-color: #FEA301;
}
</style>
border-color css
<style>
span { border-color: #FEA301; }
span { border-color: rgb(254,163,1); }
td.TdClassName
{
border-color: #FEA301;
}
.TagClassName
{
border-color: #FEA301;
}
</style>