Shades of Pumpkin #FA8221
Tints of Pumpkin #FA8221
RGB
CMYK
RGB Variations
Color information
#FA8221 (or 0xFA8221) is known color: Pumpkin. HEX triplet: FA, 82 and 21. RGB value is (250,130,33). Sum of RGB (Red+Green+Blue) = 250+130+33=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8221 is #057DDE. Grayscale: #9B9B9B. Windows color (decimal): -359903 or 2196218. OLE color: 2196218.
HSL color Cylindrical-coordinate representation of color #FA8221: hue angle of 26.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA8221 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 33 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.02 |
| HSL | 26.82º | 0.96% | 0.55% | - |
| HSV(B) | 26.82º | 0.87% | 0.98% | - |
| XYZ | 47.68 | 36.4 | 5.95 | - |
| YUV | 154.82 | 59.26 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 33 | 0 | 0.48 | 0.87 | 0.02 | 26.82 | 0.96 | 0.55 |
| Hex | FA | 82 | 21 | 0 | 30 | 57 | 2 | 1B | 60 | 37 |
| Octal | 372 | 202 | 41 | 0 | 60 | 127 | 2 | 33 | 140 | 67 |
| Binary | 11111010 | 10000010 | 100001 | 0 | 110000 | 1010111 | 10 | 11011 | 1100000 | 110111 |
Color Harmonies of #FA8221
Complementary color
Monochromatic Colors of #FA8221
Black with #FA8221
Text Example
Text Example
White with #FA8221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8221; }
p { color: rgb(250,130,33); }
H1.HeaderClassName
{
color: #FA8221;
}
.AnyTagClassName
{
color: #FA8221;
}
</style>
background-color css
<style>
a { background-color: #FA8221; }
a { background-color: rgb(250,130,33); }
div.DivClassName
{
background-color: #FA8221;
}
.BgClassName
{
background-color: #FA8221;
}
</style>
border-color css
<style>
span { border-color: #FA8221; }
span { border-color: rgb(250,130,33); }
td.TdClassName
{
border-color: #FA8221;
}
.TagClassName
{
border-color: #FA8221;
}
</style>