Shades of Neon Carrot #FE9124
Tints of Neon Carrot #FE9124
RGB
CMYK
RGB Variations
Color information
#FE9124 (or 0xFE9124) is known color: Neon Carrot. HEX triplet: FE, 91 and 24. RGB value is (254,145,36). Sum of RGB (Red+Green+Blue) = 254+145+36=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9124 is #016EDB. Grayscale: #A5A5A5. Windows color (decimal): -93916 or 2396670. OLE color: 2396670.
HSL color Cylindrical-coordinate representation of color #FE9124: hue angle of 30º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE9124 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 36 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.00 |
| HSL | 30º | 0.99% | 0.57% | - |
| HSV(B) | 30º | 0.86% | 1% | - |
| XYZ | 51.32 | 41.45 | 6.96 | - |
| YUV | 165.17 | 55.11 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 36 | 0 | 0.43 | 0.86 | 0.00 | 30 | 0.99 | 0.57 |
| Hex | FE | 91 | 24 | 0 | 2B | 56 | 0 | 1E | 63 | 39 |
| Octal | 376 | 221 | 44 | 0 | 53 | 126 | 0 | 36 | 143 | 71 |
| Binary | 11111110 | 10010001 | 100100 | 0 | 101011 | 1010110 | 0 | 11110 | 1100011 | 111001 |
Color Harmonies of #FE9124
Complementary color
Monochromatic Colors of #FE9124
Black with #FE9124
Text Example
Text Example
White with #FE9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9124; }
p { color: rgb(254,145,36); }
H1.HeaderClassName
{
color: #FE9124;
}
.AnyTagClassName
{
color: #FE9124;
}
</style>
background-color css
<style>
a { background-color: #FE9124; }
a { background-color: rgb(254,145,36); }
div.DivClassName
{
background-color: #FE9124;
}
.BgClassName
{
background-color: #FE9124;
}
</style>
border-color css
<style>
span { border-color: #FE9124; }
span { border-color: rgb(254,145,36); }
td.TdClassName
{
border-color: #FE9124;
}
.TagClassName
{
border-color: #FE9124;
}
</style>