Shades of Pumpkin #FA8311
Tints of Pumpkin #FA8311
RGB
CMYK
RGB Variations
Color information
#FA8311 (or 0xFA8311) is known color: Pumpkin. HEX triplet: FA, 83 and 11. RGB value is (250,131,17). Sum of RGB (Red+Green+Blue) = 250+131+17=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8311 is #057CEE. Grayscale: #9A9A9A. Windows color (decimal): -359663 or 1147898. OLE color: 1147898.
HSL color Cylindrical-coordinate representation of color #FA8311: hue angle of 29.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA8311 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 17 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.02 |
| HSL | 29.36º | 0.96% | 0.52% | - |
| HSV(B) | 29.36º | 0.93% | 0.98% | - |
| XYZ | 47.64 | 36.6 | 5.08 | - |
| YUV | 153.59 | 50.92 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 17 | 0 | 0.48 | 0.93 | 0.02 | 29.36 | 0.96 | 0.52 |
| Hex | FA | 83 | 11 | 0 | 30 | 5D | 2 | 1D | 60 | 34 |
| Octal | 372 | 203 | 21 | 0 | 60 | 135 | 2 | 35 | 140 | 64 |
| Binary | 11111010 | 10000011 | 10001 | 0 | 110000 | 1011101 | 10 | 11101 | 1100000 | 110100 |
Color Harmonies of #FA8311
Complementary color
Monochromatic Colors of #FA8311
Black with #FA8311
Text Example
Text Example
White with #FA8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8311; }
p { color: rgb(250,131,17); }
H1.HeaderClassName
{
color: #FA8311;
}
.AnyTagClassName
{
color: #FA8311;
}
</style>
background-color css
<style>
a { background-color: #FA8311; }
a { background-color: rgb(250,131,17); }
div.DivClassName
{
background-color: #FA8311;
}
.BgClassName
{
background-color: #FA8311;
}
</style>
border-color css
<style>
span { border-color: #FA8311; }
span { border-color: rgb(250,131,17); }
td.TdClassName
{
border-color: #FA8311;
}
.TagClassName
{
border-color: #FA8311;
}
</style>