Shades of Orange #FEAC02
Tints of Orange #FEAC02
RGB
CMYK
RGB Variations
Color information
#FEAC02 (or 0xFEAC02) is known color: Orange. HEX triplet: FE, AC and 02. RGB value is (254,172,2). Sum of RGB (Red+Green+Blue) = 254+172+2=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC02 is #0153FD. Grayscale: #B1B1B1. Windows color (decimal): -87038 or 175358. OLE color: 175358.
HSL color Cylindrical-coordinate representation of color #FEAC02: hue angle of 40.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEAC02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.00 |
| HSL | 40.48º | 0.99% | 0.5% | - |
| HSV(B) | 40.48º | 0.99% | 1% | - |
| XYZ | 55.64 | 50.58 | 6.89 | - |
| YUV | 177.14 | 29.17 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 2 | 0 | 0.32 | 0.99 | 0.00 | 40.48 | 0.99 | 0.5 |
| Hex | FE | AC | 2 | 0 | 20 | 63 | 0 | 28 | 63 | 32 |
| Octal | 376 | 254 | 2 | 0 | 40 | 143 | 0 | 50 | 143 | 62 |
| Binary | 11111110 | 10101100 | 10 | 0 | 100000 | 1100011 | 0 | 101000 | 1100011 | 110010 |
Color Harmonies of #FEAC02
Complementary color
Monochromatic Colors of #FEAC02
Black with #FEAC02
Text Example
Text Example
White with #FEAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC02; }
p { color: rgb(254,172,2); }
H1.HeaderClassName
{
color: #FEAC02;
}
.AnyTagClassName
{
color: #FEAC02;
}
</style>
background-color css
<style>
a { background-color: #FEAC02; }
a { background-color: rgb(254,172,2); }
div.DivClassName
{
background-color: #FEAC02;
}
.BgClassName
{
background-color: #FEAC02;
}
</style>
border-color css
<style>
span { border-color: #FEAC02; }
span { border-color: rgb(254,172,2); }
td.TdClassName
{
border-color: #FEAC02;
}
.TagClassName
{
border-color: #FEAC02;
}
</style>