Shades of Neon Carrot #FE962C
Tints of Neon Carrot #FE962C
RGB
CMYK
RGB Variations
Color information
#FE962C (or 0xFE962C) is known color: Neon Carrot. HEX triplet: FE, 96 and 2C. RGB value is (254,150,44). Sum of RGB (Red+Green+Blue) = 254+150+44=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE962C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE962C is #0169D3. Grayscale: #A9A9A9. Windows color (decimal): -92628 or 2922238. OLE color: 2922238.
HSL color Cylindrical-coordinate representation of color #FE962C: hue angle of 30.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE962C is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 44 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.00 |
| HSL | 30.29º | 0.99% | 0.58% | - |
| HSV(B) | 30.29º | 0.83% | 1% | - |
| XYZ | 52.23 | 43.07 | 7.94 | - |
| YUV | 169.01 | 57.46 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 44 | 0 | 0.41 | 0.83 | 0.00 | 30.29 | 0.99 | 0.58 |
| Hex | FE | 96 | 2C | 0 | 29 | 53 | 0 | 1E | 63 | 3A |
| Octal | 376 | 226 | 54 | 0 | 51 | 123 | 0 | 36 | 143 | 72 |
| Binary | 11111110 | 10010110 | 101100 | 0 | 101001 | 1010011 | 0 | 11110 | 1100011 | 111010 |
Color Harmonies of #FE962C
Complementary color
Monochromatic Colors of #FE962C
Black with #FE962C
Text Example
Text Example
White with #FE962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE962C; }
p { color: rgb(254,150,44); }
H1.HeaderClassName
{
color: #FE962C;
}
.AnyTagClassName
{
color: #FE962C;
}
</style>
background-color css
<style>
a { background-color: #FE962C; }
a { background-color: rgb(254,150,44); }
div.DivClassName
{
background-color: #FE962C;
}
.BgClassName
{
background-color: #FE962C;
}
</style>
border-color css
<style>
span { border-color: #FE962C; }
span { border-color: rgb(254,150,44); }
td.TdClassName
{
border-color: #FE962C;
}
.TagClassName
{
border-color: #FE962C;
}
</style>