Shades of Neon Carrot #FE9131
Tints of Neon Carrot #FE9131
RGB
CMYK
RGB Variations
Color information
#FE9131 (or 0xFE9131) is known color: Neon Carrot. HEX triplet: FE, 91 and 31. RGB value is (254,145,49). Sum of RGB (Red+Green+Blue) = 254+145+49=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9131 is #016ECE. Grayscale: #A7A7A7. Windows color (decimal): -93903 or 3248638. OLE color: 3248638.
HSL color Cylindrical-coordinate representation of color #FE9131: hue angle of 28.1º 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 #FE9131 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 49 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.00 |
| HSL | 28.1º | 0.99% | 0.59% | - |
| HSV(B) | 28.1º | 0.81% | 1% | - |
| XYZ | 51.55 | 41.54 | 8.21 | - |
| YUV | 166.65 | 61.61 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 49 | 0 | 0.43 | 0.81 | 0.00 | 28.1 | 0.99 | 0.59 |
| Hex | FE | 91 | 31 | 0 | 2B | 51 | 0 | 1C | 63 | 3B |
| Octal | 376 | 221 | 61 | 0 | 53 | 121 | 0 | 34 | 143 | 73 |
| Binary | 11111110 | 10010001 | 110001 | 0 | 101011 | 1010001 | 0 | 11100 | 1100011 | 111011 |
Color Harmonies of #FE9131
Complementary color
Monochromatic Colors of #FE9131
Black with #FE9131
Text Example
Text Example
White with #FE9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9131; }
p { color: rgb(254,145,49); }
H1.HeaderClassName
{
color: #FE9131;
}
.AnyTagClassName
{
color: #FE9131;
}
</style>
background-color css
<style>
a { background-color: #FE9131; }
a { background-color: rgb(254,145,49); }
div.DivClassName
{
background-color: #FE9131;
}
.BgClassName
{
background-color: #FE9131;
}
</style>
border-color css
<style>
span { border-color: #FE9131; }
span { border-color: rgb(254,145,49); }
td.TdClassName
{
border-color: #FE9131;
}
.TagClassName
{
border-color: #FE9131;
}
</style>