Shades of Pumpkin #FF7508
Tints of Pumpkin #FF7508
RGB
CMYK
RGB Variations
Color information
#FF7508 (or 0xFF7508) is known color: Pumpkin. HEX triplet: FF, 75 and 08. RGB value is (255,117,8). Sum of RGB (Red+Green+Blue) = 255+117+8=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7508 is #008AF7. Grayscale: #929292. Windows color (decimal): -35576 or 554495. OLE color: 554495.
HSL color Cylindrical-coordinate representation of color #FF7508: hue angle of 26.48º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF7508 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 8 | - |
| CMYK | 0 | 0.54 | 0.97 | 0 |
| HSL | 26.48º | 1% | 0.52% | - |
| HSV(B) | 26.48º | 0.97% | 1% | - |
| XYZ | 47.65 | 34 | 4.28 | - |
| YUV | 145.84 | 50.22 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 8 | 0 | 0.54 | 0.97 | 0 | 26.48 | 1 | 0.52 |
| Hex | FF | 75 | 8 | 0 | 36 | 61 | 0 | 1A | 64 | 34 |
| Octal | 377 | 165 | 10 | 0 | 66 | 141 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110101 | 1000 | 0 | 110110 | 1100001 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF7508
Complementary color
Monochromatic Colors of #FF7508
Black with #FF7508
Text Example
Text Example
White with #FF7508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7508; }
p { color: rgb(255,117,8); }
H1.HeaderClassName
{
color: #FF7508;
}
.AnyTagClassName
{
color: #FF7508;
}
</style>
background-color css
<style>
a { background-color: #FF7508; }
a { background-color: rgb(255,117,8); }
div.DivClassName
{
background-color: #FF7508;
}
.BgClassName
{
background-color: #FF7508;
}
</style>
border-color css
<style>
span { border-color: #FF7508; }
span { border-color: rgb(255,117,8); }
td.TdClassName
{
border-color: #FF7508;
}
.TagClassName
{
border-color: #FF7508;
}
</style>