Shades of Neon Carrot #FB8D31
Tints of Neon Carrot #FB8D31
RGB
CMYK
RGB Variations
Color information
#FB8D31 (or 0xFB8D31) is known color: Neon Carrot. HEX triplet: FB, 8D and 31. RGB value is (251,141,49). Sum of RGB (Red+Green+Blue) = 251+141+49=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8D31 is #0472CE. Grayscale: #A3A3A3. Windows color (decimal): -291535 or 3247611. OLE color: 3247611.
HSL color Cylindrical-coordinate representation of color #FB8D31: hue angle of 27.33º 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 #FB8D31 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 49 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.02 |
| HSL | 27.33º | 0.96% | 0.59% | - |
| HSV(B) | 27.33º | 0.8% | 0.98% | - |
| XYZ | 49.86 | 39.78 | 7.96 | - |
| YUV | 163.4 | 63.44 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 49 | 0 | 0.44 | 0.80 | 0.02 | 27.33 | 0.96 | 0.59 |
| Hex | FB | 8D | 31 | 0 | 2C | 50 | 2 | 1B | 60 | 3B |
| Octal | 373 | 215 | 61 | 0 | 54 | 120 | 2 | 33 | 140 | 73 |
| Binary | 11111011 | 10001101 | 110001 | 0 | 101100 | 1010000 | 10 | 11011 | 1100000 | 111011 |
Color Harmonies of #FB8D31
Complementary color
Monochromatic Colors of #FB8D31
Black with #FB8D31
Text Example
Text Example
White with #FB8D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D31; }
p { color: rgb(251,141,49); }
H1.HeaderClassName
{
color: #FB8D31;
}
.AnyTagClassName
{
color: #FB8D31;
}
</style>
background-color css
<style>
a { background-color: #FB8D31; }
a { background-color: rgb(251,141,49); }
div.DivClassName
{
background-color: #FB8D31;
}
.BgClassName
{
background-color: #FB8D31;
}
</style>
border-color css
<style>
span { border-color: #FB8D31; }
span { border-color: rgb(251,141,49); }
td.TdClassName
{
border-color: #FB8D31;
}
.TagClassName
{
border-color: #FB8D31;
}
</style>