Shades of Neon Carrot #FE9232
Tints of Neon Carrot #FE9232
RGB
CMYK
RGB Variations
Color information
#FE9232 (or 0xFE9232) is known color: Neon Carrot. HEX triplet: FE, 92 and 32. RGB value is (254,146,50). Sum of RGB (Red+Green+Blue) = 254+146+50=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9232 is #016DCD. Grayscale: #A7A7A7. Windows color (decimal): -93646 or 3314430. OLE color: 3314430.
HSL color Cylindrical-coordinate representation of color #FE9232: hue angle of 28.24º 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 #FE9232 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 50 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.00 |
| HSL | 28.24º | 0.99% | 0.6% | - |
| HSV(B) | 28.24º | 0.8% | 1% | - |
| XYZ | 51.73 | 41.86 | 8.37 | - |
| YUV | 167.35 | 61.78 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 50 | 0 | 0.43 | 0.80 | 0.00 | 28.24 | 0.99 | 0.6 |
| Hex | FE | 92 | 32 | 0 | 2B | 50 | 0 | 1C | 63 | 3C |
| Octal | 376 | 222 | 62 | 0 | 53 | 120 | 0 | 34 | 143 | 74 |
| Binary | 11111110 | 10010010 | 110010 | 0 | 101011 | 1010000 | 0 | 11100 | 1100011 | 111100 |
Color Harmonies of #FE9232
Complementary color
Monochromatic Colors of #FE9232
Black with #FE9232
Text Example
Text Example
White with #FE9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9232; }
p { color: rgb(254,146,50); }
H1.HeaderClassName
{
color: #FE9232;
}
.AnyTagClassName
{
color: #FE9232;
}
</style>
background-color css
<style>
a { background-color: #FE9232; }
a { background-color: rgb(254,146,50); }
div.DivClassName
{
background-color: #FE9232;
}
.BgClassName
{
background-color: #FE9232;
}
</style>
border-color css
<style>
span { border-color: #FE9232; }
span { border-color: rgb(254,146,50); }
td.TdClassName
{
border-color: #FE9232;
}
.TagClassName
{
border-color: #FE9232;
}
</style>