Shades of Yellow Orange #FEA740
Tints of Yellow Orange #FEA740
RGB
CMYK
RGB Variations
Color information
#FEA740 (or 0xFEA740) is known color: Yellow Orange. HEX triplet: FE, A7 and 40. RGB value is (254,167,64). Sum of RGB (Red+Green+Blue) = 254+167+64=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA740 is #0158BF. Grayscale: #B5B5B5. Windows color (decimal): -88256 or 4237310. OLE color: 4237310.
HSL color Cylindrical-coordinate representation of color #FEA740: hue angle of 32.53º 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 #FEA740 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 64 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.00 |
| HSL | 32.53º | 0.99% | 0.62% | - |
| HSV(B) | 32.53º | 0.75% | 1% | - |
| XYZ | 55.62 | 49.08 | 11.39 | - |
| YUV | 181.27 | 61.82 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 64 | 0 | 0.34 | 0.75 | 0.00 | 32.53 | 0.99 | 0.62 |
| Hex | FE | A7 | 40 | 0 | 22 | 4B | 0 | 21 | 63 | 3E |
| Octal | 376 | 247 | 100 | 0 | 42 | 113 | 0 | 41 | 143 | 76 |
| Binary | 11111110 | 10100111 | 1000000 | 0 | 100010 | 1001011 | 0 | 100001 | 1100011 | 111110 |
Color Harmonies of #FEA740
Complementary color
Monochromatic Colors of #FEA740
Black with #FEA740
Text Example
Text Example
White with #FEA740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA740; }
p { color: rgb(254,167,64); }
H1.HeaderClassName
{
color: #FEA740;
}
.AnyTagClassName
{
color: #FEA740;
}
</style>
background-color css
<style>
a { background-color: #FEA740; }
a { background-color: rgb(254,167,64); }
div.DivClassName
{
background-color: #FEA740;
}
.BgClassName
{
background-color: #FEA740;
}
</style>
border-color css
<style>
span { border-color: #FEA740; }
span { border-color: rgb(254,167,64); }
td.TdClassName
{
border-color: #FEA740;
}
.TagClassName
{
border-color: #FEA740;
}
</style>