Shades of Carrot Orange #FE9A1E
Tints of Carrot Orange #FE9A1E
RGB
CMYK
RGB Variations
Color information
#FE9A1E (or 0xFE9A1E) is known color: Carrot Orange. HEX triplet: FE, 9A and 1E. RGB value is (254,154,30). Sum of RGB (Red+Green+Blue) = 254+154+30=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A1E is #0165E1. Grayscale: #AAAAAA. Windows color (decimal): -91618 or 2005758. OLE color: 2005758.
HSL color Cylindrical-coordinate representation of color #FE9A1E: hue angle of 33.21º 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 #FE9A1E is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 30 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.00 |
| HSL | 33.21º | 0.99% | 0.56% | - |
| HSV(B) | 33.21º | 0.88% | 1% | - |
| XYZ | 52.66 | 44.28 | 7 | - |
| YUV | 169.76 | 49.13 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 30 | 0 | 0.39 | 0.88 | 0.00 | 33.21 | 0.99 | 0.56 |
| Hex | FE | 9A | 1E | 0 | 27 | 58 | 0 | 21 | 63 | 38 |
| Octal | 376 | 232 | 36 | 0 | 47 | 130 | 0 | 41 | 143 | 70 |
| Binary | 11111110 | 10011010 | 11110 | 0 | 100111 | 1011000 | 0 | 100001 | 1100011 | 111000 |
Color Harmonies of #FE9A1E
Complementary color
Monochromatic Colors of #FE9A1E
Black with #FE9A1E
Text Example
Text Example
White with #FE9A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A1E; }
p { color: rgb(254,154,30); }
H1.HeaderClassName
{
color: #FE9A1E;
}
.AnyTagClassName
{
color: #FE9A1E;
}
</style>
background-color css
<style>
a { background-color: #FE9A1E; }
a { background-color: rgb(254,154,30); }
div.DivClassName
{
background-color: #FE9A1E;
}
.BgClassName
{
background-color: #FE9A1E;
}
</style>
border-color css
<style>
span { border-color: #FE9A1E; }
span { border-color: rgb(254,154,30); }
td.TdClassName
{
border-color: #FE9A1E;
}
.TagClassName
{
border-color: #FE9A1E;
}
</style>