Shades of Orange #FEAC00
Tints of Orange #FEAC00
RGB
CMYK
RGB Variations
Color information
#FEAC00 (or 0xFEAC00) is known color: Orange. HEX triplet: FE, AC and 00. RGB value is (254,172,0). Sum of RGB (Red+Green+Blue) = 254+172+0=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC00 is #0153FF. Grayscale: #B1B1B1. Windows color (decimal): -87040 or 44286. OLE color: 44286.
HSL color Cylindrical-coordinate representation of color #FEAC00: hue angle of 40.63º 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 #FEAC00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.00 |
| HSL | 40.63º | 1% | 0.5% | - |
| HSV(B) | 40.63º | 1% | 1% | - |
| XYZ | 55.63 | 50.58 | 6.83 | - |
| YUV | 176.91 | 28.17 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 0 | 0 | 0.32 | 1 | 0.00 | 40.63 | 1 | 0.5 |
| Hex | FE | AC | 0 | 0 | 20 | 64 | 0 | 29 | 64 | 32 |
| Octal | 376 | 254 | 0 | 0 | 40 | 144 | 0 | 51 | 144 | 62 |
| Binary | 11111110 | 10101100 | 0 | 0 | 100000 | 1100100 | 0 | 101001 | 1100100 | 110010 |
Color Harmonies of #FEAC00
Complementary color
Monochromatic Colors of #FEAC00
Black with #FEAC00
Text Example
Text Example
White with #FEAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC00; }
p { color: rgb(254,172,0); }
H1.HeaderClassName
{
color: #FEAC00;
}
.AnyTagClassName
{
color: #FEAC00;
}
</style>
background-color css
<style>
a { background-color: #FEAC00; }
a { background-color: rgb(254,172,0); }
div.DivClassName
{
background-color: #FEAC00;
}
.BgClassName
{
background-color: #FEAC00;
}
</style>
border-color css
<style>
span { border-color: #FEAC00; }
span { border-color: rgb(254,172,0); }
td.TdClassName
{
border-color: #FEAC00;
}
.TagClassName
{
border-color: #FEAC00;
}
</style>