Shades of Pumpkin #FF8213
Tints of Pumpkin #FF8213
RGB
CMYK
RGB Variations
Color information
#FF8213 (or 0xFF8213) is known color: Pumpkin. HEX triplet: FF, 82 and 13. RGB value is (255,130,19). Sum of RGB (Red+Green+Blue) = 255+130+19=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8213 is #007DEC. Grayscale: #9B9B9B. Windows color (decimal): -32237 or 1278719. OLE color: 1278719.
HSL color Cylindrical-coordinate representation of color #FF8213: hue angle of 28.22º 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 #FF8213 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 19 | - |
| CMYK | 0 | 0.49 | 0.93 | 0 |
| HSL | 28.22º | 1% | 0.54% | - |
| HSV(B) | 28.22º | 0.93% | 1% | - |
| XYZ | 49.34 | 37.27 | 5.21 | - |
| YUV | 154.72 | 51.41 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 19 | 0 | 0.49 | 0.93 | 0 | 28.22 | 1 | 0.54 |
| Hex | FF | 82 | 13 | 0 | 31 | 5D | 0 | 1C | 64 | 36 |
| Octal | 377 | 202 | 23 | 0 | 61 | 135 | 0 | 34 | 144 | 66 |
| Binary | 11111111 | 10000010 | 10011 | 0 | 110001 | 1011101 | 0 | 11100 | 1100100 | 110110 |
Color Harmonies of #FF8213
Complementary color
Monochromatic Colors of #FF8213
Black with #FF8213
Text Example
Text Example
White with #FF8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8213; }
p { color: rgb(255,130,19); }
H1.HeaderClassName
{
color: #FF8213;
}
.AnyTagClassName
{
color: #FF8213;
}
</style>
background-color css
<style>
a { background-color: #FF8213; }
a { background-color: rgb(255,130,19); }
div.DivClassName
{
background-color: #FF8213;
}
.BgClassName
{
background-color: #FF8213;
}
</style>
border-color css
<style>
span { border-color: #FF8213; }
span { border-color: rgb(255,130,19); }
td.TdClassName
{
border-color: #FF8213;
}
.TagClassName
{
border-color: #FF8213;
}
</style>