Shades of Carrot Orange #FE8D1E
Tints of Carrot Orange #FE8D1E
RGB
CMYK
RGB Variations
Color information
#FE8D1E (or 0xFE8D1E) is known color: Carrot Orange. HEX triplet: FE, 8D and 1E. RGB value is (254,141,30). Sum of RGB (Red+Green+Blue) = 254+141+30=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D1E is #0172E1. Grayscale: #A2A2A2. Windows color (decimal): -94946 or 2002430. OLE color: 2002430.
HSL color Cylindrical-coordinate representation of color #FE8D1E: hue angle of 29.73º 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 #FE8D1E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 30 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.00 |
| HSL | 29.73º | 0.99% | 0.56% | - |
| HSV(B) | 29.73º | 0.88% | 1% | - |
| XYZ | 50.63 | 40.21 | 6.32 | - |
| YUV | 162.13 | 53.44 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 30 | 0 | 0.44 | 0.88 | 0.00 | 29.73 | 0.99 | 0.56 |
| Hex | FE | 8D | 1E | 0 | 2C | 58 | 0 | 1E | 63 | 38 |
| Octal | 376 | 215 | 36 | 0 | 54 | 130 | 0 | 36 | 143 | 70 |
| Binary | 11111110 | 10001101 | 11110 | 0 | 101100 | 1011000 | 0 | 11110 | 1100011 | 111000 |
Color Harmonies of #FE8D1E
Complementary color
Monochromatic Colors of #FE8D1E
Black with #FE8D1E
Text Example
Text Example
White with #FE8D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D1E; }
p { color: rgb(254,141,30); }
H1.HeaderClassName
{
color: #FE8D1E;
}
.AnyTagClassName
{
color: #FE8D1E;
}
</style>
background-color css
<style>
a { background-color: #FE8D1E; }
a { background-color: rgb(254,141,30); }
div.DivClassName
{
background-color: #FE8D1E;
}
.BgClassName
{
background-color: #FE8D1E;
}
</style>
border-color css
<style>
span { border-color: #FE8D1E; }
span { border-color: rgb(254,141,30); }
td.TdClassName
{
border-color: #FE8D1E;
}
.TagClassName
{
border-color: #FE8D1E;
}
</style>