Shades of Pumpkin #FB8122
Tints of Pumpkin #FB8122
RGB
CMYK
RGB Variations
Color information
#FB8122 (or 0xFB8122) is known color: Pumpkin. HEX triplet: FB, 81 and 22. RGB value is (251,129,34). Sum of RGB (Red+Green+Blue) = 251+129+34=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8122 is #047EDD. Grayscale: #9B9B9B. Windows color (decimal): -294622 or 2261499. OLE color: 2261499.
HSL color Cylindrical-coordinate representation of color #FB8122: hue angle of 26.27º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB8122 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 34 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.02 |
| HSL | 26.27º | 0.96% | 0.56% | - |
| HSV(B) | 26.27º | 0.86% | 0.98% | - |
| XYZ | 47.92 | 36.33 | 6 | - |
| YUV | 154.65 | 59.92 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 34 | 0 | 0.49 | 0.86 | 0.02 | 26.27 | 0.96 | 0.56 |
| Hex | FB | 81 | 22 | 0 | 31 | 56 | 2 | 1A | 60 | 38 |
| Octal | 373 | 201 | 42 | 0 | 61 | 126 | 2 | 32 | 140 | 70 |
| Binary | 11111011 | 10000001 | 100010 | 0 | 110001 | 1010110 | 10 | 11010 | 1100000 | 111000 |
Color Harmonies of #FB8122
Complementary color
Monochromatic Colors of #FB8122
Black with #FB8122
Text Example
Text Example
White with #FB8122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8122; }
p { color: rgb(251,129,34); }
H1.HeaderClassName
{
color: #FB8122;
}
.AnyTagClassName
{
color: #FB8122;
}
</style>
background-color css
<style>
a { background-color: #FB8122; }
a { background-color: rgb(251,129,34); }
div.DivClassName
{
background-color: #FB8122;
}
.BgClassName
{
background-color: #FB8122;
}
</style>
border-color css
<style>
span { border-color: #FB8122; }
span { border-color: rgb(251,129,34); }
td.TdClassName
{
border-color: #FB8122;
}
.TagClassName
{
border-color: #FB8122;
}
</style>