Shades of Pumpkin #FB8311
Tints of Pumpkin #FB8311
RGB
CMYK
RGB Variations
Color information
#FB8311 (or 0xFB8311) is known color: Pumpkin. HEX triplet: FB, 83 and 11. RGB value is (251,131,17). Sum of RGB (Red+Green+Blue) = 251+131+17=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8311 is #047CEE. Grayscale: #9A9A9A. Windows color (decimal): -294127 or 1147899. OLE color: 1147899.
HSL color Cylindrical-coordinate representation of color #FB8311: hue angle of 29.23º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB8311 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 17 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.02 |
| HSL | 29.23º | 0.97% | 0.53% | - |
| HSV(B) | 29.23º | 0.93% | 0.98% | - |
| XYZ | 48 | 36.78 | 5.1 | - |
| YUV | 153.88 | 50.76 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 17 | 0 | 0.48 | 0.93 | 0.02 | 29.23 | 0.97 | 0.53 |
| Hex | FB | 83 | 11 | 0 | 30 | 5D | 2 | 1D | 61 | 35 |
| Octal | 373 | 203 | 21 | 0 | 60 | 135 | 2 | 35 | 141 | 65 |
| Binary | 11111011 | 10000011 | 10001 | 0 | 110000 | 1011101 | 10 | 11101 | 1100001 | 110101 |
Color Harmonies of #FB8311
Complementary color
Monochromatic Colors of #FB8311
Black with #FB8311
Text Example
Text Example
White with #FB8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8311; }
p { color: rgb(251,131,17); }
H1.HeaderClassName
{
color: #FB8311;
}
.AnyTagClassName
{
color: #FB8311;
}
</style>
background-color css
<style>
a { background-color: #FB8311; }
a { background-color: rgb(251,131,17); }
div.DivClassName
{
background-color: #FB8311;
}
.BgClassName
{
background-color: #FB8311;
}
</style>
border-color css
<style>
span { border-color: #FB8311; }
span { border-color: rgb(251,131,17); }
td.TdClassName
{
border-color: #FB8311;
}
.TagClassName
{
border-color: #FB8311;
}
</style>