Shades of Carrot Orange #FE8E1E
Tints of Carrot Orange #FE8E1E
RGB
CMYK
RGB Variations
Color information
#FE8E1E (or 0xFE8E1E) is known color: Carrot Orange. HEX triplet: FE, 8E and 1E. RGB value is (254,142,30). Sum of RGB (Red+Green+Blue) = 254+142+30=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8E1E is #0171E1. Grayscale: #A3A3A3. Windows color (decimal): -94690 or 2002686. OLE color: 2002686.
HSL color Cylindrical-coordinate representation of color #FE8E1E: hue angle of 30º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE8E1E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 30 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.00 |
| HSL | 30º | 0.99% | 0.56% | - |
| HSV(B) | 30º | 0.88% | 1% | - |
| XYZ | 50.78 | 40.51 | 6.37 | - |
| YUV | 162.72 | 53.11 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 30 | 0 | 0.44 | 0.88 | 0.00 | 30 | 0.99 | 0.56 |
| Hex | FE | 8E | 1E | 0 | 2C | 58 | 0 | 1E | 63 | 38 |
| Octal | 376 | 216 | 36 | 0 | 54 | 130 | 0 | 36 | 143 | 70 |
| Binary | 11111110 | 10001110 | 11110 | 0 | 101100 | 1011000 | 0 | 11110 | 1100011 | 111000 |
Color Harmonies of #FE8E1E
Complementary color
Monochromatic Colors of #FE8E1E
Black with #FE8E1E
Text Example
Text Example
White with #FE8E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8E1E; }
p { color: rgb(254,142,30); }
H1.HeaderClassName
{
color: #FE8E1E;
}
.AnyTagClassName
{
color: #FE8E1E;
}
</style>
background-color css
<style>
a { background-color: #FE8E1E; }
a { background-color: rgb(254,142,30); }
div.DivClassName
{
background-color: #FE8E1E;
}
.BgClassName
{
background-color: #FE8E1E;
}
</style>
border-color css
<style>
span { border-color: #FE8E1E; }
span { border-color: rgb(254,142,30); }
td.TdClassName
{
border-color: #FE8E1E;
}
.TagClassName
{
border-color: #FE8E1E;
}
</style>