Shades of Orange #FEA905
Tints of Orange #FEA905
RGB
CMYK
RGB Variations
Color information
#FEA905 (or 0xFEA905) is known color: Orange. HEX triplet: FE, A9 and 05. RGB value is (254,169,5). Sum of RGB (Red+Green+Blue) = 254+169+5=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA905 is #0156FA. Grayscale: #B0B0B0. Windows color (decimal): -87803 or 371198. OLE color: 371198.
HSL color Cylindrical-coordinate representation of color #FEA905: hue angle of 39.52º 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 #FEA905 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.00 |
| HSL | 39.52º | 0.99% | 0.51% | - |
| HSV(B) | 39.52º | 0.98% | 1% | - |
| XYZ | 55.09 | 49.46 | 6.79 | - |
| YUV | 175.72 | 31.66 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 5 | 0 | 0.33 | 0.98 | 0.00 | 39.52 | 0.99 | 0.51 |
| Hex | FE | A9 | 5 | 0 | 21 | 62 | 0 | 28 | 63 | 33 |
| Octal | 376 | 251 | 5 | 0 | 41 | 142 | 0 | 50 | 143 | 63 |
| Binary | 11111110 | 10101001 | 101 | 0 | 100001 | 1100010 | 0 | 101000 | 1100011 | 110011 |
Color Harmonies of #FEA905
Complementary color
Monochromatic Colors of #FEA905
Black with #FEA905
Text Example
Text Example
White with #FEA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA905; }
p { color: rgb(254,169,5); }
H1.HeaderClassName
{
color: #FEA905;
}
.AnyTagClassName
{
color: #FEA905;
}
</style>
background-color css
<style>
a { background-color: #FEA905; }
a { background-color: rgb(254,169,5); }
div.DivClassName
{
background-color: #FEA905;
}
.BgClassName
{
background-color: #FEA905;
}
</style>
border-color css
<style>
span { border-color: #FEA905; }
span { border-color: rgb(254,169,5); }
td.TdClassName
{
border-color: #FEA905;
}
.TagClassName
{
border-color: #FEA905;
}
</style>