Shades of Pumpkin #FA7A20
Tints of Pumpkin #FA7A20
RGB
CMYK
RGB Variations
Color information
#FA7A20 (or 0xFA7A20) is known color: Pumpkin. HEX triplet: FA, 7A and 20. RGB value is (250,122,32). Sum of RGB (Red+Green+Blue) = 250+122+32=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7A20 is #0585DF. Grayscale: #969696. Windows color (decimal): -361952 or 2128634. OLE color: 2128634.
HSL color Cylindrical-coordinate representation of color #FA7A20: hue angle of 24.77º 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 #FA7A20 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 32 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.02 |
| HSL | 24.77º | 0.96% | 0.55% | - |
| HSV(B) | 24.77º | 0.87% | 0.98% | - |
| XYZ | 46.64 | 34.35 | 5.54 | - |
| YUV | 150.01 | 61.41 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 32 | 0 | 0.51 | 0.87 | 0.02 | 24.77 | 0.96 | 0.55 |
| Hex | FA | 7A | 20 | 0 | 33 | 57 | 2 | 19 | 60 | 37 |
| Octal | 372 | 172 | 40 | 0 | 63 | 127 | 2 | 31 | 140 | 67 |
| Binary | 11111010 | 1111010 | 100000 | 0 | 110011 | 1010111 | 10 | 11001 | 1100000 | 110111 |
Color Harmonies of #FA7A20
Complementary color
Monochromatic Colors of #FA7A20
Black with #FA7A20
Text Example
Text Example
White with #FA7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A20; }
p { color: rgb(250,122,32); }
H1.HeaderClassName
{
color: #FA7A20;
}
.AnyTagClassName
{
color: #FA7A20;
}
</style>
background-color css
<style>
a { background-color: #FA7A20; }
a { background-color: rgb(250,122,32); }
div.DivClassName
{
background-color: #FA7A20;
}
.BgClassName
{
background-color: #FA7A20;
}
</style>
border-color css
<style>
span { border-color: #FA7A20; }
span { border-color: rgb(250,122,32); }
td.TdClassName
{
border-color: #FA7A20;
}
.TagClassName
{
border-color: #FA7A20;
}
</style>