Shades of Yellow Orange #FEA83B
Tints of Yellow Orange #FEA83B
RGB
CMYK
RGB Variations
Color information
#FEA83B (or 0xFEA83B) is known color: Yellow Orange. HEX triplet: FE, A8 and 3B. RGB value is (254,168,59). Sum of RGB (Red+Green+Blue) = 254+168+59=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 59 (23.44% from 255 or 12.27% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA83B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA83B is #0157C4. Grayscale: #B5B5B5. Windows color (decimal): -88005 or 3909886. OLE color: 3909886.
HSL color Cylindrical-coordinate representation of color #FEA83B: hue angle of 33.54º 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 #FEA83B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 59 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.00 |
| HSL | 33.54º | 0.99% | 0.61% | - |
| HSV(B) | 33.54º | 0.77% | 1% | - |
| XYZ | 55.67 | 49.39 | 10.74 | - |
| YUV | 181.29 | 58.99 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 59 | 0 | 0.34 | 0.77 | 0.00 | 33.54 | 0.99 | 0.61 |
| Hex | FE | A8 | 3B | 0 | 22 | 4D | 0 | 22 | 63 | 3D |
| Octal | 376 | 250 | 73 | 0 | 42 | 115 | 0 | 42 | 143 | 75 |
| Binary | 11111110 | 10101000 | 111011 | 0 | 100010 | 1001101 | 0 | 100010 | 1100011 | 111101 |
Color Harmonies of #FEA83B
Complementary color
Monochromatic Colors of #FEA83B
Black with #FEA83B
Text Example
Text Example
White with #FEA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA83B; }
p { color: rgb(254,168,59); }
H1.HeaderClassName
{
color: #FEA83B;
}
.AnyTagClassName
{
color: #FEA83B;
}
</style>
background-color css
<style>
a { background-color: #FEA83B; }
a { background-color: rgb(254,168,59); }
div.DivClassName
{
background-color: #FEA83B;
}
.BgClassName
{
background-color: #FEA83B;
}
</style>
border-color css
<style>
span { border-color: #FEA83B; }
span { border-color: rgb(254,168,59); }
td.TdClassName
{
border-color: #FEA83B;
}
.TagClassName
{
border-color: #FEA83B;
}
</style>