Shades of Orange #FEA504
Tints of Orange #FEA504
RGB
CMYK
RGB Variations
Color information
#FEA504 (or 0xFEA504) is known color: Orange. HEX triplet: FE, A5 and 04. RGB value is (254,165,4). Sum of RGB (Red+Green+Blue) = 254+165+4=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA504 is #015AFB. Grayscale: #ADADAD. Windows color (decimal): -88828 or 304638. OLE color: 304638.
HSL color Cylindrical-coordinate representation of color #FEA504: hue angle of 38.64º 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 #FEA504 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.00 |
| HSL | 38.64º | 0.99% | 0.51% | - |
| HSV(B) | 38.64º | 0.98% | 1% | - |
| XYZ | 54.35 | 47.99 | 6.51 | - |
| YUV | 173.26 | 32.49 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 4 | 0 | 0.35 | 0.98 | 0.00 | 38.64 | 0.99 | 0.51 |
| Hex | FE | A5 | 4 | 0 | 23 | 62 | 0 | 27 | 63 | 33 |
| Octal | 376 | 245 | 4 | 0 | 43 | 142 | 0 | 47 | 143 | 63 |
| Binary | 11111110 | 10100101 | 100 | 0 | 100011 | 1100010 | 0 | 100111 | 1100011 | 110011 |
Color Harmonies of #FEA504
Complementary color
Monochromatic Colors of #FEA504
Black with #FEA504
Text Example
Text Example
White with #FEA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA504; }
p { color: rgb(254,165,4); }
H1.HeaderClassName
{
color: #FEA504;
}
.AnyTagClassName
{
color: #FEA504;
}
</style>
background-color css
<style>
a { background-color: #FEA504; }
a { background-color: rgb(254,165,4); }
div.DivClassName
{
background-color: #FEA504;
}
.BgClassName
{
background-color: #FEA504;
}
</style>
border-color css
<style>
span { border-color: #FEA504; }
span { border-color: rgb(254,165,4); }
td.TdClassName
{
border-color: #FEA504;
}
.TagClassName
{
border-color: #FEA504;
}
</style>