Shades of Orange #FEAD04
Tints of Orange #FEAD04
RGB
CMYK
RGB Variations
Color information
#FEAD04 (or 0xFEAD04) is known color: Orange. HEX triplet: FE, AD and 04. RGB value is (254,173,4). Sum of RGB (Red+Green+Blue) = 254+173+4=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD04 is #0152FB. Grayscale: #B2B2B2. Windows color (decimal): -86780 or 306686. OLE color: 306686.
HSL color Cylindrical-coordinate representation of color #FEAD04: hue angle of 40.56º 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 #FEAD04 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.00 |
| HSL | 40.56º | 0.99% | 0.51% | - |
| HSV(B) | 40.56º | 0.98% | 1% | - |
| XYZ | 55.84 | 50.97 | 7.01 | - |
| YUV | 177.95 | 29.84 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 4 | 0 | 0.32 | 0.98 | 0.00 | 40.56 | 0.99 | 0.51 |
| Hex | FE | AD | 4 | 0 | 20 | 62 | 0 | 29 | 63 | 33 |
| Octal | 376 | 255 | 4 | 0 | 40 | 142 | 0 | 51 | 143 | 63 |
| Binary | 11111110 | 10101101 | 100 | 0 | 100000 | 1100010 | 0 | 101001 | 1100011 | 110011 |
Color Harmonies of #FEAD04
Complementary color
Monochromatic Colors of #FEAD04
Black with #FEAD04
Text Example
Text Example
White with #FEAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD04; }
p { color: rgb(254,173,4); }
H1.HeaderClassName
{
color: #FEAD04;
}
.AnyTagClassName
{
color: #FEAD04;
}
</style>
background-color css
<style>
a { background-color: #FEAD04; }
a { background-color: rgb(254,173,4); }
div.DivClassName
{
background-color: #FEAD04;
}
.BgClassName
{
background-color: #FEAD04;
}
</style>
border-color css
<style>
span { border-color: #FEAD04; }
span { border-color: rgb(254,173,4); }
td.TdClassName
{
border-color: #FEAD04;
}
.TagClassName
{
border-color: #FEAD04;
}
</style>