Shades of Pumpkin #FA8421
Tints of Pumpkin #FA8421
RGB
CMYK
RGB Variations
Color information
#FA8421 (or 0xFA8421) is known color: Pumpkin. HEX triplet: FA, 84 and 21. RGB value is (250,132,33). Sum of RGB (Red+Green+Blue) = 250+132+33=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8421 is #057BDE. Grayscale: #9C9C9C. Windows color (decimal): -359391 or 2196730. OLE color: 2196730.
HSL color Cylindrical-coordinate representation of color #FA8421: hue angle of 27.37º 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 #FA8421 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 33 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.02 |
| HSL | 27.37º | 0.96% | 0.55% | - |
| HSV(B) | 27.37º | 0.87% | 0.98% | - |
| XYZ | 47.95 | 36.94 | 6.04 | - |
| YUV | 156 | 58.59 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 33 | 0 | 0.47 | 0.87 | 0.02 | 27.37 | 0.96 | 0.55 |
| Hex | FA | 84 | 21 | 0 | 2F | 57 | 2 | 1B | 60 | 37 |
| Octal | 372 | 204 | 41 | 0 | 57 | 127 | 2 | 33 | 140 | 67 |
| Binary | 11111010 | 10000100 | 100001 | 0 | 101111 | 1010111 | 10 | 11011 | 1100000 | 110111 |
Color Harmonies of #FA8421
Complementary color
Monochromatic Colors of #FA8421
Black with #FA8421
Text Example
Text Example
White with #FA8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8421; }
p { color: rgb(250,132,33); }
H1.HeaderClassName
{
color: #FA8421;
}
.AnyTagClassName
{
color: #FA8421;
}
</style>
background-color css
<style>
a { background-color: #FA8421; }
a { background-color: rgb(250,132,33); }
div.DivClassName
{
background-color: #FA8421;
}
.BgClassName
{
background-color: #FA8421;
}
</style>
border-color css
<style>
span { border-color: #FA8421; }
span { border-color: rgb(250,132,33); }
td.TdClassName
{
border-color: #FA8421;
}
.TagClassName
{
border-color: #FA8421;
}
</style>