Shades of Neon Carrot #FEA036
Tints of Neon Carrot #FEA036
RGB
CMYK
RGB Variations
Color information
#FEA036 (or 0xFEA036) is known color: Neon Carrot. HEX triplet: FE, A0 and 36. RGB value is (254,160,54). Sum of RGB (Red+Green+Blue) = 254+160+54=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA036 is #015FC9. Grayscale: #B0B0B0. Windows color (decimal): -90058 or 3580158. OLE color: 3580158.
HSL color Cylindrical-coordinate representation of color #FEA036: hue angle of 31.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEA036 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 54 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.00 |
| HSL | 31.8º | 0.99% | 0.6% | - |
| HSV(B) | 31.8º | 0.79% | 1% | - |
| XYZ | 54.11 | 46.48 | 9.61 | - |
| YUV | 176.02 | 59.14 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 54 | 0 | 0.37 | 0.79 | 0.00 | 31.8 | 0.99 | 0.6 |
| Hex | FE | A0 | 36 | 0 | 25 | 4F | 0 | 20 | 63 | 3C |
| Octal | 376 | 240 | 66 | 0 | 45 | 117 | 0 | 40 | 143 | 74 |
| Binary | 11111110 | 10100000 | 110110 | 0 | 100101 | 1001111 | 0 | 100000 | 1100011 | 111100 |
Color Harmonies of #FEA036
Complementary color
Monochromatic Colors of #FEA036
Black with #FEA036
Text Example
Text Example
White with #FEA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA036; }
p { color: rgb(254,160,54); }
H1.HeaderClassName
{
color: #FEA036;
}
.AnyTagClassName
{
color: #FEA036;
}
</style>
background-color css
<style>
a { background-color: #FEA036; }
a { background-color: rgb(254,160,54); }
div.DivClassName
{
background-color: #FEA036;
}
.BgClassName
{
background-color: #FEA036;
}
</style>
border-color css
<style>
span { border-color: #FEA036; }
span { border-color: rgb(254,160,54); }
td.TdClassName
{
border-color: #FEA036;
}
.TagClassName
{
border-color: #FEA036;
}
</style>