Shades of Pumpkin #FA8422
Tints of Pumpkin #FA8422
RGB
CMYK
RGB Variations
Color information
#FA8422 (or 0xFA8422) is known color: Pumpkin. HEX triplet: FA, 84 and 22. RGB value is (250,132,34). Sum of RGB (Red+Green+Blue) = 250+132+34=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8422 is #057BDD. Grayscale: #9C9C9C. Windows color (decimal): -359390 or 2262266. OLE color: 2262266.
HSL color Cylindrical-coordinate representation of color #FA8422: hue angle of 27.22º 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 #FA8422 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 34 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.02 |
| HSL | 27.22º | 0.96% | 0.56% | - |
| HSV(B) | 27.22º | 0.86% | 0.98% | - |
| XYZ | 47.96 | 36.94 | 6.12 | - |
| YUV | 156.11 | 59.09 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 34 | 0 | 0.47 | 0.86 | 0.02 | 27.22 | 0.96 | 0.56 |
| Hex | FA | 84 | 22 | 0 | 2F | 56 | 2 | 1B | 60 | 38 |
| Octal | 372 | 204 | 42 | 0 | 57 | 126 | 2 | 33 | 140 | 70 |
| Binary | 11111010 | 10000100 | 100010 | 0 | 101111 | 1010110 | 10 | 11011 | 1100000 | 111000 |
Color Harmonies of #FA8422
Complementary color
Monochromatic Colors of #FA8422
Black with #FA8422
Text Example
Text Example
White with #FA8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8422; }
p { color: rgb(250,132,34); }
H1.HeaderClassName
{
color: #FA8422;
}
.AnyTagClassName
{
color: #FA8422;
}
</style>
background-color css
<style>
a { background-color: #FA8422; }
a { background-color: rgb(250,132,34); }
div.DivClassName
{
background-color: #FA8422;
}
.BgClassName
{
background-color: #FA8422;
}
</style>
border-color css
<style>
span { border-color: #FA8422; }
span { border-color: rgb(250,132,34); }
td.TdClassName
{
border-color: #FA8422;
}
.TagClassName
{
border-color: #FA8422;
}
</style>