Shades of Yellow Orange #FEAC40
Tints of Yellow Orange #FEAC40
RGB
CMYK
RGB Variations
Color information
#FEAC40 (or 0xFEAC40) is known color: Yellow Orange. HEX triplet: FE, AC and 40. RGB value is (254,172,64). Sum of RGB (Red+Green+Blue) = 254+172+64=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC40 is #0153BF. Grayscale: #B8B8B8. Windows color (decimal): -86976 or 4238590. OLE color: 4238590.
HSL color Cylindrical-coordinate representation of color #FEAC40: hue angle of 34.11º 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 #FEAC40 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 64 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.00 |
| HSL | 34.11º | 0.99% | 0.62% | - |
| HSV(B) | 34.11º | 0.75% | 1% | - |
| XYZ | 56.55 | 50.95 | 11.7 | - |
| YUV | 184.21 | 60.17 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 64 | 0 | 0.32 | 0.75 | 0.00 | 34.11 | 0.99 | 0.62 |
| Hex | FE | AC | 40 | 0 | 20 | 4B | 0 | 22 | 63 | 3E |
| Octal | 376 | 254 | 100 | 0 | 40 | 113 | 0 | 42 | 143 | 76 |
| Binary | 11111110 | 10101100 | 1000000 | 0 | 100000 | 1001011 | 0 | 100010 | 1100011 | 111110 |
Color Harmonies of #FEAC40
Complementary color
Monochromatic Colors of #FEAC40
Black with #FEAC40
Text Example
Text Example
White with #FEAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC40; }
p { color: rgb(254,172,64); }
H1.HeaderClassName
{
color: #FEAC40;
}
.AnyTagClassName
{
color: #FEAC40;
}
</style>
background-color css
<style>
a { background-color: #FEAC40; }
a { background-color: rgb(254,172,64); }
div.DivClassName
{
background-color: #FEAC40;
}
.BgClassName
{
background-color: #FEAC40;
}
</style>
border-color css
<style>
span { border-color: #FEAC40; }
span { border-color: rgb(254,172,64); }
td.TdClassName
{
border-color: #FEAC40;
}
.TagClassName
{
border-color: #FEAC40;
}
</style>