Shades of Neon Carrot #FE9432
Tints of Neon Carrot #FE9432
RGB
CMYK
RGB Variations
Color information
#FE9432 (or 0xFE9432) is known color: Neon Carrot. HEX triplet: FE, 94 and 32. RGB value is (254,148,50). Sum of RGB (Red+Green+Blue) = 254+148+50=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9432 is #016BCD. Grayscale: #A9A9A9. Windows color (decimal): -93134 or 3314942. OLE color: 3314942.
HSL color Cylindrical-coordinate representation of color #FE9432: hue angle of 28.82º 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 #FE9432 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 50 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.00 |
| HSL | 28.82º | 0.99% | 0.6% | - |
| HSV(B) | 28.82º | 0.8% | 1% | - |
| XYZ | 52.04 | 42.48 | 8.47 | - |
| YUV | 168.52 | 61.12 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 50 | 0 | 0.42 | 0.80 | 0.00 | 28.82 | 0.99 | 0.6 |
| Hex | FE | 94 | 32 | 0 | 2A | 50 | 0 | 1D | 63 | 3C |
| Octal | 376 | 224 | 62 | 0 | 52 | 120 | 0 | 35 | 143 | 74 |
| Binary | 11111110 | 10010100 | 110010 | 0 | 101010 | 1010000 | 0 | 11101 | 1100011 | 111100 |
Color Harmonies of #FE9432
Complementary color
Monochromatic Colors of #FE9432
Black with #FE9432
Text Example
Text Example
White with #FE9432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9432; }
p { color: rgb(254,148,50); }
H1.HeaderClassName
{
color: #FE9432;
}
.AnyTagClassName
{
color: #FE9432;
}
</style>
background-color css
<style>
a { background-color: #FE9432; }
a { background-color: rgb(254,148,50); }
div.DivClassName
{
background-color: #FE9432;
}
.BgClassName
{
background-color: #FE9432;
}
</style>
border-color css
<style>
span { border-color: #FE9432; }
span { border-color: rgb(254,148,50); }
td.TdClassName
{
border-color: #FE9432;
}
.TagClassName
{
border-color: #FE9432;
}
</style>