Shades of Pumpkin #FF8019
Tints of Pumpkin #FF8019
RGB
CMYK
RGB Variations
Color information
#FF8019 (or 0xFF8019) is known color: Pumpkin. HEX triplet: FF, 80 and 19. RGB value is (255,128,25). Sum of RGB (Red+Green+Blue) = 255+128+25=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8019 is #007FE6. Grayscale: #9A9A9A. Windows color (decimal): -32743 or 1671423. OLE color: 1671423.
HSL color Cylindrical-coordinate representation of color #FF8019: hue angle of 26.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF8019 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 25 | - |
| CMYK | 0 | 0.50 | 0.90 | 0 |
| HSL | 26.87º | 1% | 0.55% | - |
| HSV(B) | 26.87º | 0.9% | 1% | - |
| XYZ | 49.13 | 36.77 | 5.43 | - |
| YUV | 154.23 | 55.08 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 25 | 0 | 0.50 | 0.90 | 0 | 26.87 | 1 | 0.55 |
| Hex | FF | 80 | 19 | 0 | 32 | 5A | 0 | 1B | 64 | 37 |
| Octal | 377 | 200 | 31 | 0 | 62 | 132 | 0 | 33 | 144 | 67 |
| Binary | 11111111 | 10000000 | 11001 | 0 | 110010 | 1011010 | 0 | 11011 | 1100100 | 110111 |
Color Harmonies of #FF8019
Complementary color
Monochromatic Colors of #FF8019
Black with #FF8019
Text Example
Text Example
White with #FF8019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8019; }
p { color: rgb(255,128,25); }
H1.HeaderClassName
{
color: #FF8019;
}
.AnyTagClassName
{
color: #FF8019;
}
</style>
background-color css
<style>
a { background-color: #FF8019; }
a { background-color: rgb(255,128,25); }
div.DivClassName
{
background-color: #FF8019;
}
.BgClassName
{
background-color: #FF8019;
}
</style>
border-color css
<style>
span { border-color: #FF8019; }
span { border-color: rgb(255,128,25); }
td.TdClassName
{
border-color: #FF8019;
}
.TagClassName
{
border-color: #FF8019;
}
</style>