Shades of Yellow Orange #FEA83E
Tints of Yellow Orange #FEA83E
RGB
CMYK
RGB Variations
Color information
#FEA83E (or 0xFEA83E) is known color: Yellow Orange. HEX triplet: FE, A8 and 3E. RGB value is (254,168,62). Sum of RGB (Red+Green+Blue) = 254+168+62=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA83E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA83E is #0157C1. Grayscale: #B6B6B6. Windows color (decimal): -88002 or 4106494. OLE color: 4106494.
HSL color Cylindrical-coordinate representation of color #FEA83E: hue angle of 33.12º 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 #FEA83E is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 62 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.00 |
| HSL | 33.13º | 0.99% | 0.62% | - |
| HSV(B) | 33.13º | 0.76% | 1% | - |
| XYZ | 55.75 | 49.42 | 11.16 | - |
| YUV | 181.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 62 | 0 | 0.34 | 0.76 | 0.00 | 33.13 | 0.99 | 0.62 |
| Hex | FE | A8 | 3E | 0 | 22 | 4C | 0 | 21 | 63 | 3E |
| Octal | 376 | 250 | 76 | 0 | 42 | 114 | 0 | 41 | 143 | 76 |
| Binary | 11111110 | 10101000 | 111110 | 0 | 100010 | 1001100 | 0 | 100001 | 1100011 | 111110 |
Color Harmonies of #FEA83E
Complementary color
Monochromatic Colors of #FEA83E
Black with #FEA83E
Text Example
Text Example
White with #FEA83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA83E; }
p { color: rgb(254,168,62); }
H1.HeaderClassName
{
color: #FEA83E;
}
.AnyTagClassName
{
color: #FEA83E;
}
</style>
background-color css
<style>
a { background-color: #FEA83E; }
a { background-color: rgb(254,168,62); }
div.DivClassName
{
background-color: #FEA83E;
}
.BgClassName
{
background-color: #FEA83E;
}
</style>
border-color css
<style>
span { border-color: #FEA83E; }
span { border-color: rgb(254,168,62); }
td.TdClassName
{
border-color: #FEA83E;
}
.TagClassName
{
border-color: #FEA83E;
}
</style>