Shades of Neon Carrot #FE8E2F
Tints of Neon Carrot #FE8E2F
RGB
CMYK
RGB Variations
Color information
#FE8E2F (or 0xFE8E2F) is known color: Neon Carrot. HEX triplet: FE, 8E and 2F. RGB value is (254,142,47). Sum of RGB (Red+Green+Blue) = 254+142+47=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8E2F is #0171D0. Grayscale: #A5A5A5. Windows color (decimal): -94673 or 3116798. OLE color: 3116798.
HSL color Cylindrical-coordinate representation of color #FE8E2F: hue angle of 27.54º 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 #FE8E2F is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 47 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.00 |
| HSL | 27.54º | 0.99% | 0.59% | - |
| HSV(B) | 27.54º | 0.81% | 1% | - |
| XYZ | 51.06 | 40.62 | 7.84 | - |
| YUV | 164.66 | 61.61 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 47 | 0 | 0.44 | 0.81 | 0.00 | 27.54 | 0.99 | 0.59 |
| Hex | FE | 8E | 2F | 0 | 2C | 51 | 0 | 1C | 63 | 3B |
| Octal | 376 | 216 | 57 | 0 | 54 | 121 | 0 | 34 | 143 | 73 |
| Binary | 11111110 | 10001110 | 101111 | 0 | 101100 | 1010001 | 0 | 11100 | 1100011 | 111011 |
Color Harmonies of #FE8E2F
Complementary color
Monochromatic Colors of #FE8E2F
Black with #FE8E2F
Text Example
Text Example
White with #FE8E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8E2F; }
p { color: rgb(254,142,47); }
H1.HeaderClassName
{
color: #FE8E2F;
}
.AnyTagClassName
{
color: #FE8E2F;
}
</style>
background-color css
<style>
a { background-color: #FE8E2F; }
a { background-color: rgb(254,142,47); }
div.DivClassName
{
background-color: #FE8E2F;
}
.BgClassName
{
background-color: #FE8E2F;
}
</style>
border-color css
<style>
span { border-color: #FE8E2F; }
span { border-color: rgb(254,142,47); }
td.TdClassName
{
border-color: #FE8E2F;
}
.TagClassName
{
border-color: #FE8E2F;
}
</style>