Shades of Neon Carrot #FF9131
Tints of Neon Carrot #FF9131
RGB
CMYK
RGB Variations
Color information
#FF9131 (or 0xFF9131) is known color: Neon Carrot. HEX triplet: FF, 91 and 31. RGB value is (255,145,49). Sum of RGB (Red+Green+Blue) = 255+145+49=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9131 is #006ECE. Grayscale: #A7A7A7. Windows color (decimal): -28367 or 3248639. OLE color: 3248639.
HSL color Cylindrical-coordinate representation of color #FF9131: hue angle of 27.96º 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 #FF9131 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 49 | - |
| CMYK | 0 | 0.43 | 0.81 | 0 |
| HSL | 27.96º | 1% | 0.6% | - |
| HSV(B) | 27.96º | 0.81% | 1% | - |
| XYZ | 51.92 | 41.73 | 8.22 | - |
| YUV | 166.95 | 61.44 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 49 | 0 | 0.43 | 0.81 | 0 | 27.96 | 1 | 0.6 |
| Hex | FF | 91 | 31 | 0 | 2B | 51 | 0 | 1C | 64 | 3C |
| Octal | 377 | 221 | 61 | 0 | 53 | 121 | 0 | 34 | 144 | 74 |
| Binary | 11111111 | 10010001 | 110001 | 0 | 101011 | 1010001 | 0 | 11100 | 1100100 | 111100 |
Color Harmonies of #FF9131
Complementary color
Monochromatic Colors of #FF9131
Black with #FF9131
Text Example
Text Example
White with #FF9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9131; }
p { color: rgb(255,145,49); }
H1.HeaderClassName
{
color: #FF9131;
}
.AnyTagClassName
{
color: #FF9131;
}
</style>
background-color css
<style>
a { background-color: #FF9131; }
a { background-color: rgb(255,145,49); }
div.DivClassName
{
background-color: #FF9131;
}
.BgClassName
{
background-color: #FF9131;
}
</style>
border-color css
<style>
span { border-color: #FF9131; }
span { border-color: rgb(255,145,49); }
td.TdClassName
{
border-color: #FF9131;
}
.TagClassName
{
border-color: #FF9131;
}
</style>