Shades of Neon Carrot #FE8E26
Tints of Neon Carrot #FE8E26
RGB
CMYK
RGB Variations
Color information
#FE8E26 (or 0xFE8E26) is known color: Neon Carrot. HEX triplet: FE, 8E and 26. RGB value is (254,142,38). Sum of RGB (Red+Green+Blue) = 254+142+38=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8E26 is #0171D9. Grayscale: #A4A4A4. Windows color (decimal): -94682 or 2526974. OLE color: 2526974.
HSL color Cylindrical-coordinate representation of color #FE8E26: hue angle of 28.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE8E26 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 38 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.00 |
| HSL | 28.89º | 0.99% | 0.57% | - |
| HSV(B) | 28.89º | 0.85% | 1% | - |
| XYZ | 50.9 | 40.56 | 6.98 | - |
| YUV | 163.63 | 57.11 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 38 | 0 | 0.44 | 0.85 | 0.00 | 28.89 | 0.99 | 0.57 |
| Hex | FE | 8E | 26 | 0 | 2C | 55 | 0 | 1D | 63 | 39 |
| Octal | 376 | 216 | 46 | 0 | 54 | 125 | 0 | 35 | 143 | 71 |
| Binary | 11111110 | 10001110 | 100110 | 0 | 101100 | 1010101 | 0 | 11101 | 1100011 | 111001 |
Color Harmonies of #FE8E26
Complementary color
Monochromatic Colors of #FE8E26
Black with #FE8E26
Text Example
Text Example
White with #FE8E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8E26; }
p { color: rgb(254,142,38); }
H1.HeaderClassName
{
color: #FE8E26;
}
.AnyTagClassName
{
color: #FE8E26;
}
</style>
background-color css
<style>
a { background-color: #FE8E26; }
a { background-color: rgb(254,142,38); }
div.DivClassName
{
background-color: #FE8E26;
}
.BgClassName
{
background-color: #FE8E26;
}
</style>
border-color css
<style>
span { border-color: #FE8E26; }
span { border-color: rgb(254,142,38); }
td.TdClassName
{
border-color: #FE8E26;
}
.TagClassName
{
border-color: #FE8E26;
}
</style>