Shades of Pumpkin #FF8011
Tints of Pumpkin #FF8011
RGB
CMYK
RGB Variations
Color information
#FF8011 (or 0xFF8011) is known color: Pumpkin. HEX triplet: FF, 80 and 11. RGB value is (255,128,17). Sum of RGB (Red+Green+Blue) = 255+128+17=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8011 is #007FEE. Grayscale: #999999. Windows color (decimal): -32751 or 1147135. OLE color: 1147135.
HSL color Cylindrical-coordinate representation of color #FF8011: hue angle of 27.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8011 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 17 | - |
| CMYK | 0 | 0.50 | 0.93 | 0 |
| HSL | 27.98º | 1% | 0.53% | - |
| HSV(B) | 27.98º | 0.93% | 1% | - |
| XYZ | 49.06 | 36.74 | 5.04 | - |
| YUV | 153.32 | 51.08 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 17 | 0 | 0.50 | 0.93 | 0 | 27.98 | 1 | 0.53 |
| Hex | FF | 80 | 11 | 0 | 32 | 5D | 0 | 1C | 64 | 35 |
| Octal | 377 | 200 | 21 | 0 | 62 | 135 | 0 | 34 | 144 | 65 |
| Binary | 11111111 | 10000000 | 10001 | 0 | 110010 | 1011101 | 0 | 11100 | 1100100 | 110101 |
Color Harmonies of #FF8011
Complementary color
Monochromatic Colors of #FF8011
Black with #FF8011
Text Example
Text Example
White with #FF8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8011; }
p { color: rgb(255,128,17); }
H1.HeaderClassName
{
color: #FF8011;
}
.AnyTagClassName
{
color: #FF8011;
}
</style>
background-color css
<style>
a { background-color: #FF8011; }
a { background-color: rgb(255,128,17); }
div.DivClassName
{
background-color: #FF8011;
}
.BgClassName
{
background-color: #FF8011;
}
</style>
border-color css
<style>
span { border-color: #FF8011; }
span { border-color: rgb(255,128,17); }
td.TdClassName
{
border-color: #FF8011;
}
.TagClassName
{
border-color: #FF8011;
}
</style>