Shades of Neon Carrot #FEA039
Tints of Neon Carrot #FEA039
RGB
CMYK
RGB Variations
Color information
#FEA039 (or 0xFEA039) is known color: Neon Carrot. HEX triplet: FE, A0 and 39. RGB value is (254,160,57). Sum of RGB (Red+Green+Blue) = 254+160+57=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA039 is #015FC6. Grayscale: #B0B0B0. Windows color (decimal): -90055 or 3776766. OLE color: 3776766.
HSL color Cylindrical-coordinate representation of color #FEA039: hue angle of 31.37º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEA039 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 57 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.00 |
| HSL | 31.37º | 0.99% | 0.61% | - |
| HSV(B) | 31.37º | 0.78% | 1% | - |
| XYZ | 54.18 | 46.51 | 9.99 | - |
| YUV | 176.36 | 60.64 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 57 | 0 | 0.37 | 0.78 | 0.00 | 31.37 | 0.99 | 0.61 |
| Hex | FE | A0 | 39 | 0 | 25 | 4E | 0 | 1F | 63 | 3D |
| Octal | 376 | 240 | 71 | 0 | 45 | 116 | 0 | 37 | 143 | 75 |
| Binary | 11111110 | 10100000 | 111001 | 0 | 100101 | 1001110 | 0 | 11111 | 1100011 | 111101 |
Color Harmonies of #FEA039
Complementary color
Monochromatic Colors of #FEA039
Black with #FEA039
Text Example
Text Example
White with #FEA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA039; }
p { color: rgb(254,160,57); }
H1.HeaderClassName
{
color: #FEA039;
}
.AnyTagClassName
{
color: #FEA039;
}
</style>
background-color css
<style>
a { background-color: #FEA039; }
a { background-color: rgb(254,160,57); }
div.DivClassName
{
background-color: #FEA039;
}
.BgClassName
{
background-color: #FEA039;
}
</style>
border-color css
<style>
span { border-color: #FEA039; }
span { border-color: rgb(254,160,57); }
td.TdClassName
{
border-color: #FEA039;
}
.TagClassName
{
border-color: #FEA039;
}
</style>