Shades of Pumpkin #FA7322
Tints of Pumpkin #FA7322
RGB
CMYK
RGB Variations
Color information
#FA7322 (or 0xFA7322) is known color: Pumpkin. HEX triplet: FA, 73 and 22. RGB value is (250,115,34). Sum of RGB (Red+Green+Blue) = 250+115+34=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7322 is #058CDD. Grayscale: #929292. Windows color (decimal): -363742 or 2257914. OLE color: 2257914.
HSL color Cylindrical-coordinate representation of color #FA7322: hue angle of 22.5º 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 #FA7322 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 34 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.02 |
| HSL | 22.5º | 0.96% | 0.56% | - |
| HSV(B) | 22.5º | 0.86% | 0.98% | - |
| XYZ | 45.84 | 32.7 | 5.41 | - |
| YUV | 146.13 | 64.73 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 34 | 0 | 0.54 | 0.86 | 0.02 | 22.5 | 0.96 | 0.56 |
| Hex | FA | 73 | 22 | 0 | 36 | 56 | 2 | 16 | 60 | 38 |
| Octal | 372 | 163 | 42 | 0 | 66 | 126 | 2 | 26 | 140 | 70 |
| Binary | 11111010 | 1110011 | 100010 | 0 | 110110 | 1010110 | 10 | 10110 | 1100000 | 111000 |
Color Harmonies of #FA7322
Complementary color
Monochromatic Colors of #FA7322
Black with #FA7322
Text Example
Text Example
White with #FA7322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7322; }
p { color: rgb(250,115,34); }
H1.HeaderClassName
{
color: #FA7322;
}
.AnyTagClassName
{
color: #FA7322;
}
</style>
background-color css
<style>
a { background-color: #FA7322; }
a { background-color: rgb(250,115,34); }
div.DivClassName
{
background-color: #FA7322;
}
.BgClassName
{
background-color: #FA7322;
}
</style>
border-color css
<style>
span { border-color: #FA7322; }
span { border-color: rgb(250,115,34); }
td.TdClassName
{
border-color: #FA7322;
}
.TagClassName
{
border-color: #FA7322;
}
</style>