Shades of Pumpkin #FA8218
Tints of Pumpkin #FA8218
RGB
CMYK
RGB Variations
Color information
#FA8218 (or 0xFA8218) is known color: Pumpkin. HEX triplet: FA, 82 and 18. RGB value is (250,130,24). Sum of RGB (Red+Green+Blue) = 250+130+24=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8218 is #057DE7. Grayscale: #9A9A9A. Windows color (decimal): -359912 or 1606394. OLE color: 1606394.
HSL color Cylindrical-coordinate representation of color #FA8218: hue angle of 28.14º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA8218 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 24 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.02 |
| HSL | 28.14º | 0.96% | 0.54% | - |
| HSV(B) | 28.14º | 0.9% | 0.98% | - |
| XYZ | 47.57 | 36.36 | 5.37 | - |
| YUV | 153.8 | 54.76 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 24 | 0 | 0.48 | 0.90 | 0.02 | 28.14 | 0.96 | 0.54 |
| Hex | FA | 82 | 18 | 0 | 30 | 5A | 2 | 1C | 60 | 36 |
| Octal | 372 | 202 | 30 | 0 | 60 | 132 | 2 | 34 | 140 | 66 |
| Binary | 11111010 | 10000010 | 11000 | 0 | 110000 | 1011010 | 10 | 11100 | 1100000 | 110110 |
Color Harmonies of #FA8218
Complementary color
Monochromatic Colors of #FA8218
Black with #FA8218
Text Example
Text Example
White with #FA8218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8218; }
p { color: rgb(250,130,24); }
H1.HeaderClassName
{
color: #FA8218;
}
.AnyTagClassName
{
color: #FA8218;
}
</style>
background-color css
<style>
a { background-color: #FA8218; }
a { background-color: rgb(250,130,24); }
div.DivClassName
{
background-color: #FA8218;
}
.BgClassName
{
background-color: #FA8218;
}
</style>
border-color css
<style>
span { border-color: #FA8218; }
span { border-color: rgb(250,130,24); }
td.TdClassName
{
border-color: #FA8218;
}
.TagClassName
{
border-color: #FA8218;
}
</style>