Shades of Pumpkin #FB8022
Tints of Pumpkin #FB8022
RGB
CMYK
RGB Variations
Color information
#FB8022 (or 0xFB8022) is known color: Pumpkin. HEX triplet: FB, 80 and 22. RGB value is (251,128,34). Sum of RGB (Red+Green+Blue) = 251+128+34=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8022 is #047FDD. Grayscale: #9A9A9A. Windows color (decimal): -294878 or 2261243. OLE color: 2261243.
HSL color Cylindrical-coordinate representation of color #FB8022: hue angle of 25.99º 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 #FB8022 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 34 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.02 |
| HSL | 25.99º | 0.96% | 0.56% | - |
| HSV(B) | 25.99º | 0.86% | 0.98% | - |
| XYZ | 47.79 | 36.06 | 5.96 | - |
| YUV | 154.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 34 | 0 | 0.49 | 0.86 | 0.02 | 25.99 | 0.96 | 0.56 |
| Hex | FB | 80 | 22 | 0 | 31 | 56 | 2 | 1A | 60 | 38 |
| Octal | 373 | 200 | 42 | 0 | 61 | 126 | 2 | 32 | 140 | 70 |
| Binary | 11111011 | 10000000 | 100010 | 0 | 110001 | 1010110 | 10 | 11010 | 1100000 | 111000 |
Color Harmonies of #FB8022
Complementary color
Monochromatic Colors of #FB8022
Black with #FB8022
Text Example
Text Example
White with #FB8022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8022; }
p { color: rgb(251,128,34); }
H1.HeaderClassName
{
color: #FB8022;
}
.AnyTagClassName
{
color: #FB8022;
}
</style>
background-color css
<style>
a { background-color: #FB8022; }
a { background-color: rgb(251,128,34); }
div.DivClassName
{
background-color: #FB8022;
}
.BgClassName
{
background-color: #FB8022;
}
</style>
border-color css
<style>
span { border-color: #FB8022; }
span { border-color: rgb(251,128,34); }
td.TdClassName
{
border-color: #FB8022;
}
.TagClassName
{
border-color: #FB8022;
}
</style>