Shades of Pumpkin #FF8313
Tints of Pumpkin #FF8313
RGB
CMYK
RGB Variations
Color information
#FF8313 (or 0xFF8313) is known color: Pumpkin. HEX triplet: FF, 83 and 13. RGB value is (255,131,19). Sum of RGB (Red+Green+Blue) = 255+131+19=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8313 is #007CEC. Grayscale: #9B9B9B. Windows color (decimal): -31981 or 1278975. OLE color: 1278975.
HSL color Cylindrical-coordinate representation of color #FF8313: hue angle of 28.47º 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 #FF8313 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 19 | - |
| CMYK | 0 | 0.49 | 0.93 | 0 |
| HSL | 28.47º | 1% | 0.54% | - |
| HSV(B) | 28.47º | 0.93% | 1% | - |
| XYZ | 49.47 | 37.54 | 5.25 | - |
| YUV | 155.31 | 51.08 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 19 | 0 | 0.49 | 0.93 | 0 | 28.47 | 1 | 0.54 |
| Hex | FF | 83 | 13 | 0 | 31 | 5D | 0 | 1C | 64 | 36 |
| Octal | 377 | 203 | 23 | 0 | 61 | 135 | 0 | 34 | 144 | 66 |
| Binary | 11111111 | 10000011 | 10011 | 0 | 110001 | 1011101 | 0 | 11100 | 1100100 | 110110 |
Color Harmonies of #FF8313
Complementary color
Monochromatic Colors of #FF8313
Black with #FF8313
Text Example
Text Example
White with #FF8313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8313; }
p { color: rgb(255,131,19); }
H1.HeaderClassName
{
color: #FF8313;
}
.AnyTagClassName
{
color: #FF8313;
}
</style>
background-color css
<style>
a { background-color: #FF8313; }
a { background-color: rgb(255,131,19); }
div.DivClassName
{
background-color: #FF8313;
}
.BgClassName
{
background-color: #FF8313;
}
</style>
border-color css
<style>
span { border-color: #FF8313; }
span { border-color: rgb(255,131,19); }
td.TdClassName
{
border-color: #FF8313;
}
.TagClassName
{
border-color: #FF8313;
}
</style>