Shades of Pumpkin #FA8310
Tints of Pumpkin #FA8310
RGB
CMYK
RGB Variations
Color information
#FA8310 (or 0xFA8310) is known color: Pumpkin. HEX triplet: FA, 83 and 10. RGB value is (250,131,16). Sum of RGB (Red+Green+Blue) = 250+131+16=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8310 is #057CEF. Grayscale: #9A9A9A. Windows color (decimal): -359664 or 1082362. OLE color: 1082362.
HSL color Cylindrical-coordinate representation of color #FA8310: hue angle of 29.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA8310 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 16 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.02 |
| HSL | 29.49º | 0.96% | 0.52% | - |
| HSV(B) | 29.49º | 0.94% | 0.98% | - |
| XYZ | 47.63 | 36.59 | 5.04 | - |
| YUV | 153.47 | 50.42 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 16 | 0 | 0.48 | 0.94 | 0.02 | 29.49 | 0.96 | 0.52 |
| Hex | FA | 83 | 10 | 0 | 30 | 5E | 2 | 1D | 60 | 34 |
| Octal | 372 | 203 | 20 | 0 | 60 | 136 | 2 | 35 | 140 | 64 |
| Binary | 11111010 | 10000011 | 10000 | 0 | 110000 | 1011110 | 10 | 11101 | 1100000 | 110100 |
Color Harmonies of #FA8310
Complementary color
Monochromatic Colors of #FA8310
Black with #FA8310
Text Example
Text Example
White with #FA8310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8310; }
p { color: rgb(250,131,16); }
H1.HeaderClassName
{
color: #FA8310;
}
.AnyTagClassName
{
color: #FA8310;
}
</style>
background-color css
<style>
a { background-color: #FA8310; }
a { background-color: rgb(250,131,16); }
div.DivClassName
{
background-color: #FA8310;
}
.BgClassName
{
background-color: #FA8310;
}
</style>
border-color css
<style>
span { border-color: #FA8310; }
span { border-color: rgb(250,131,16); }
td.TdClassName
{
border-color: #FA8310;
}
.TagClassName
{
border-color: #FA8310;
}
</style>