Shades of Pumpkin #FF7510
Tints of Pumpkin #FF7510
RGB
CMYK
RGB Variations
Color information
#FF7510 (or 0xFF7510) is known color: Pumpkin. HEX triplet: FF, 75 and 10. RGB value is (255,117,16). Sum of RGB (Red+Green+Blue) = 255+117+16=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7510 is #008AEF. Grayscale: #939393. Windows color (decimal): -35568 or 1078783. OLE color: 1078783.
HSL color Cylindrical-coordinate representation of color #FF7510: hue angle of 25.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF7510 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 16 | - |
| CMYK | 0 | 0.54 | 0.94 | 0 |
| HSL | 25.36º | 1% | 0.53% | - |
| HSV(B) | 25.36º | 0.94% | 1% | - |
| XYZ | 47.69 | 34.02 | 4.54 | - |
| YUV | 146.75 | 54.22 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 16 | 0 | 0.54 | 0.94 | 0 | 25.36 | 1 | 0.53 |
| Hex | FF | 75 | 10 | 0 | 36 | 5E | 0 | 19 | 64 | 35 |
| Octal | 377 | 165 | 20 | 0 | 66 | 136 | 0 | 31 | 144 | 65 |
| Binary | 11111111 | 1110101 | 10000 | 0 | 110110 | 1011110 | 0 | 11001 | 1100100 | 110101 |
Color Harmonies of #FF7510
Complementary color
Monochromatic Colors of #FF7510
Black with #FF7510
Text Example
Text Example
White with #FF7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7510; }
p { color: rgb(255,117,16); }
H1.HeaderClassName
{
color: #FF7510;
}
.AnyTagClassName
{
color: #FF7510;
}
</style>
background-color css
<style>
a { background-color: #FF7510; }
a { background-color: rgb(255,117,16); }
div.DivClassName
{
background-color: #FF7510;
}
.BgClassName
{
background-color: #FF7510;
}
</style>
border-color css
<style>
span { border-color: #FF7510; }
span { border-color: rgb(255,117,16); }
td.TdClassName
{
border-color: #FF7510;
}
.TagClassName
{
border-color: #FF7510;
}
</style>