Shades of Neon Carrot #FE9431
Tints of Neon Carrot #FE9431
RGB
CMYK
RGB Variations
Color information
#FE9431 (or 0xFE9431) is known color: Neon Carrot. HEX triplet: FE, 94 and 31. RGB value is (254,148,49). Sum of RGB (Red+Green+Blue) = 254+148+49=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9431 is #016BCE. Grayscale: #A8A8A8. Windows color (decimal): -93135 or 3249406. OLE color: 3249406.
HSL color Cylindrical-coordinate representation of color #FE9431: hue angle of 28.98º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE9431 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 49 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.00 |
| HSL | 28.98º | 0.99% | 0.59% | - |
| HSV(B) | 28.98º | 0.81% | 1% | - |
| XYZ | 52.02 | 42.47 | 8.36 | - |
| YUV | 168.41 | 60.62 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 49 | 0 | 0.42 | 0.81 | 0.00 | 28.98 | 0.99 | 0.59 |
| Hex | FE | 94 | 31 | 0 | 2A | 51 | 0 | 1D | 63 | 3B |
| Octal | 376 | 224 | 61 | 0 | 52 | 121 | 0 | 35 | 143 | 73 |
| Binary | 11111110 | 10010100 | 110001 | 0 | 101010 | 1010001 | 0 | 11101 | 1100011 | 111011 |
Color Harmonies of #FE9431
Complementary color
Monochromatic Colors of #FE9431
Black with #FE9431
Text Example
Text Example
White with #FE9431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9431; }
p { color: rgb(254,148,49); }
H1.HeaderClassName
{
color: #FE9431;
}
.AnyTagClassName
{
color: #FE9431;
}
</style>
background-color css
<style>
a { background-color: #FE9431; }
a { background-color: rgb(254,148,49); }
div.DivClassName
{
background-color: #FE9431;
}
.BgClassName
{
background-color: #FE9431;
}
</style>
border-color css
<style>
span { border-color: #FE9431; }
span { border-color: rgb(254,148,49); }
td.TdClassName
{
border-color: #FE9431;
}
.TagClassName
{
border-color: #FE9431;
}
</style>