Shades of Pumpkin #FF7018
Tints of Pumpkin #FF7018
RGB
CMYK
RGB Variations
Color information
#FF7018 (or 0xFF7018) is known color: Pumpkin. HEX triplet: FF, 70 and 18. RGB value is (255,112,24). Sum of RGB (Red+Green+Blue) = 255+112+24=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7018 is #008FE7. Grayscale: #919191. Windows color (decimal): -36840 or 1601791. OLE color: 1601791.
HSL color Cylindrical-coordinate representation of color #FF7018: hue angle of 22.86º 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 #FF7018 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 24 | - |
| CMYK | 0 | 0.56 | 0.91 | 0 |
| HSL | 22.86º | 1% | 0.55% | - |
| HSV(B) | 22.86º | 0.91% | 1% | - |
| XYZ | 47.2 | 32.91 | 4.73 | - |
| YUV | 144.73 | 59.88 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 24 | 0 | 0.56 | 0.91 | 0 | 22.86 | 1 | 0.55 |
| Hex | FF | 70 | 18 | 0 | 38 | 5B | 0 | 17 | 64 | 37 |
| Octal | 377 | 160 | 30 | 0 | 70 | 133 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110000 | 11000 | 0 | 111000 | 1011011 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF7018
Complementary color
Monochromatic Colors of #FF7018
Black with #FF7018
Text Example
Text Example
White with #FF7018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7018; }
p { color: rgb(255,112,24); }
H1.HeaderClassName
{
color: #FF7018;
}
.AnyTagClassName
{
color: #FF7018;
}
</style>
background-color css
<style>
a { background-color: #FF7018; }
a { background-color: rgb(255,112,24); }
div.DivClassName
{
background-color: #FF7018;
}
.BgClassName
{
background-color: #FF7018;
}
</style>
border-color css
<style>
span { border-color: #FF7018; }
span { border-color: rgb(255,112,24); }
td.TdClassName
{
border-color: #FF7018;
}
.TagClassName
{
border-color: #FF7018;
}
</style>