Shades of Neon Carrot #FB8E31
Tints of Neon Carrot #FB8E31
RGB
CMYK
RGB Variations
Color information
#FB8E31 (or 0xFB8E31) is known color: Neon Carrot. HEX triplet: FB, 8E and 31. RGB value is (251,142,49). Sum of RGB (Red+Green+Blue) = 251+142+49=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8E31 is #0471CE. Grayscale: #A4A4A4. Windows color (decimal): -291279 or 3247867. OLE color: 3247867.
HSL color Cylindrical-coordinate representation of color #FB8E31: hue angle of 27.62º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB8E31 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 49 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.02 |
| HSL | 27.62º | 0.96% | 0.59% | - |
| HSV(B) | 27.62º | 0.8% | 0.98% | - |
| XYZ | 50.01 | 40.08 | 8.01 | - |
| YUV | 163.99 | 63.11 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 49 | 0 | 0.43 | 0.80 | 0.02 | 27.62 | 0.96 | 0.59 |
| Hex | FB | 8E | 31 | 0 | 2B | 50 | 2 | 1C | 60 | 3B |
| Octal | 373 | 216 | 61 | 0 | 53 | 120 | 2 | 34 | 140 | 73 |
| Binary | 11111011 | 10001110 | 110001 | 0 | 101011 | 1010000 | 10 | 11100 | 1100000 | 111011 |
Color Harmonies of #FB8E31
Complementary color
Monochromatic Colors of #FB8E31
Black with #FB8E31
Text Example
Text Example
White with #FB8E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E31; }
p { color: rgb(251,142,49); }
H1.HeaderClassName
{
color: #FB8E31;
}
.AnyTagClassName
{
color: #FB8E31;
}
</style>
background-color css
<style>
a { background-color: #FB8E31; }
a { background-color: rgb(251,142,49); }
div.DivClassName
{
background-color: #FB8E31;
}
.BgClassName
{
background-color: #FB8E31;
}
</style>
border-color css
<style>
span { border-color: #FB8E31; }
span { border-color: rgb(251,142,49); }
td.TdClassName
{
border-color: #FB8E31;
}
.TagClassName
{
border-color: #FB8E31;
}
</style>