Shades of Pumpkin #FB8512
Tints of Pumpkin #FB8512
RGB
CMYK
RGB Variations
Color information
#FB8512 (or 0xFB8512) is known color: Pumpkin. HEX triplet: FB, 85 and 12. RGB value is (251,133,18). Sum of RGB (Red+Green+Blue) = 251+133+18=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8512 is #047AED. Grayscale: #9B9B9B. Windows color (decimal): -293614 or 1213947. OLE color: 1213947.
HSL color Cylindrical-coordinate representation of color #FB8512: hue angle of 29.61º 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 #FB8512 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 18 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.02 |
| HSL | 29.61º | 0.97% | 0.53% | - |
| HSV(B) | 29.61º | 0.93% | 0.98% | - |
| XYZ | 48.28 | 37.33 | 5.23 | - |
| YUV | 155.17 | 50.59 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 18 | 0 | 0.47 | 0.93 | 0.02 | 29.61 | 0.97 | 0.53 |
| Hex | FB | 85 | 12 | 0 | 2F | 5D | 2 | 1E | 61 | 35 |
| Octal | 373 | 205 | 22 | 0 | 57 | 135 | 2 | 36 | 141 | 65 |
| Binary | 11111011 | 10000101 | 10010 | 0 | 101111 | 1011101 | 10 | 11110 | 1100001 | 110101 |
Color Harmonies of #FB8512
Complementary color
Monochromatic Colors of #FB8512
Black with #FB8512
Text Example
Text Example
White with #FB8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8512; }
p { color: rgb(251,133,18); }
H1.HeaderClassName
{
color: #FB8512;
}
.AnyTagClassName
{
color: #FB8512;
}
</style>
background-color css
<style>
a { background-color: #FB8512; }
a { background-color: rgb(251,133,18); }
div.DivClassName
{
background-color: #FB8512;
}
.BgClassName
{
background-color: #FB8512;
}
</style>
border-color css
<style>
span { border-color: #FB8512; }
span { border-color: rgb(251,133,18); }
td.TdClassName
{
border-color: #FB8512;
}
.TagClassName
{
border-color: #FB8512;
}
</style>