Shades of Pumpkin #FB8111
Tints of Pumpkin #FB8111
RGB
CMYK
RGB Variations
Color information
#FB8111 (or 0xFB8111) is known color: Pumpkin. HEX triplet: FB, 81 and 11. RGB value is (251,129,17). Sum of RGB (Red+Green+Blue) = 251+129+17=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8111 is #047EEE. Grayscale: #999999. Windows color (decimal): -294639 or 1147387. OLE color: 1147387.
HSL color Cylindrical-coordinate representation of color #FB8111: hue angle of 28.72º 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 #FB8111 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 17 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.02 |
| HSL | 28.72º | 0.97% | 0.53% | - |
| HSV(B) | 28.72º | 0.93% | 0.98% | - |
| XYZ | 47.74 | 36.25 | 5.01 | - |
| YUV | 152.71 | 51.42 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 17 | 0 | 0.49 | 0.93 | 0.02 | 28.72 | 0.97 | 0.53 |
| Hex | FB | 81 | 11 | 0 | 31 | 5D | 2 | 1D | 61 | 35 |
| Octal | 373 | 201 | 21 | 0 | 61 | 135 | 2 | 35 | 141 | 65 |
| Binary | 11111011 | 10000001 | 10001 | 0 | 110001 | 1011101 | 10 | 11101 | 1100001 | 110101 |
Color Harmonies of #FB8111
Complementary color
Monochromatic Colors of #FB8111
Black with #FB8111
Text Example
Text Example
White with #FB8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8111; }
p { color: rgb(251,129,17); }
H1.HeaderClassName
{
color: #FB8111;
}
.AnyTagClassName
{
color: #FB8111;
}
</style>
background-color css
<style>
a { background-color: #FB8111; }
a { background-color: rgb(251,129,17); }
div.DivClassName
{
background-color: #FB8111;
}
.BgClassName
{
background-color: #FB8111;
}
</style>
border-color css
<style>
span { border-color: #FB8111; }
span { border-color: rgb(251,129,17); }
td.TdClassName
{
border-color: #FB8111;
}
.TagClassName
{
border-color: #FB8111;
}
</style>