Shades of Yellow Orange #FEAC3C
Tints of Yellow Orange #FEAC3C
RGB
CMYK
RGB Variations
Color information
#FEAC3C (or 0xFEAC3C) is known color: Yellow Orange. HEX triplet: FE, AC and 3C. RGB value is (254,172,60). Sum of RGB (Red+Green+Blue) = 254+172+60=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC3C is #0153C3. Grayscale: #B8B8B8. Windows color (decimal): -86980 or 3976446. OLE color: 3976446.
HSL color Cylindrical-coordinate representation of color #FEAC3C: hue angle of 34.64º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEAC3C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 60 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.00 |
| HSL | 34.64º | 0.99% | 0.62% | - |
| HSV(B) | 34.64º | 0.76% | 1% | - |
| XYZ | 56.44 | 50.9 | 11.13 | - |
| YUV | 183.75 | 58.17 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 60 | 0 | 0.32 | 0.76 | 0.00 | 34.64 | 0.99 | 0.62 |
| Hex | FE | AC | 3C | 0 | 20 | 4C | 0 | 23 | 63 | 3E |
| Octal | 376 | 254 | 74 | 0 | 40 | 114 | 0 | 43 | 143 | 76 |
| Binary | 11111110 | 10101100 | 111100 | 0 | 100000 | 1001100 | 0 | 100011 | 1100011 | 111110 |
Color Harmonies of #FEAC3C
Complementary color
Monochromatic Colors of #FEAC3C
Black with #FEAC3C
Text Example
Text Example
White with #FEAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC3C; }
p { color: rgb(254,172,60); }
H1.HeaderClassName
{
color: #FEAC3C;
}
.AnyTagClassName
{
color: #FEAC3C;
}
</style>
background-color css
<style>
a { background-color: #FEAC3C; }
a { background-color: rgb(254,172,60); }
div.DivClassName
{
background-color: #FEAC3C;
}
.BgClassName
{
background-color: #FEAC3C;
}
</style>
border-color css
<style>
span { border-color: #FEAC3C; }
span { border-color: rgb(254,172,60); }
td.TdClassName
{
border-color: #FEAC3C;
}
.TagClassName
{
border-color: #FEAC3C;
}
</style>