Shades of Neon Carrot #FE953E
Tints of Neon Carrot #FE953E
RGB
CMYK
RGB Variations
Color information
#FE953E (or 0xFE953E) is known color: Neon Carrot. HEX triplet: FE, 95 and 3E. RGB value is (254,149,62). Sum of RGB (Red+Green+Blue) = 254+149+62=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE953E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE953E is #016AC1. Grayscale: #AAAAAA. Windows color (decimal): -92866 or 4101630. OLE color: 4101630.
HSL color Cylindrical-coordinate representation of color #FE953E: hue angle of 27.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE953E is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 62 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.00 |
| HSL | 27.19º | 0.99% | 0.62% | - |
| HSV(B) | 27.19º | 0.76% | 1% | - |
| XYZ | 52.49 | 42.91 | 10.07 | - |
| YUV | 170.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 62 | 0 | 0.41 | 0.76 | 0.00 | 27.19 | 0.99 | 0.62 |
| Hex | FE | 95 | 3E | 0 | 29 | 4C | 0 | 1B | 63 | 3E |
| Octal | 376 | 225 | 76 | 0 | 51 | 114 | 0 | 33 | 143 | 76 |
| Binary | 11111110 | 10010101 | 111110 | 0 | 101001 | 1001100 | 0 | 11011 | 1100011 | 111110 |
Color Harmonies of #FE953E
Complementary color
Monochromatic Colors of #FE953E
Black with #FE953E
Text Example
Text Example
White with #FE953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE953E; }
p { color: rgb(254,149,62); }
H1.HeaderClassName
{
color: #FE953E;
}
.AnyTagClassName
{
color: #FE953E;
}
</style>
background-color css
<style>
a { background-color: #FE953E; }
a { background-color: rgb(254,149,62); }
div.DivClassName
{
background-color: #FE953E;
}
.BgClassName
{
background-color: #FE953E;
}
</style>
border-color css
<style>
span { border-color: #FE953E; }
span { border-color: rgb(254,149,62); }
td.TdClassName
{
border-color: #FE953E;
}
.TagClassName
{
border-color: #FE953E;
}
</style>