Shades of Orange #FEA800
Tints of Orange #FEA800
RGB
CMYK
RGB Variations
Color information
#FEA800 (or 0xFEA800) is known color: Orange. HEX triplet: FE, A8 and 00. RGB value is (254,168,0). Sum of RGB (Red+Green+Blue) = 254+168+0=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA800 is #0157FF. Grayscale: #AFAFAF. Windows color (decimal): -88064 or 43262. OLE color: 43262.
HSL color Cylindrical-coordinate representation of color #FEA800: hue angle of 39.69º 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 #FEA800 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.00 |
| HSL | 39.69º | 1% | 0.5% | - |
| HSV(B) | 39.69º | 1% | 1% | - |
| XYZ | 54.88 | 49.08 | 6.58 | - |
| YUV | 174.56 | 29.49 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 0 | 0 | 0.34 | 1 | 0.00 | 39.69 | 1 | 0.5 |
| Hex | FE | A8 | 0 | 0 | 22 | 64 | 0 | 28 | 64 | 32 |
| Octal | 376 | 250 | 0 | 0 | 42 | 144 | 0 | 50 | 144 | 62 |
| Binary | 11111110 | 10101000 | 0 | 0 | 100010 | 1100100 | 0 | 101000 | 1100100 | 110010 |
Color Harmonies of #FEA800
Complementary color
Monochromatic Colors of #FEA800
Black with #FEA800
Text Example
Text Example
White with #FEA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA800; }
p { color: rgb(254,168,0); }
H1.HeaderClassName
{
color: #FEA800;
}
.AnyTagClassName
{
color: #FEA800;
}
</style>
background-color css
<style>
a { background-color: #FEA800; }
a { background-color: rgb(254,168,0); }
div.DivClassName
{
background-color: #FEA800;
}
.BgClassName
{
background-color: #FEA800;
}
</style>
border-color css
<style>
span { border-color: #FEA800; }
span { border-color: rgb(254,168,0); }
td.TdClassName
{
border-color: #FEA800;
}
.TagClassName
{
border-color: #FEA800;
}
</style>