Shades of Neon Carrot #FF9A31
Tints of Neon Carrot #FF9A31
RGB
CMYK
RGB Variations
Color information
#FF9A31 (or 0xFF9A31) is known color: Neon Carrot. HEX triplet: FF, 9A and 31. RGB value is (255,154,49). Sum of RGB (Red+Green+Blue) = 255+154+49=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A31 is #0065CE. Grayscale: #ACACAC. Windows color (decimal): -26063 or 3250943. OLE color: 3250943.
HSL color Cylindrical-coordinate representation of color #FF9A31: hue angle of 30.58º 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 #FF9A31 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 49 | - |
| CMYK | 0 | 0.40 | 0.81 | 0 |
| HSL | 30.58º | 1% | 0.6% | - |
| HSV(B) | 30.58º | 0.81% | 1% | - |
| XYZ | 53.35 | 44.59 | 8.7 | - |
| YUV | 172.23 | 58.46 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 49 | 0 | 0.40 | 0.81 | 0 | 30.58 | 1 | 0.6 |
| Hex | FF | 9A | 31 | 0 | 28 | 51 | 0 | 1F | 64 | 3C |
| Octal | 377 | 232 | 61 | 0 | 50 | 121 | 0 | 37 | 144 | 74 |
| Binary | 11111111 | 10011010 | 110001 | 0 | 101000 | 1010001 | 0 | 11111 | 1100100 | 111100 |
Color Harmonies of #FF9A31
Complementary color
Monochromatic Colors of #FF9A31
Black with #FF9A31
Text Example
Text Example
White with #FF9A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A31; }
p { color: rgb(255,154,49); }
H1.HeaderClassName
{
color: #FF9A31;
}
.AnyTagClassName
{
color: #FF9A31;
}
</style>
background-color css
<style>
a { background-color: #FF9A31; }
a { background-color: rgb(255,154,49); }
div.DivClassName
{
background-color: #FF9A31;
}
.BgClassName
{
background-color: #FF9A31;
}
</style>
border-color css
<style>
span { border-color: #FF9A31; }
span { border-color: rgb(255,154,49); }
td.TdClassName
{
border-color: #FF9A31;
}
.TagClassName
{
border-color: #FF9A31;
}
</style>