Shades of Pumpkin #FA8227
Tints of Pumpkin #FA8227
RGB
CMYK
RGB Variations
Color information
#FA8227 (or 0xFA8227) is known color: Pumpkin. HEX triplet: FA, 82 and 27. RGB value is (250,130,39). Sum of RGB (Red+Green+Blue) = 250+130+39=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8227 is #057DD8. Grayscale: #9B9B9B. Windows color (decimal): -359897 or 2589434. OLE color: 2589434.
HSL color Cylindrical-coordinate representation of color #FA8227: hue angle of 25.88º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA8227 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 39 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.02 |
| HSL | 25.88º | 0.95% | 0.57% | - |
| HSV(B) | 25.88º | 0.84% | 0.98% | - |
| XYZ | 47.77 | 36.44 | 6.43 | - |
| YUV | 155.51 | 62.26 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 39 | 0 | 0.48 | 0.84 | 0.02 | 25.88 | 0.95 | 0.57 |
| Hex | FA | 82 | 27 | 0 | 30 | 54 | 2 | 1A | 5F | 39 |
| Octal | 372 | 202 | 47 | 0 | 60 | 124 | 2 | 32 | 137 | 71 |
| Binary | 11111010 | 10000010 | 100111 | 0 | 110000 | 1010100 | 10 | 11010 | 1011111 | 111001 |
Color Harmonies of #FA8227
Complementary color
Monochromatic Colors of #FA8227
Black with #FA8227
Text Example
Text Example
White with #FA8227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8227; }
p { color: rgb(250,130,39); }
H1.HeaderClassName
{
color: #FA8227;
}
.AnyTagClassName
{
color: #FA8227;
}
</style>
background-color css
<style>
a { background-color: #FA8227; }
a { background-color: rgb(250,130,39); }
div.DivClassName
{
background-color: #FA8227;
}
.BgClassName
{
background-color: #FA8227;
}
</style>
border-color css
<style>
span { border-color: #FA8227; }
span { border-color: rgb(250,130,39); }
td.TdClassName
{
border-color: #FA8227;
}
.TagClassName
{
border-color: #FA8227;
}
</style>