Shades of Neon Carrot #FEA03A
Tints of Neon Carrot #FEA03A
RGB
CMYK
RGB Variations
Color information
#FEA03A (or 0xFEA03A) is known color: Neon Carrot. HEX triplet: FE, A0 and 3A. RGB value is (254,160,58). Sum of RGB (Red+Green+Blue) = 254+160+58=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA03A is #015FC5. Grayscale: #B0B0B0. Windows color (decimal): -90054 or 3842302. OLE color: 3842302.
HSL color Cylindrical-coordinate representation of color #FEA03A: hue angle of 31.22º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEA03A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 58 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.00 |
| HSL | 31.22º | 0.99% | 0.61% | - |
| HSV(B) | 31.22º | 0.77% | 1% | - |
| XYZ | 54.21 | 46.52 | 10.12 | - |
| YUV | 176.48 | 61.14 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 58 | 0 | 0.37 | 0.77 | 0.00 | 31.22 | 0.99 | 0.61 |
| Hex | FE | A0 | 3A | 0 | 25 | 4D | 0 | 1F | 63 | 3D |
| Octal | 376 | 240 | 72 | 0 | 45 | 115 | 0 | 37 | 143 | 75 |
| Binary | 11111110 | 10100000 | 111010 | 0 | 100101 | 1001101 | 0 | 11111 | 1100011 | 111101 |
Color Harmonies of #FEA03A
Complementary color
Monochromatic Colors of #FEA03A
Black with #FEA03A
Text Example
Text Example
White with #FEA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA03A; }
p { color: rgb(254,160,58); }
H1.HeaderClassName
{
color: #FEA03A;
}
.AnyTagClassName
{
color: #FEA03A;
}
</style>
background-color css
<style>
a { background-color: #FEA03A; }
a { background-color: rgb(254,160,58); }
div.DivClassName
{
background-color: #FEA03A;
}
.BgClassName
{
background-color: #FEA03A;
}
</style>
border-color css
<style>
span { border-color: #FEA03A; }
span { border-color: rgb(254,160,58); }
td.TdClassName
{
border-color: #FEA03A;
}
.TagClassName
{
border-color: #FEA03A;
}
</style>