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