Shades of Neon Carrot #FF9F31
Tints of Neon Carrot #FF9F31
RGB
CMYK
RGB Variations
Color information
#FF9F31 (or 0xFF9F31) is known color: Neon Carrot. HEX triplet: FF, 9F and 31. RGB value is (255,159,49). Sum of RGB (Red+Green+Blue) = 255+159+49=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F31 is #0060CE. Grayscale: #AFAFAF. Windows color (decimal): -24783 or 3252223. OLE color: 3252223.
HSL color Cylindrical-coordinate representation of color #FF9F31: hue angle of 32.04º 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 #FF9F31 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 49 | - |
| CMYK | 0 | 0.38 | 0.81 | 0 |
| HSL | 32.04º | 1% | 0.6% | - |
| HSV(B) | 32.04º | 0.81% | 1% | - |
| XYZ | 54.19 | 46.28 | 8.98 | - |
| YUV | 175.16 | 56.8 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 49 | 0 | 0.38 | 0.81 | 0 | 32.04 | 1 | 0.6 |
| Hex | FF | 9F | 31 | 0 | 26 | 51 | 0 | 20 | 64 | 3C |
| Octal | 377 | 237 | 61 | 0 | 46 | 121 | 0 | 40 | 144 | 74 |
| Binary | 11111111 | 10011111 | 110001 | 0 | 100110 | 1010001 | 0 | 100000 | 1100100 | 111100 |
Color Harmonies of #FF9F31
Complementary color
Monochromatic Colors of #FF9F31
Black with #FF9F31
Text Example
Text Example
White with #FF9F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F31; }
p { color: rgb(255,159,49); }
H1.HeaderClassName
{
color: #FF9F31;
}
.AnyTagClassName
{
color: #FF9F31;
}
</style>
background-color css
<style>
a { background-color: #FF9F31; }
a { background-color: rgb(255,159,49); }
div.DivClassName
{
background-color: #FF9F31;
}
.BgClassName
{
background-color: #FF9F31;
}
</style>
border-color css
<style>
span { border-color: #FF9F31; }
span { border-color: rgb(255,159,49); }
td.TdClassName
{
border-color: #FF9F31;
}
.TagClassName
{
border-color: #FF9F31;
}
</style>