Shades of Pumpkin #FB8224
Tints of Pumpkin #FB8224
RGB
CMYK
RGB Variations
Color information
#FB8224 (or 0xFB8224) is known color: Pumpkin. HEX triplet: FB, 82 and 24. RGB value is (251,130,36). Sum of RGB (Red+Green+Blue) = 251+130+36=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8224 is #047DDB. Grayscale: #9B9B9B. Windows color (decimal): -294364 or 2392827. OLE color: 2392827.
HSL color Cylindrical-coordinate representation of color #FB8224: hue angle of 26.23º 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 #FB8224 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 36 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.02 |
| HSL | 26.23º | 0.96% | 0.56% | - |
| HSV(B) | 26.23º | 0.86% | 0.98% | - |
| XYZ | 48.08 | 36.6 | 6.2 | - |
| YUV | 155.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 36 | 0 | 0.48 | 0.86 | 0.02 | 26.23 | 0.96 | 0.56 |
| Hex | FB | 82 | 24 | 0 | 30 | 56 | 2 | 1A | 60 | 38 |
| Octal | 373 | 202 | 44 | 0 | 60 | 126 | 2 | 32 | 140 | 70 |
| Binary | 11111011 | 10000010 | 100100 | 0 | 110000 | 1010110 | 10 | 11010 | 1100000 | 111000 |
Color Harmonies of #FB8224
Complementary color
Monochromatic Colors of #FB8224
Black with #FB8224
Text Example
Text Example
White with #FB8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8224; }
p { color: rgb(251,130,36); }
H1.HeaderClassName
{
color: #FB8224;
}
.AnyTagClassName
{
color: #FB8224;
}
</style>
background-color css
<style>
a { background-color: #FB8224; }
a { background-color: rgb(251,130,36); }
div.DivClassName
{
background-color: #FB8224;
}
.BgClassName
{
background-color: #FB8224;
}
</style>
border-color css
<style>
span { border-color: #FB8224; }
span { border-color: rgb(251,130,36); }
td.TdClassName
{
border-color: #FB8224;
}
.TagClassName
{
border-color: #FB8224;
}
</style>