Shades of Neon Carrot #FE9C31
Tints of Neon Carrot #FE9C31
RGB
CMYK
RGB Variations
Color information
#FE9C31 (or 0xFE9C31) is known color: Neon Carrot. HEX triplet: FE, 9C and 31. RGB value is (254,156,49). Sum of RGB (Red+Green+Blue) = 254+156+49=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C31 is #0163CE. Grayscale: #ADADAD. Windows color (decimal): -91087 or 3251454. OLE color: 3251454.
HSL color Cylindrical-coordinate representation of color #FE9C31: hue angle of 31.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE9C31 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 49 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.00 |
| HSL | 31.32º | 0.99% | 0.59% | - |
| HSV(B) | 31.32º | 0.81% | 1% | - |
| XYZ | 53.32 | 45.07 | 8.79 | - |
| YUV | 173.1 | 57.97 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 49 | 0 | 0.39 | 0.81 | 0.00 | 31.32 | 0.99 | 0.59 |
| Hex | FE | 9C | 31 | 0 | 27 | 51 | 0 | 1F | 63 | 3B |
| Octal | 376 | 234 | 61 | 0 | 47 | 121 | 0 | 37 | 143 | 73 |
| Binary | 11111110 | 10011100 | 110001 | 0 | 100111 | 1010001 | 0 | 11111 | 1100011 | 111011 |
Color Harmonies of #FE9C31
Complementary color
Monochromatic Colors of #FE9C31
Black with #FE9C31
Text Example
Text Example
White with #FE9C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C31; }
p { color: rgb(254,156,49); }
H1.HeaderClassName
{
color: #FE9C31;
}
.AnyTagClassName
{
color: #FE9C31;
}
</style>
background-color css
<style>
a { background-color: #FE9C31; }
a { background-color: rgb(254,156,49); }
div.DivClassName
{
background-color: #FE9C31;
}
.BgClassName
{
background-color: #FE9C31;
}
</style>
border-color css
<style>
span { border-color: #FE9C31; }
span { border-color: rgb(254,156,49); }
td.TdClassName
{
border-color: #FE9C31;
}
.TagClassName
{
border-color: #FE9C31;
}
</style>