Shades of Yellow Orange #FEAC3A
Tints of Yellow Orange #FEAC3A
RGB
CMYK
RGB Variations
Color information
#FEAC3A (or 0xFEAC3A) is known color: Yellow Orange. HEX triplet: FE, AC and 3A. RGB value is (254,172,58). Sum of RGB (Red+Green+Blue) = 254+172+58=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC3A is #0153C5. Grayscale: #B8B8B8. Windows color (decimal): -86982 or 3845374. OLE color: 3845374.
HSL color Cylindrical-coordinate representation of color #FEAC3A: hue angle of 34.9º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEAC3A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 58 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.00 |
| HSL | 34.9º | 0.99% | 0.61% | - |
| HSV(B) | 34.9º | 0.77% | 1% | - |
| XYZ | 56.39 | 50.88 | 10.85 | - |
| YUV | 183.52 | 57.17 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 58 | 0 | 0.32 | 0.77 | 0.00 | 34.9 | 0.99 | 0.61 |
| Hex | FE | AC | 3A | 0 | 20 | 4D | 0 | 23 | 63 | 3D |
| Octal | 376 | 254 | 72 | 0 | 40 | 115 | 0 | 43 | 143 | 75 |
| Binary | 11111110 | 10101100 | 111010 | 0 | 100000 | 1001101 | 0 | 100011 | 1100011 | 111101 |
Color Harmonies of #FEAC3A
Complementary color
Monochromatic Colors of #FEAC3A
Black with #FEAC3A
Text Example
Text Example
White with #FEAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC3A; }
p { color: rgb(254,172,58); }
H1.HeaderClassName
{
color: #FEAC3A;
}
.AnyTagClassName
{
color: #FEAC3A;
}
</style>
background-color css
<style>
a { background-color: #FEAC3A; }
a { background-color: rgb(254,172,58); }
div.DivClassName
{
background-color: #FEAC3A;
}
.BgClassName
{
background-color: #FEAC3A;
}
</style>
border-color css
<style>
span { border-color: #FEAC3A; }
span { border-color: rgb(254,172,58); }
td.TdClassName
{
border-color: #FEAC3A;
}
.TagClassName
{
border-color: #FEAC3A;
}
</style>