Shades of Pumpkin #FF8012
Tints of Pumpkin #FF8012
RGB
CMYK
RGB Variations
Color information
#FF8012 (or 0xFF8012) is known color: Pumpkin. HEX triplet: FF, 80 and 12. RGB value is (255,128,18). Sum of RGB (Red+Green+Blue) = 255+128+18=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8012 is #007FED. Grayscale: #999999. Windows color (decimal): -32750 or 1212671. OLE color: 1212671.
HSL color Cylindrical-coordinate representation of color #FF8012: hue angle of 27.85º 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 #FF8012 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 18 | - |
| CMYK | 0 | 0.50 | 0.93 | 0 |
| HSL | 27.85º | 1% | 0.54% | - |
| HSV(B) | 27.85º | 0.93% | 1% | - |
| XYZ | 49.07 | 36.74 | 5.08 | - |
| YUV | 153.43 | 51.58 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 18 | 0 | 0.50 | 0.93 | 0 | 27.85 | 1 | 0.54 |
| Hex | FF | 80 | 12 | 0 | 32 | 5D | 0 | 1C | 64 | 36 |
| Octal | 377 | 200 | 22 | 0 | 62 | 135 | 0 | 34 | 144 | 66 |
| Binary | 11111111 | 10000000 | 10010 | 0 | 110010 | 1011101 | 0 | 11100 | 1100100 | 110110 |
Color Harmonies of #FF8012
Complementary color
Monochromatic Colors of #FF8012
Black with #FF8012
Text Example
Text Example
White with #FF8012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8012; }
p { color: rgb(255,128,18); }
H1.HeaderClassName
{
color: #FF8012;
}
.AnyTagClassName
{
color: #FF8012;
}
</style>
background-color css
<style>
a { background-color: #FF8012; }
a { background-color: rgb(255,128,18); }
div.DivClassName
{
background-color: #FF8012;
}
.BgClassName
{
background-color: #FF8012;
}
</style>
border-color css
<style>
span { border-color: #FF8012; }
span { border-color: rgb(255,128,18); }
td.TdClassName
{
border-color: #FF8012;
}
.TagClassName
{
border-color: #FF8012;
}
</style>