Shades of Pumpkin #FA8019
Tints of Pumpkin #FA8019
RGB
CMYK
RGB Variations
Color information
#FA8019 (or 0xFA8019) is known color: Pumpkin. HEX triplet: FA, 80 and 19. RGB value is (250,128,25). Sum of RGB (Red+Green+Blue) = 250+128+25=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8019 is #057FE6. Grayscale: #999999. Windows color (decimal): -360423 or 1671418. OLE color: 1671418.
HSL color Cylindrical-coordinate representation of color #FA8019: hue angle of 27.47º 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 #FA8019 is Cyan = 0, Magento = 0.49, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 25 | - |
| CMYK | 0 | 0.49 | 0.9 | 0.02 |
| HSL | 27.47º | 0.96% | 0.54% | - |
| HSV(B) | 27.47º | 0.9% | 0.98% | - |
| XYZ | 47.32 | 35.83 | 5.34 | - |
| YUV | 152.74 | 55.92 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 25 | 0 | 0.49 | 0.9 | 0.02 | 27.47 | 0.96 | 0.54 |
| Hex | FA | 80 | 19 | 0 | 31 | 5A | 2 | 1B | 60 | 36 |
| Octal | 372 | 200 | 31 | 0 | 61 | 132 | 2 | 33 | 140 | 66 |
| Binary | 11111010 | 10000000 | 11001 | 0 | 110001 | 1011010 | 10 | 11011 | 1100000 | 110110 |
Color Harmonies of #FA8019
Complementary color
Monochromatic Colors of #FA8019
Black with #FA8019
Text Example
Text Example
White with #FA8019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8019; }
p { color: rgb(250,128,25); }
H1.HeaderClassName
{
color: #FA8019;
}
.AnyTagClassName
{
color: #FA8019;
}
</style>
background-color css
<style>
a { background-color: #FA8019; }
a { background-color: rgb(250,128,25); }
div.DivClassName
{
background-color: #FA8019;
}
.BgClassName
{
background-color: #FA8019;
}
</style>
border-color css
<style>
span { border-color: #FA8019; }
span { border-color: rgb(250,128,25); }
td.TdClassName
{
border-color: #FA8019;
}
.TagClassName
{
border-color: #FA8019;
}
</style>