Shades of Orange #FEAB00
Tints of Orange #FEAB00
RGB
CMYK
RGB Variations
Color information
#FEAB00 (or 0xFEAB00) is known color: Orange. HEX triplet: FE, AB and 00. RGB value is (254,171,0). Sum of RGB (Red+Green+Blue) = 254+171+0=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB00 is #0154FF. Grayscale: #B1B1B1. Windows color (decimal): -87296 or 44030. OLE color: 44030.
HSL color Cylindrical-coordinate representation of color #FEAB00: hue angle of 40.39º 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 #FEAB00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.00 |
| HSL | 40.39º | 1% | 0.5% | - |
| HSV(B) | 40.39º | 1% | 1% | - |
| XYZ | 55.44 | 50.2 | 6.77 | - |
| YUV | 176.32 | 28.5 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 0 | 0 | 0.33 | 1 | 0.00 | 40.39 | 1 | 0.5 |
| Hex | FE | AB | 0 | 0 | 21 | 64 | 0 | 28 | 64 | 32 |
| Octal | 376 | 253 | 0 | 0 | 41 | 144 | 0 | 50 | 144 | 62 |
| Binary | 11111110 | 10101011 | 0 | 0 | 100001 | 1100100 | 0 | 101000 | 1100100 | 110010 |
Color Harmonies of #FEAB00
Complementary color
Monochromatic Colors of #FEAB00
Black with #FEAB00
Text Example
Text Example
White with #FEAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB00; }
p { color: rgb(254,171,0); }
H1.HeaderClassName
{
color: #FEAB00;
}
.AnyTagClassName
{
color: #FEAB00;
}
</style>
background-color css
<style>
a { background-color: #FEAB00; }
a { background-color: rgb(254,171,0); }
div.DivClassName
{
background-color: #FEAB00;
}
.BgClassName
{
background-color: #FEAB00;
}
</style>
border-color css
<style>
span { border-color: #FEAB00; }
span { border-color: rgb(254,171,0); }
td.TdClassName
{
border-color: #FEAB00;
}
.TagClassName
{
border-color: #FEAB00;
}
</style>