Shades of Pumpkin #FB831D
Tints of Pumpkin #FB831D
RGB
CMYK
RGB Variations
Color information
#FB831D (or 0xFB831D) is known color: Pumpkin. HEX triplet: FB, 83 and 1D. RGB value is (251,131,29). Sum of RGB (Red+Green+Blue) = 251+131+29=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB831D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB831D is #047CE2. Grayscale: #9B9B9B. Windows color (decimal): -294115 or 1934331. OLE color: 1934331.
HSL color Cylindrical-coordinate representation of color #FB831D: hue angle of 27.57º 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 #FB831D is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 29 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.02 |
| HSL | 27.57º | 0.97% | 0.55% | - |
| HSV(B) | 27.57º | 0.88% | 0.98% | - |
| XYZ | 48.12 | 36.83 | 5.74 | - |
| YUV | 155.25 | 56.76 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 29 | 0 | 0.48 | 0.88 | 0.02 | 27.57 | 0.97 | 0.55 |
| Hex | FB | 83 | 1D | 0 | 30 | 58 | 2 | 1C | 61 | 37 |
| Octal | 373 | 203 | 35 | 0 | 60 | 130 | 2 | 34 | 141 | 67 |
| Binary | 11111011 | 10000011 | 11101 | 0 | 110000 | 1011000 | 10 | 11100 | 1100001 | 110111 |
Color Harmonies of #FB831D
Complementary color
Monochromatic Colors of #FB831D
Black with #FB831D
Text Example
Text Example
White with #FB831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB831D; }
p { color: rgb(251,131,29); }
H1.HeaderClassName
{
color: #FB831D;
}
.AnyTagClassName
{
color: #FB831D;
}
</style>
background-color css
<style>
a { background-color: #FB831D; }
a { background-color: rgb(251,131,29); }
div.DivClassName
{
background-color: #FB831D;
}
.BgClassName
{
background-color: #FB831D;
}
</style>
border-color css
<style>
span { border-color: #FB831D; }
span { border-color: rgb(251,131,29); }
td.TdClassName
{
border-color: #FB831D;
}
.TagClassName
{
border-color: #FB831D;
}
</style>