Shades of Neon Carrot #FE9B32
Tints of Neon Carrot #FE9B32
RGB
CMYK
RGB Variations
Color information
#FE9B32 (or 0xFE9B32) is known color: Neon Carrot. HEX triplet: FE, 9B and 32. RGB value is (254,155,50). Sum of RGB (Red+Green+Blue) = 254+155+50=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9B32 is #0164CD. Grayscale: #ADADAD. Windows color (decimal): -91342 or 3316734. OLE color: 3316734.
HSL color Cylindrical-coordinate representation of color #FE9B32: hue angle of 30.88º 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 #FE9B32 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 50 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.00 |
| HSL | 30.88º | 0.99% | 0.6% | - |
| HSV(B) | 30.88º | 0.8% | 1% | - |
| XYZ | 53.17 | 44.74 | 8.85 | - |
| YUV | 172.63 | 58.8 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 50 | 0 | 0.39 | 0.80 | 0.00 | 30.88 | 0.99 | 0.6 |
| Hex | FE | 9B | 32 | 0 | 27 | 50 | 0 | 1F | 63 | 3C |
| Octal | 376 | 233 | 62 | 0 | 47 | 120 | 0 | 37 | 143 | 74 |
| Binary | 11111110 | 10011011 | 110010 | 0 | 100111 | 1010000 | 0 | 11111 | 1100011 | 111100 |
Color Harmonies of #FE9B32
Complementary color
Monochromatic Colors of #FE9B32
Black with #FE9B32
Text Example
Text Example
White with #FE9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B32; }
p { color: rgb(254,155,50); }
H1.HeaderClassName
{
color: #FE9B32;
}
.AnyTagClassName
{
color: #FE9B32;
}
</style>
background-color css
<style>
a { background-color: #FE9B32; }
a { background-color: rgb(254,155,50); }
div.DivClassName
{
background-color: #FE9B32;
}
.BgClassName
{
background-color: #FE9B32;
}
</style>
border-color css
<style>
span { border-color: #FE9B32; }
span { border-color: rgb(254,155,50); }
td.TdClassName
{
border-color: #FE9B32;
}
.TagClassName
{
border-color: #FE9B32;
}
</style>