Shades of Neon Carrot #FF8B31
Tints of Neon Carrot #FF8B31
RGB
CMYK
RGB Variations
Color information
#FF8B31 (or 0xFF8B31) is known color: Neon Carrot. HEX triplet: FF, 8B and 31. RGB value is (255,139,49). Sum of RGB (Red+Green+Blue) = 255+139+49=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B31 is #0074CE. Grayscale: #A3A3A3. Windows color (decimal): -29903 or 3247103. OLE color: 3247103.
HSL color Cylindrical-coordinate representation of color #FF8B31: hue angle of 26.21º 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 #FF8B31 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 49 | - |
| CMYK | 0 | 0.45 | 0.81 | 0 |
| HSL | 26.21º | 1% | 0.6% | - |
| HSV(B) | 26.21º | 0.81% | 1% | - |
| XYZ | 51.03 | 39.95 | 7.93 | - |
| YUV | 163.42 | 63.43 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 49 | 0 | 0.45 | 0.81 | 0 | 26.21 | 1 | 0.6 |
| Hex | FF | 8B | 31 | 0 | 2D | 51 | 0 | 1A | 64 | 3C |
| Octal | 377 | 213 | 61 | 0 | 55 | 121 | 0 | 32 | 144 | 74 |
| Binary | 11111111 | 10001011 | 110001 | 0 | 101101 | 1010001 | 0 | 11010 | 1100100 | 111100 |
Color Harmonies of #FF8B31
Complementary color
Monochromatic Colors of #FF8B31
Black with #FF8B31
Text Example
Text Example
White with #FF8B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B31; }
p { color: rgb(255,139,49); }
H1.HeaderClassName
{
color: #FF8B31;
}
.AnyTagClassName
{
color: #FF8B31;
}
</style>
background-color css
<style>
a { background-color: #FF8B31; }
a { background-color: rgb(255,139,49); }
div.DivClassName
{
background-color: #FF8B31;
}
.BgClassName
{
background-color: #FF8B31;
}
</style>
border-color css
<style>
span { border-color: #FF8B31; }
span { border-color: rgb(255,139,49); }
td.TdClassName
{
border-color: #FF8B31;
}
.TagClassName
{
border-color: #FF8B31;
}
</style>