Shades of Pumpkin #FA8315
Tints of Pumpkin #FA8315
RGB
CMYK
RGB Variations
Color information
#FA8315 (or 0xFA8315) is known color: Pumpkin. HEX triplet: FA, 83 and 15. RGB value is (250,131,21). Sum of RGB (Red+Green+Blue) = 250+131+21=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8315 is #057CEA. Grayscale: #9A9A9A. Windows color (decimal): -359659 or 1410042. OLE color: 1410042.
HSL color Cylindrical-coordinate representation of color #FA8315: hue angle of 28.82º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA8315 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 21 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.02 |
| HSL | 28.82º | 0.96% | 0.53% | - |
| HSV(B) | 28.82º | 0.92% | 0.98% | - |
| XYZ | 47.68 | 36.61 | 5.26 | - |
| YUV | 154.04 | 52.92 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 21 | 0 | 0.48 | 0.92 | 0.02 | 28.82 | 0.96 | 0.53 |
| Hex | FA | 83 | 15 | 0 | 30 | 5C | 2 | 1D | 60 | 35 |
| Octal | 372 | 203 | 25 | 0 | 60 | 134 | 2 | 35 | 140 | 65 |
| Binary | 11111010 | 10000011 | 10101 | 0 | 110000 | 1011100 | 10 | 11101 | 1100000 | 110101 |
Color Harmonies of #FA8315
Complementary color
Monochromatic Colors of #FA8315
Black with #FA8315
Text Example
Text Example
White with #FA8315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8315; }
p { color: rgb(250,131,21); }
H1.HeaderClassName
{
color: #FA8315;
}
.AnyTagClassName
{
color: #FA8315;
}
</style>
background-color css
<style>
a { background-color: #FA8315; }
a { background-color: rgb(250,131,21); }
div.DivClassName
{
background-color: #FA8315;
}
.BgClassName
{
background-color: #FA8315;
}
</style>
border-color css
<style>
span { border-color: #FA8315; }
span { border-color: rgb(250,131,21); }
td.TdClassName
{
border-color: #FA8315;
}
.TagClassName
{
border-color: #FA8315;
}
</style>