Shades of Pumpkin #FA8217
Tints of Pumpkin #FA8217
RGB
CMYK
RGB Variations
Color information
#FA8217 (or 0xFA8217) is known color: Pumpkin. HEX triplet: FA, 82 and 17. RGB value is (250,130,23). Sum of RGB (Red+Green+Blue) = 250+130+23=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8217 is #057DE8. Grayscale: #9A9A9A. Windows color (decimal): -359913 or 1540858. OLE color: 1540858.
HSL color Cylindrical-coordinate representation of color #FA8217: hue angle of 28.28º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA8217 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 23 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.02 |
| HSL | 28.28º | 0.96% | 0.54% | - |
| HSV(B) | 28.28º | 0.91% | 0.98% | - |
| XYZ | 47.56 | 36.35 | 5.32 | - |
| YUV | 153.68 | 54.26 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 23 | 0 | 0.48 | 0.91 | 0.02 | 28.28 | 0.96 | 0.54 |
| Hex | FA | 82 | 17 | 0 | 30 | 5B | 2 | 1C | 60 | 36 |
| Octal | 372 | 202 | 27 | 0 | 60 | 133 | 2 | 34 | 140 | 66 |
| Binary | 11111010 | 10000010 | 10111 | 0 | 110000 | 1011011 | 10 | 11100 | 1100000 | 110110 |
Color Harmonies of #FA8217
Complementary color
Monochromatic Colors of #FA8217
Black with #FA8217
Text Example
Text Example
White with #FA8217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8217; }
p { color: rgb(250,130,23); }
H1.HeaderClassName
{
color: #FA8217;
}
.AnyTagClassName
{
color: #FA8217;
}
</style>
background-color css
<style>
a { background-color: #FA8217; }
a { background-color: rgb(250,130,23); }
div.DivClassName
{
background-color: #FA8217;
}
.BgClassName
{
background-color: #FA8217;
}
</style>
border-color css
<style>
span { border-color: #FA8217; }
span { border-color: rgb(250,130,23); }
td.TdClassName
{
border-color: #FA8217;
}
.TagClassName
{
border-color: #FA8217;
}
</style>