Shades of Yellow Orange #FEA83C
Tints of Yellow Orange #FEA83C
RGB
CMYK
RGB Variations
Color information
#FEA83C (or 0xFEA83C) is known color: Yellow Orange. HEX triplet: FE, A8 and 3C. RGB value is (254,168,60). Sum of RGB (Red+Green+Blue) = 254+168+60=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA83C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA83C is #0157C3. Grayscale: #B5B5B5. Windows color (decimal): -88004 or 3975422. OLE color: 3975422.
HSL color Cylindrical-coordinate representation of color #FEA83C: hue angle of 33.4º 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 #FEA83C is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 60 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.00 |
| HSL | 33.4º | 0.99% | 0.62% | - |
| HSV(B) | 33.4º | 0.76% | 1% | - |
| XYZ | 55.69 | 49.4 | 10.88 | - |
| YUV | 181.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 60 | 0 | 0.34 | 0.76 | 0.00 | 33.4 | 0.99 | 0.62 |
| Hex | FE | A8 | 3C | 0 | 22 | 4C | 0 | 21 | 63 | 3E |
| Octal | 376 | 250 | 74 | 0 | 42 | 114 | 0 | 41 | 143 | 76 |
| Binary | 11111110 | 10101000 | 111100 | 0 | 100010 | 1001100 | 0 | 100001 | 1100011 | 111110 |
Color Harmonies of #FEA83C
Complementary color
Monochromatic Colors of #FEA83C
Black with #FEA83C
Text Example
Text Example
White with #FEA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA83C; }
p { color: rgb(254,168,60); }
H1.HeaderClassName
{
color: #FEA83C;
}
.AnyTagClassName
{
color: #FEA83C;
}
</style>
background-color css
<style>
a { background-color: #FEA83C; }
a { background-color: rgb(254,168,60); }
div.DivClassName
{
background-color: #FEA83C;
}
.BgClassName
{
background-color: #FEA83C;
}
</style>
border-color css
<style>
span { border-color: #FEA83C; }
span { border-color: rgb(254,168,60); }
td.TdClassName
{
border-color: #FEA83C;
}
.TagClassName
{
border-color: #FEA83C;
}
</style>