Shades of Yellow Orange #FEA442
Tints of Yellow Orange #FEA442
RGB
CMYK
RGB Variations
Color information
#FEA442 (or 0xFEA442) is known color: Yellow Orange. HEX triplet: FE, A4 and 42. RGB value is (254,164,66). Sum of RGB (Red+Green+Blue) = 254+164+66=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA442 is #015BBD. Grayscale: #B4B4B4. Windows color (decimal): -89022 or 4367614. OLE color: 4367614.
HSL color Cylindrical-coordinate representation of color #FEA442: hue angle of 31.28º 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 #FEA442 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 66 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.00 |
| HSL | 31.28º | 0.99% | 0.63% | - |
| HSV(B) | 31.28º | 0.74% | 1% | - |
| XYZ | 55.13 | 48.02 | 11.52 | - |
| YUV | 179.74 | 63.82 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 66 | 0 | 0.35 | 0.74 | 0.00 | 31.28 | 0.99 | 0.63 |
| Hex | FE | A4 | 42 | 0 | 23 | 4A | 0 | 1F | 63 | 3F |
| Octal | 376 | 244 | 102 | 0 | 43 | 112 | 0 | 37 | 143 | 77 |
| Binary | 11111110 | 10100100 | 1000010 | 0 | 100011 | 1001010 | 0 | 11111 | 1100011 | 111111 |
Color Harmonies of #FEA442
Complementary color
Monochromatic Colors of #FEA442
Black with #FEA442
Text Example
Text Example
White with #FEA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA442; }
p { color: rgb(254,164,66); }
H1.HeaderClassName
{
color: #FEA442;
}
.AnyTagClassName
{
color: #FEA442;
}
</style>
background-color css
<style>
a { background-color: #FEA442; }
a { background-color: rgb(254,164,66); }
div.DivClassName
{
background-color: #FEA442;
}
.BgClassName
{
background-color: #FEA442;
}
</style>
border-color css
<style>
span { border-color: #FEA442; }
span { border-color: rgb(254,164,66); }
td.TdClassName
{
border-color: #FEA442;
}
.TagClassName
{
border-color: #FEA442;
}
</style>