Shades of Yellow Orange #FEA642
Tints of Yellow Orange #FEA642
RGB
CMYK
RGB Variations
Color information
#FEA642 (or 0xFEA642) is known color: Yellow Orange. HEX triplet: FE, A6 and 42. RGB value is (254,166,66). Sum of RGB (Red+Green+Blue) = 254+166+66=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA642 is #0159BD. Grayscale: #B5B5B5. Windows color (decimal): -88510 or 4368126. OLE color: 4368126.
HSL color Cylindrical-coordinate representation of color #FEA642: hue angle of 31.91º 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 #FEA642 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 66 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.00 |
| HSL | 31.91º | 0.99% | 0.63% | - |
| HSV(B) | 31.91º | 0.74% | 1% | - |
| XYZ | 55.49 | 48.74 | 11.64 | - |
| YUV | 180.91 | 63.15 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 66 | 0 | 0.35 | 0.74 | 0.00 | 31.91 | 0.99 | 0.63 |
| Hex | FE | A6 | 42 | 0 | 23 | 4A | 0 | 20 | 63 | 3F |
| Octal | 376 | 246 | 102 | 0 | 43 | 112 | 0 | 40 | 143 | 77 |
| Binary | 11111110 | 10100110 | 1000010 | 0 | 100011 | 1001010 | 0 | 100000 | 1100011 | 111111 |
Color Harmonies of #FEA642
Complementary color
Monochromatic Colors of #FEA642
Black with #FEA642
Text Example
Text Example
White with #FEA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA642; }
p { color: rgb(254,166,66); }
H1.HeaderClassName
{
color: #FEA642;
}
.AnyTagClassName
{
color: #FEA642;
}
</style>
background-color css
<style>
a { background-color: #FEA642; }
a { background-color: rgb(254,166,66); }
div.DivClassName
{
background-color: #FEA642;
}
.BgClassName
{
background-color: #FEA642;
}
</style>
border-color css
<style>
span { border-color: #FEA642; }
span { border-color: rgb(254,166,66); }
td.TdClassName
{
border-color: #FEA642;
}
.TagClassName
{
border-color: #FEA642;
}
</style>