Shades of Yellow Orange #FEA542
Tints of Yellow Orange #FEA542
RGB
CMYK
RGB Variations
Color information
#FEA542 (or 0xFEA542) is known color: Yellow Orange. HEX triplet: FE, A5 and 42. RGB value is (254,165,66). Sum of RGB (Red+Green+Blue) = 254+165+66=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA542 is #015ABD. Grayscale: #B4B4B4. Windows color (decimal): -88766 or 4367870. OLE color: 4367870.
HSL color Cylindrical-coordinate representation of color #FEA542: hue angle of 31.6º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEA542 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 66 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.00 |
| HSL | 31.6º | 0.99% | 0.63% | - |
| HSV(B) | 31.6º | 0.74% | 1% | - |
| XYZ | 55.31 | 48.37 | 11.58 | - |
| YUV | 180.33 | 63.49 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 66 | 0 | 0.35 | 0.74 | 0.00 | 31.6 | 0.99 | 0.63 |
| Hex | FE | A5 | 42 | 0 | 23 | 4A | 0 | 20 | 63 | 3F |
| Octal | 376 | 245 | 102 | 0 | 43 | 112 | 0 | 40 | 143 | 77 |
| Binary | 11111110 | 10100101 | 1000010 | 0 | 100011 | 1001010 | 0 | 100000 | 1100011 | 111111 |
Color Harmonies of #FEA542
Complementary color
Monochromatic Colors of #FEA542
Black with #FEA542
Text Example
Text Example
White with #FEA542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA542; }
p { color: rgb(254,165,66); }
H1.HeaderClassName
{
color: #FEA542;
}
.AnyTagClassName
{
color: #FEA542;
}
</style>
background-color css
<style>
a { background-color: #FEA542; }
a { background-color: rgb(254,165,66); }
div.DivClassName
{
background-color: #FEA542;
}
.BgClassName
{
background-color: #FEA542;
}
</style>
border-color css
<style>
span { border-color: #FEA542; }
span { border-color: rgb(254,165,66); }
td.TdClassName
{
border-color: #FEA542;
}
.TagClassName
{
border-color: #FEA542;
}
</style>