Shades of Neon Carrot #FE9129
Tints of Neon Carrot #FE9129
RGB
CMYK
RGB Variations
Color information
#FE9129 (or 0xFE9129) is known color: Neon Carrot. HEX triplet: FE, 91 and 29. RGB value is (254,145,41). Sum of RGB (Red+Green+Blue) = 254+145+41=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9129 is #016ED6. Grayscale: #A6A6A6. Windows color (decimal): -93911 or 2724350. OLE color: 2724350.
HSL color Cylindrical-coordinate representation of color #FE9129: hue angle of 29.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE9129 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 41 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.00 |
| HSL | 29.3º | 0.99% | 0.58% | - |
| HSV(B) | 29.3º | 0.84% | 1% | - |
| XYZ | 51.4 | 41.48 | 7.4 | - |
| YUV | 165.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 41 | 0 | 0.43 | 0.84 | 0.00 | 29.3 | 0.99 | 0.58 |
| Hex | FE | 91 | 29 | 0 | 2B | 54 | 0 | 1D | 63 | 3A |
| Octal | 376 | 221 | 51 | 0 | 53 | 124 | 0 | 35 | 143 | 72 |
| Binary | 11111110 | 10010001 | 101001 | 0 | 101011 | 1010100 | 0 | 11101 | 1100011 | 111010 |
Color Harmonies of #FE9129
Complementary color
Monochromatic Colors of #FE9129
Black with #FE9129
Text Example
Text Example
White with #FE9129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9129; }
p { color: rgb(254,145,41); }
H1.HeaderClassName
{
color: #FE9129;
}
.AnyTagClassName
{
color: #FE9129;
}
</style>
background-color css
<style>
a { background-color: #FE9129; }
a { background-color: rgb(254,145,41); }
div.DivClassName
{
background-color: #FE9129;
}
.BgClassName
{
background-color: #FE9129;
}
</style>
border-color css
<style>
span { border-color: #FE9129; }
span { border-color: rgb(254,145,41); }
td.TdClassName
{
border-color: #FE9129;
}
.TagClassName
{
border-color: #FE9129;
}
</style>