Shades of Pumpkin #FA7B20
Tints of Pumpkin #FA7B20
RGB
CMYK
RGB Variations
Color information
#FA7B20 (or 0xFA7B20) is known color: Pumpkin. HEX triplet: FA, 7B and 20. RGB value is (250,123,32). Sum of RGB (Red+Green+Blue) = 250+123+32=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B20 is #0584DF. Grayscale: #979797. Windows color (decimal): -361696 or 2128890. OLE color: 2128890.
HSL color Cylindrical-coordinate representation of color #FA7B20: hue angle of 25.05º 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 #FA7B20 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 32 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.02 |
| HSL | 25.05º | 0.96% | 0.55% | - |
| HSV(B) | 25.05º | 0.87% | 0.98% | - |
| XYZ | 46.77 | 34.59 | 5.58 | - |
| YUV | 150.6 | 61.08 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 32 | 0 | 0.51 | 0.87 | 0.02 | 25.05 | 0.96 | 0.55 |
| Hex | FA | 7B | 20 | 0 | 33 | 57 | 2 | 19 | 60 | 37 |
| Octal | 372 | 173 | 40 | 0 | 63 | 127 | 2 | 31 | 140 | 67 |
| Binary | 11111010 | 1111011 | 100000 | 0 | 110011 | 1010111 | 10 | 11001 | 1100000 | 110111 |
Color Harmonies of #FA7B20
Complementary color
Monochromatic Colors of #FA7B20
Black with #FA7B20
Text Example
Text Example
White with #FA7B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B20; }
p { color: rgb(250,123,32); }
H1.HeaderClassName
{
color: #FA7B20;
}
.AnyTagClassName
{
color: #FA7B20;
}
</style>
background-color css
<style>
a { background-color: #FA7B20; }
a { background-color: rgb(250,123,32); }
div.DivClassName
{
background-color: #FA7B20;
}
.BgClassName
{
background-color: #FA7B20;
}
</style>
border-color css
<style>
span { border-color: #FA7B20; }
span { border-color: rgb(250,123,32); }
td.TdClassName
{
border-color: #FA7B20;
}
.TagClassName
{
border-color: #FA7B20;
}
</style>