Shades of Neon Carrot #FE9A29
Tints of Neon Carrot #FE9A29
RGB
CMYK
RGB Variations
Color information
#FE9A29 (or 0xFE9A29) is known color: Neon Carrot. HEX triplet: FE, 9A and 29. RGB value is (254,154,41). Sum of RGB (Red+Green+Blue) = 254+154+41=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A29 is #0165D6. Grayscale: #ABABAB. Windows color (decimal): -91607 or 2726654. OLE color: 2726654.
HSL color Cylindrical-coordinate representation of color #FE9A29: hue angle of 31.83º 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 #FE9A29 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 41 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.00 |
| HSL | 31.83º | 0.99% | 0.58% | - |
| HSV(B) | 31.83º | 0.84% | 1% | - |
| XYZ | 52.83 | 44.34 | 7.87 | - |
| YUV | 171.02 | 54.63 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 41 | 0 | 0.39 | 0.84 | 0.00 | 31.83 | 0.99 | 0.58 |
| Hex | FE | 9A | 29 | 0 | 27 | 54 | 0 | 20 | 63 | 3A |
| Octal | 376 | 232 | 51 | 0 | 47 | 124 | 0 | 40 | 143 | 72 |
| Binary | 11111110 | 10011010 | 101001 | 0 | 100111 | 1010100 | 0 | 100000 | 1100011 | 111010 |
Color Harmonies of #FE9A29
Complementary color
Monochromatic Colors of #FE9A29
Black with #FE9A29
Text Example
Text Example
White with #FE9A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A29; }
p { color: rgb(254,154,41); }
H1.HeaderClassName
{
color: #FE9A29;
}
.AnyTagClassName
{
color: #FE9A29;
}
</style>
background-color css
<style>
a { background-color: #FE9A29; }
a { background-color: rgb(254,154,41); }
div.DivClassName
{
background-color: #FE9A29;
}
.BgClassName
{
background-color: #FE9A29;
}
</style>
border-color css
<style>
span { border-color: #FE9A29; }
span { border-color: rgb(254,154,41); }
td.TdClassName
{
border-color: #FE9A29;
}
.TagClassName
{
border-color: #FE9A29;
}
</style>