Shades of Neon Carrot #FE9E32
Tints of Neon Carrot #FE9E32
RGB
CMYK
RGB Variations
Color information
#FE9E32 (or 0xFE9E32) is known color: Neon Carrot. HEX triplet: FE, 9E and 32. RGB value is (254,158,50). Sum of RGB (Red+Green+Blue) = 254+158+50=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9E32 is #0161CD. Grayscale: #AEAEAE. Windows color (decimal): -90574 or 3317502. OLE color: 3317502.
HSL color Cylindrical-coordinate representation of color #FE9E32: hue angle of 31.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE9E32 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 50 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.00 |
| HSL | 31.76º | 0.99% | 0.6% | - |
| HSV(B) | 31.76º | 0.8% | 1% | - |
| XYZ | 53.68 | 45.75 | 9.02 | - |
| YUV | 174.39 | 57.8 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 50 | 0 | 0.38 | 0.80 | 0.00 | 31.76 | 0.99 | 0.6 |
| Hex | FE | 9E | 32 | 0 | 26 | 50 | 0 | 20 | 63 | 3C |
| Octal | 376 | 236 | 62 | 0 | 46 | 120 | 0 | 40 | 143 | 74 |
| Binary | 11111110 | 10011110 | 110010 | 0 | 100110 | 1010000 | 0 | 100000 | 1100011 | 111100 |
Color Harmonies of #FE9E32
Complementary color
Monochromatic Colors of #FE9E32
Black with #FE9E32
Text Example
Text Example
White with #FE9E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E32; }
p { color: rgb(254,158,50); }
H1.HeaderClassName
{
color: #FE9E32;
}
.AnyTagClassName
{
color: #FE9E32;
}
</style>
background-color css
<style>
a { background-color: #FE9E32; }
a { background-color: rgb(254,158,50); }
div.DivClassName
{
background-color: #FE9E32;
}
.BgClassName
{
background-color: #FE9E32;
}
</style>
border-color css
<style>
span { border-color: #FE9E32; }
span { border-color: rgb(254,158,50); }
td.TdClassName
{
border-color: #FE9E32;
}
.TagClassName
{
border-color: #FE9E32;
}
</style>