Shades of Pumpkin #FF7218
Tints of Pumpkin #FF7218
RGB
CMYK
RGB Variations
Color information
#FF7218 (or 0xFF7218) is known color: Pumpkin. HEX triplet: FF, 72 and 18. RGB value is (255,114,24). Sum of RGB (Red+Green+Blue) = 255+114+24=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7218 is #008DE7. Grayscale: #929292. Windows color (decimal): -36328 or 1602303. OLE color: 1602303.
HSL color Cylindrical-coordinate representation of color #FF7218: hue angle of 23.38º 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 #FF7218 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 24 | - |
| CMYK | 0 | 0.55 | 0.91 | 0 |
| HSL | 23.38º | 1% | 0.55% | - |
| HSV(B) | 23.38º | 0.91% | 1% | - |
| XYZ | 47.42 | 33.36 | 4.8 | - |
| YUV | 145.9 | 59.21 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 24 | 0 | 0.55 | 0.91 | 0 | 23.38 | 1 | 0.55 |
| Hex | FF | 72 | 18 | 0 | 37 | 5B | 0 | 17 | 64 | 37 |
| Octal | 377 | 162 | 30 | 0 | 67 | 133 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110010 | 11000 | 0 | 110111 | 1011011 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF7218
Complementary color
Monochromatic Colors of #FF7218
Black with #FF7218
Text Example
Text Example
White with #FF7218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7218; }
p { color: rgb(255,114,24); }
H1.HeaderClassName
{
color: #FF7218;
}
.AnyTagClassName
{
color: #FF7218;
}
</style>
background-color css
<style>
a { background-color: #FF7218; }
a { background-color: rgb(255,114,24); }
div.DivClassName
{
background-color: #FF7218;
}
.BgClassName
{
background-color: #FF7218;
}
</style>
border-color css
<style>
span { border-color: #FF7218; }
span { border-color: rgb(255,114,24); }
td.TdClassName
{
border-color: #FF7218;
}
.TagClassName
{
border-color: #FF7218;
}
</style>