Shades of Pumpkin #FF7513
Tints of Pumpkin #FF7513
RGB
CMYK
RGB Variations
Color information
#FF7513 (or 0xFF7513) is known color: Pumpkin. HEX triplet: FF, 75 and 13. RGB value is (255,117,19). Sum of RGB (Red+Green+Blue) = 255+117+19=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7513 is #008AEC. Grayscale: #939393. Windows color (decimal): -35565 or 1275391. OLE color: 1275391.
HSL color Cylindrical-coordinate representation of color #FF7513: hue angle of 24.92º 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 #FF7513 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 19 | - |
| CMYK | 0 | 0.54 | 0.93 | 0 |
| HSL | 24.92º | 1% | 0.54% | - |
| HSV(B) | 24.92º | 0.93% | 1% | - |
| XYZ | 47.72 | 34.03 | 4.67 | - |
| YUV | 147.09 | 55.72 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 19 | 0 | 0.54 | 0.93 | 0 | 24.92 | 1 | 0.54 |
| Hex | FF | 75 | 13 | 0 | 36 | 5D | 0 | 19 | 64 | 36 |
| Octal | 377 | 165 | 23 | 0 | 66 | 135 | 0 | 31 | 144 | 66 |
| Binary | 11111111 | 1110101 | 10011 | 0 | 110110 | 1011101 | 0 | 11001 | 1100100 | 110110 |
Color Harmonies of #FF7513
Complementary color
Monochromatic Colors of #FF7513
Black with #FF7513
Text Example
Text Example
White with #FF7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7513; }
p { color: rgb(255,117,19); }
H1.HeaderClassName
{
color: #FF7513;
}
.AnyTagClassName
{
color: #FF7513;
}
</style>
background-color css
<style>
a { background-color: #FF7513; }
a { background-color: rgb(255,117,19); }
div.DivClassName
{
background-color: #FF7513;
}
.BgClassName
{
background-color: #FF7513;
}
</style>
border-color css
<style>
span { border-color: #FF7513; }
span { border-color: rgb(255,117,19); }
td.TdClassName
{
border-color: #FF7513;
}
.TagClassName
{
border-color: #FF7513;
}
</style>