Shades of Carrot Orange #FE8A1E
Tints of Carrot Orange #FE8A1E
RGB
CMYK
RGB Variations
Color information
#FE8A1E (or 0xFE8A1E) is known color: Carrot Orange. HEX triplet: FE, 8A and 1E. RGB value is (254,138,30). Sum of RGB (Red+Green+Blue) = 254+138+30=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A1E is #0175E1. Grayscale: #A0A0A0. Windows color (decimal): -95714 or 2001662. OLE color: 2001662.
HSL color Cylindrical-coordinate representation of color #FE8A1E: hue angle of 28.93º 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 #FE8A1E is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 30 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.00 |
| HSL | 28.93º | 0.99% | 0.56% | - |
| HSV(B) | 28.93º | 0.88% | 1% | - |
| XYZ | 50.2 | 39.34 | 6.18 | - |
| YUV | 160.37 | 54.43 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 30 | 0 | 0.46 | 0.88 | 0.00 | 28.93 | 0.99 | 0.56 |
| Hex | FE | 8A | 1E | 0 | 2E | 58 | 0 | 1D | 63 | 38 |
| Octal | 376 | 212 | 36 | 0 | 56 | 130 | 0 | 35 | 143 | 70 |
| Binary | 11111110 | 10001010 | 11110 | 0 | 101110 | 1011000 | 0 | 11101 | 1100011 | 111000 |
Color Harmonies of #FE8A1E
Complementary color
Monochromatic Colors of #FE8A1E
Black with #FE8A1E
Text Example
Text Example
White with #FE8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A1E; }
p { color: rgb(254,138,30); }
H1.HeaderClassName
{
color: #FE8A1E;
}
.AnyTagClassName
{
color: #FE8A1E;
}
</style>
background-color css
<style>
a { background-color: #FE8A1E; }
a { background-color: rgb(254,138,30); }
div.DivClassName
{
background-color: #FE8A1E;
}
.BgClassName
{
background-color: #FE8A1E;
}
</style>
border-color css
<style>
span { border-color: #FE8A1E; }
span { border-color: rgb(254,138,30); }
td.TdClassName
{
border-color: #FE8A1E;
}
.TagClassName
{
border-color: #FE8A1E;
}
</style>