Shades of Orange #FEAB04
Tints of Orange #FEAB04
RGB
CMYK
RGB Variations
Color information
#FEAB04 (or 0xFEAB04) is known color: Orange. HEX triplet: FE, AB and 04. RGB value is (254,171,4). Sum of RGB (Red+Green+Blue) = 254+171+4=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB04 is #0154FB. Grayscale: #B1B1B1. Windows color (decimal): -87292 or 306174. OLE color: 306174.
HSL color Cylindrical-coordinate representation of color #FEAB04: hue angle of 40.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEAB04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.00 |
| HSL | 40.08º | 0.99% | 0.51% | - |
| HSV(B) | 40.08º | 0.98% | 1% | - |
| XYZ | 55.46 | 50.21 | 6.88 | - |
| YUV | 176.78 | 30.5 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 4 | 0 | 0.33 | 0.98 | 0.00 | 40.08 | 0.99 | 0.51 |
| Hex | FE | AB | 4 | 0 | 21 | 62 | 0 | 28 | 63 | 33 |
| Octal | 376 | 253 | 4 | 0 | 41 | 142 | 0 | 50 | 143 | 63 |
| Binary | 11111110 | 10101011 | 100 | 0 | 100001 | 1100010 | 0 | 101000 | 1100011 | 110011 |
Color Harmonies of #FEAB04
Complementary color
Monochromatic Colors of #FEAB04
Black with #FEAB04
Text Example
Text Example
White with #FEAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB04; }
p { color: rgb(254,171,4); }
H1.HeaderClassName
{
color: #FEAB04;
}
.AnyTagClassName
{
color: #FEAB04;
}
</style>
background-color css
<style>
a { background-color: #FEAB04; }
a { background-color: rgb(254,171,4); }
div.DivClassName
{
background-color: #FEAB04;
}
.BgClassName
{
background-color: #FEAB04;
}
</style>
border-color css
<style>
span { border-color: #FEAB04; }
span { border-color: rgb(254,171,4); }
td.TdClassName
{
border-color: #FEAB04;
}
.TagClassName
{
border-color: #FEAB04;
}
</style>