Shades of Pumpkin #FF8013
Tints of Pumpkin #FF8013
RGB
CMYK
RGB Variations
Color information
#FF8013 (or 0xFF8013) is known color: Pumpkin. HEX triplet: FF, 80 and 13. RGB value is (255,128,19). Sum of RGB (Red+Green+Blue) = 255+128+19=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8013 is #007FEC. Grayscale: #9A9A9A. Windows color (decimal): -32749 or 1278207. OLE color: 1278207.
HSL color Cylindrical-coordinate representation of color #FF8013: hue angle of 27.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8013 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 19 | - |
| CMYK | 0 | 0.50 | 0.93 | 0 |
| HSL | 27.71º | 1% | 0.54% | - |
| HSV(B) | 27.71º | 0.93% | 1% | - |
| XYZ | 49.08 | 36.75 | 5.12 | - |
| YUV | 153.55 | 52.08 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 19 | 0 | 0.50 | 0.93 | 0 | 27.71 | 1 | 0.54 |
| Hex | FF | 80 | 13 | 0 | 32 | 5D | 0 | 1C | 64 | 36 |
| Octal | 377 | 200 | 23 | 0 | 62 | 135 | 0 | 34 | 144 | 66 |
| Binary | 11111111 | 10000000 | 10011 | 0 | 110010 | 1011101 | 0 | 11100 | 1100100 | 110110 |
Color Harmonies of #FF8013
Complementary color
Monochromatic Colors of #FF8013
Black with #FF8013
Text Example
Text Example
White with #FF8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8013; }
p { color: rgb(255,128,19); }
H1.HeaderClassName
{
color: #FF8013;
}
.AnyTagClassName
{
color: #FF8013;
}
</style>
background-color css
<style>
a { background-color: #FF8013; }
a { background-color: rgb(255,128,19); }
div.DivClassName
{
background-color: #FF8013;
}
.BgClassName
{
background-color: #FF8013;
}
</style>
border-color css
<style>
span { border-color: #FF8013; }
span { border-color: rgb(255,128,19); }
td.TdClassName
{
border-color: #FF8013;
}
.TagClassName
{
border-color: #FF8013;
}
</style>