Shades of Pumpkin #FF8718
Tints of Pumpkin #FF8718
RGB
CMYK
RGB Variations
Color information
#FF8718 (or 0xFF8718) is known color: Pumpkin. HEX triplet: FF, 87 and 18. RGB value is (255,135,24). Sum of RGB (Red+Green+Blue) = 255+135+24=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8718 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8718 is #0078E7. Grayscale: #9E9E9E. Windows color (decimal): -30952 or 1607679. OLE color: 1607679.
HSL color Cylindrical-coordinate representation of color #FF8718: hue angle of 28.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF8718 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 24 | - |
| CMYK | 0 | 0.47 | 0.91 | 0 |
| HSL | 28.83º | 1% | 0.55% | - |
| HSV(B) | 28.83º | 0.91% | 1% | - |
| XYZ | 50.07 | 38.65 | 5.69 | - |
| YUV | 158.23 | 52.26 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 24 | 0 | 0.47 | 0.91 | 0 | 28.83 | 1 | 0.55 |
| Hex | FF | 87 | 18 | 0 | 2F | 5B | 0 | 1D | 64 | 37 |
| Octal | 377 | 207 | 30 | 0 | 57 | 133 | 0 | 35 | 144 | 67 |
| Binary | 11111111 | 10000111 | 11000 | 0 | 101111 | 1011011 | 0 | 11101 | 1100100 | 110111 |
Color Harmonies of #FF8718
Complementary color
Monochromatic Colors of #FF8718
Black with #FF8718
Text Example
Text Example
White with #FF8718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8718; }
p { color: rgb(255,135,24); }
H1.HeaderClassName
{
color: #FF8718;
}
.AnyTagClassName
{
color: #FF8718;
}
</style>
background-color css
<style>
a { background-color: #FF8718; }
a { background-color: rgb(255,135,24); }
div.DivClassName
{
background-color: #FF8718;
}
.BgClassName
{
background-color: #FF8718;
}
</style>
border-color css
<style>
span { border-color: #FF8718; }
span { border-color: rgb(255,135,24); }
td.TdClassName
{
border-color: #FF8718;
}
.TagClassName
{
border-color: #FF8718;
}
</style>