Shades of Neon Carrot #FF9831
Tints of Neon Carrot #FF9831
RGB
CMYK
RGB Variations
Color information
#FF9831 (or 0xFF9831) is known color: Neon Carrot. HEX triplet: FF, 98 and 31. RGB value is (255,152,49). Sum of RGB (Red+Green+Blue) = 255+152+49=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9831 is #0067CE. Grayscale: #ABABAB. Windows color (decimal): -26575 or 3250431. OLE color: 3250431.
HSL color Cylindrical-coordinate representation of color #FF9831: hue angle of 30º 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 #FF9831 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 49 | - |
| CMYK | 0 | 0.40 | 0.81 | 0 |
| HSL | 30º | 1% | 0.6% | - |
| HSV(B) | 30º | 0.81% | 1% | - |
| XYZ | 53.02 | 43.94 | 8.59 | - |
| YUV | 171.06 | 59.12 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 49 | 0 | 0.40 | 0.81 | 0 | 30 | 1 | 0.6 |
| Hex | FF | 98 | 31 | 0 | 28 | 51 | 0 | 1E | 64 | 3C |
| Octal | 377 | 230 | 61 | 0 | 50 | 121 | 0 | 36 | 144 | 74 |
| Binary | 11111111 | 10011000 | 110001 | 0 | 101000 | 1010001 | 0 | 11110 | 1100100 | 111100 |
Color Harmonies of #FF9831
Complementary color
Monochromatic Colors of #FF9831
Black with #FF9831
Text Example
Text Example
White with #FF9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9831; }
p { color: rgb(255,152,49); }
H1.HeaderClassName
{
color: #FF9831;
}
.AnyTagClassName
{
color: #FF9831;
}
</style>
background-color css
<style>
a { background-color: #FF9831; }
a { background-color: rgb(255,152,49); }
div.DivClassName
{
background-color: #FF9831;
}
.BgClassName
{
background-color: #FF9831;
}
</style>
border-color css
<style>
span { border-color: #FF9831; }
span { border-color: rgb(255,152,49); }
td.TdClassName
{
border-color: #FF9831;
}
.TagClassName
{
border-color: #FF9831;
}
</style>