Shades of Yellow Orange #FEA440
Tints of Yellow Orange #FEA440
RGB
CMYK
RGB Variations
Color information
#FEA440 (or 0xFEA440) is known color: Yellow Orange. HEX triplet: FE, A4 and 40. RGB value is (254,164,64). Sum of RGB (Red+Green+Blue) = 254+164+64=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA440 is #015BBF. Grayscale: #B3B3B3. Windows color (decimal): -89024 or 4236542. OLE color: 4236542.
HSL color Cylindrical-coordinate representation of color #FEA440: hue angle of 31.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEA440 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 64 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.00 |
| HSL | 31.58º | 0.99% | 0.62% | - |
| HSV(B) | 31.58º | 0.75% | 1% | - |
| XYZ | 55.07 | 47.99 | 11.21 | - |
| YUV | 179.51 | 62.82 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 64 | 0 | 0.35 | 0.75 | 0.00 | 31.58 | 0.99 | 0.62 |
| Hex | FE | A4 | 40 | 0 | 23 | 4B | 0 | 20 | 63 | 3E |
| Octal | 376 | 244 | 100 | 0 | 43 | 113 | 0 | 40 | 143 | 76 |
| Binary | 11111110 | 10100100 | 1000000 | 0 | 100011 | 1001011 | 0 | 100000 | 1100011 | 111110 |
Color Harmonies of #FEA440
Complementary color
Monochromatic Colors of #FEA440
Black with #FEA440
Text Example
Text Example
White with #FEA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA440; }
p { color: rgb(254,164,64); }
H1.HeaderClassName
{
color: #FEA440;
}
.AnyTagClassName
{
color: #FEA440;
}
</style>
background-color css
<style>
a { background-color: #FEA440; }
a { background-color: rgb(254,164,64); }
div.DivClassName
{
background-color: #FEA440;
}
.BgClassName
{
background-color: #FEA440;
}
</style>
border-color css
<style>
span { border-color: #FEA440; }
span { border-color: rgb(254,164,64); }
td.TdClassName
{
border-color: #FEA440;
}
.TagClassName
{
border-color: #FEA440;
}
</style>