Shades of Neon Carrot #FE953A
Tints of Neon Carrot #FE953A
RGB
CMYK
RGB Variations
Color information
#FE953A (or 0xFE953A) is known color: Neon Carrot. HEX triplet: FE, 95 and 3A. RGB value is (254,149,58). Sum of RGB (Red+Green+Blue) = 254+149+58=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE953A is #016AC5. Grayscale: #AAAAAA. Windows color (decimal): -92870 or 3839486. OLE color: 3839486.
HSL color Cylindrical-coordinate representation of color #FE953A: hue angle of 27.86º 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 #FE953A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 58 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.00 |
| HSL | 27.86º | 0.99% | 0.61% | - |
| HSV(B) | 27.86º | 0.77% | 1% | - |
| XYZ | 52.38 | 42.87 | 9.52 | - |
| YUV | 170.02 | 64.79 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 58 | 0 | 0.41 | 0.77 | 0.00 | 27.86 | 0.99 | 0.61 |
| Hex | FE | 95 | 3A | 0 | 29 | 4D | 0 | 1C | 63 | 3D |
| Octal | 376 | 225 | 72 | 0 | 51 | 115 | 0 | 34 | 143 | 75 |
| Binary | 11111110 | 10010101 | 111010 | 0 | 101001 | 1001101 | 0 | 11100 | 1100011 | 111101 |
Color Harmonies of #FE953A
Complementary color
Monochromatic Colors of #FE953A
Black with #FE953A
Text Example
Text Example
White with #FE953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE953A; }
p { color: rgb(254,149,58); }
H1.HeaderClassName
{
color: #FE953A;
}
.AnyTagClassName
{
color: #FE953A;
}
</style>
background-color css
<style>
a { background-color: #FE953A; }
a { background-color: rgb(254,149,58); }
div.DivClassName
{
background-color: #FE953A;
}
.BgClassName
{
background-color: #FE953A;
}
</style>
border-color css
<style>
span { border-color: #FE953A; }
span { border-color: rgb(254,149,58); }
td.TdClassName
{
border-color: #FE953A;
}
.TagClassName
{
border-color: #FE953A;
}
</style>