Shades of Orange #FEAD05
Tints of Orange #FEAD05
RGB
CMYK
RGB Variations
Color information
#FEAD05 (or 0xFEAD05) is known color: Orange. HEX triplet: FE, AD and 05. RGB value is (254,173,5). Sum of RGB (Red+Green+Blue) = 254+173+5=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD05 is #0152FA. Grayscale: #B2B2B2. Windows color (decimal): -86779 or 372222. OLE color: 372222.
HSL color Cylindrical-coordinate representation of color #FEAD05: hue angle of 40.48º 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 #FEAD05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.00 |
| HSL | 40.48º | 0.99% | 0.51% | - |
| HSV(B) | 40.48º | 0.98% | 1% | - |
| XYZ | 55.84 | 50.97 | 7.04 | - |
| YUV | 178.07 | 30.34 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 5 | 0 | 0.32 | 0.98 | 0.00 | 40.48 | 0.99 | 0.51 |
| Hex | FE | AD | 5 | 0 | 20 | 62 | 0 | 28 | 63 | 33 |
| Octal | 376 | 255 | 5 | 0 | 40 | 142 | 0 | 50 | 143 | 63 |
| Binary | 11111110 | 10101101 | 101 | 0 | 100000 | 1100010 | 0 | 101000 | 1100011 | 110011 |
Color Harmonies of #FEAD05
Complementary color
Monochromatic Colors of #FEAD05
Black with #FEAD05
Text Example
Text Example
White with #FEAD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD05; }
p { color: rgb(254,173,5); }
H1.HeaderClassName
{
color: #FEAD05;
}
.AnyTagClassName
{
color: #FEAD05;
}
</style>
background-color css
<style>
a { background-color: #FEAD05; }
a { background-color: rgb(254,173,5); }
div.DivClassName
{
background-color: #FEAD05;
}
.BgClassName
{
background-color: #FEAD05;
}
</style>
border-color css
<style>
span { border-color: #FEAD05; }
span { border-color: rgb(254,173,5); }
td.TdClassName
{
border-color: #FEAD05;
}
.TagClassName
{
border-color: #FEAD05;
}
</style>