Shades of Pumpkin #FB831E
Tints of Pumpkin #FB831E
RGB
CMYK
RGB Variations
Color information
#FB831E (or 0xFB831E) is known color: Pumpkin. HEX triplet: FB, 83 and 1E. RGB value is (251,131,30). Sum of RGB (Red+Green+Blue) = 251+131+30=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB831E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB831E is #047CE1. Grayscale: #9B9B9B. Windows color (decimal): -294114 or 1999867. OLE color: 1999867.
HSL color Cylindrical-coordinate representation of color #FB831E: hue angle of 27.42º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB831E is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 30 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.02 |
| HSL | 27.42º | 0.97% | 0.55% | - |
| HSV(B) | 27.42º | 0.88% | 0.98% | - |
| XYZ | 48.13 | 36.84 | 5.8 | - |
| YUV | 155.37 | 57.26 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 30 | 0 | 0.48 | 0.88 | 0.02 | 27.42 | 0.97 | 0.55 |
| Hex | FB | 83 | 1E | 0 | 30 | 58 | 2 | 1B | 61 | 37 |
| Octal | 373 | 203 | 36 | 0 | 60 | 130 | 2 | 33 | 141 | 67 |
| Binary | 11111011 | 10000011 | 11110 | 0 | 110000 | 1011000 | 10 | 11011 | 1100001 | 110111 |
Color Harmonies of #FB831E
Complementary color
Monochromatic Colors of #FB831E
Black with #FB831E
Text Example
Text Example
White with #FB831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB831E; }
p { color: rgb(251,131,30); }
H1.HeaderClassName
{
color: #FB831E;
}
.AnyTagClassName
{
color: #FB831E;
}
</style>
background-color css
<style>
a { background-color: #FB831E; }
a { background-color: rgb(251,131,30); }
div.DivClassName
{
background-color: #FB831E;
}
.BgClassName
{
background-color: #FB831E;
}
</style>
border-color css
<style>
span { border-color: #FB831E; }
span { border-color: rgb(251,131,30); }
td.TdClassName
{
border-color: #FB831E;
}
.TagClassName
{
border-color: #FB831E;
}
</style>