Shades of Orange #FEA300
Tints of Orange #FEA300
RGB
CMYK
RGB Variations
Color information
#FEA300 (or 0xFEA300) is known color: Orange. HEX triplet: FE, A3 and 00. RGB value is (254,163,0). Sum of RGB (Red+Green+Blue) = 254+163+0=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA300 is #015CFF. Grayscale: #ACACAC. Windows color (decimal): -89344 or 41982. OLE color: 41982.
HSL color Cylindrical-coordinate representation of color #FEA300: hue angle of 38.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEA300 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.00 |
| HSL | 38.5º | 1% | 0.5% | - |
| HSV(B) | 38.5º | 1% | 1% | - |
| XYZ | 53.97 | 47.27 | 6.28 | - |
| YUV | 171.63 | 31.15 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 0 | 0 | 0.36 | 1 | 0.00 | 38.5 | 1 | 0.5 |
| Hex | FE | A3 | 0 | 0 | 24 | 64 | 0 | 27 | 64 | 32 |
| Octal | 376 | 243 | 0 | 0 | 44 | 144 | 0 | 47 | 144 | 62 |
| Binary | 11111110 | 10100011 | 0 | 0 | 100100 | 1100100 | 0 | 100111 | 1100100 | 110010 |
Color Harmonies of #FEA300
Complementary color
Monochromatic Colors of #FEA300
Black with #FEA300
Text Example
Text Example
White with #FEA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA300; }
p { color: rgb(254,163,0); }
H1.HeaderClassName
{
color: #FEA300;
}
.AnyTagClassName
{
color: #FEA300;
}
</style>
background-color css
<style>
a { background-color: #FEA300; }
a { background-color: rgb(254,163,0); }
div.DivClassName
{
background-color: #FEA300;
}
.BgClassName
{
background-color: #FEA300;
}
</style>
border-color css
<style>
span { border-color: #FEA300; }
span { border-color: rgb(254,163,0); }
td.TdClassName
{
border-color: #FEA300;
}
.TagClassName
{
border-color: #FEA300;
}
</style>