Shades of Pumpkin #FB8312
Tints of Pumpkin #FB8312
RGB
CMYK
RGB Variations
Color information
#FB8312 (or 0xFB8312) is known color: Pumpkin. HEX triplet: FB, 83 and 12. RGB value is (251,131,18). Sum of RGB (Red+Green+Blue) = 251+131+18=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8312 is #047CED. Grayscale: #9A9A9A. Windows color (decimal): -294126 or 1213435. OLE color: 1213435.
HSL color Cylindrical-coordinate representation of color #FB8312: hue angle of 29.1º 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 #FB8312 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 18 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.02 |
| HSL | 29.1º | 0.97% | 0.53% | - |
| HSV(B) | 29.1º | 0.93% | 0.98% | - |
| XYZ | 48.01 | 36.79 | 5.14 | - |
| YUV | 154 | 51.26 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 18 | 0 | 0.48 | 0.93 | 0.02 | 29.1 | 0.97 | 0.53 |
| Hex | FB | 83 | 12 | 0 | 30 | 5D | 2 | 1D | 61 | 35 |
| Octal | 373 | 203 | 22 | 0 | 60 | 135 | 2 | 35 | 141 | 65 |
| Binary | 11111011 | 10000011 | 10010 | 0 | 110000 | 1011101 | 10 | 11101 | 1100001 | 110101 |
Color Harmonies of #FB8312
Complementary color
Monochromatic Colors of #FB8312
Black with #FB8312
Text Example
Text Example
White with #FB8312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8312; }
p { color: rgb(251,131,18); }
H1.HeaderClassName
{
color: #FB8312;
}
.AnyTagClassName
{
color: #FB8312;
}
</style>
background-color css
<style>
a { background-color: #FB8312; }
a { background-color: rgb(251,131,18); }
div.DivClassName
{
background-color: #FB8312;
}
.BgClassName
{
background-color: #FB8312;
}
</style>
border-color css
<style>
span { border-color: #FB8312; }
span { border-color: rgb(251,131,18); }
td.TdClassName
{
border-color: #FB8312;
}
.TagClassName
{
border-color: #FB8312;
}
</style>