Shades of Neon Carrot #FF9E31
Tints of Neon Carrot #FF9E31
RGB
CMYK
RGB Variations
Color information
#FF9E31 (or 0xFF9E31) is known color: Neon Carrot. HEX triplet: FF, 9E and 31. RGB value is (255,158,49). Sum of RGB (Red+Green+Blue) = 255+158+49=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E31 is #0061CE. Grayscale: #AFAFAF. Windows color (decimal): -25039 or 3251967. OLE color: 3251967.
HSL color Cylindrical-coordinate representation of color #FF9E31: hue angle of 31.75º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF9E31 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 49 | - |
| CMYK | 0 | 0.38 | 0.81 | 0 |
| HSL | 31.75º | 1% | 0.6% | - |
| HSV(B) | 31.75º | 0.81% | 1% | - |
| XYZ | 54.02 | 45.94 | 8.92 | - |
| YUV | 174.58 | 57.14 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 49 | 0 | 0.38 | 0.81 | 0 | 31.75 | 1 | 0.6 |
| Hex | FF | 9E | 31 | 0 | 26 | 51 | 0 | 20 | 64 | 3C |
| Octal | 377 | 236 | 61 | 0 | 46 | 121 | 0 | 40 | 144 | 74 |
| Binary | 11111111 | 10011110 | 110001 | 0 | 100110 | 1010001 | 0 | 100000 | 1100100 | 111100 |
Color Harmonies of #FF9E31
Complementary color
Monochromatic Colors of #FF9E31
Black with #FF9E31
Text Example
Text Example
White with #FF9E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E31; }
p { color: rgb(255,158,49); }
H1.HeaderClassName
{
color: #FF9E31;
}
.AnyTagClassName
{
color: #FF9E31;
}
</style>
background-color css
<style>
a { background-color: #FF9E31; }
a { background-color: rgb(255,158,49); }
div.DivClassName
{
background-color: #FF9E31;
}
.BgClassName
{
background-color: #FF9E31;
}
</style>
border-color css
<style>
span { border-color: #FF9E31; }
span { border-color: rgb(255,158,49); }
td.TdClassName
{
border-color: #FF9E31;
}
.TagClassName
{
border-color: #FF9E31;
}
</style>