Shades of Pumpkin #F07118
Tints of Pumpkin #F07118
RGB
CMYK
RGB Variations
Color information
#F07118 (or 0xF07118) is known color: Pumpkin. HEX triplet: F0, 71 and 18. RGB value is (240,113,24). Sum of RGB (Red+Green+Blue) = 240+113+24=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07118 is #0F8EE7. Grayscale: #8D8D8D. Windows color (decimal): -1019624 or 1602032. OLE color: 1602032.
HSL color Cylindrical-coordinate representation of color #F07118: hue angle of 24.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F07118 is Cyan = 0, Magento = 0.53, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 24 | - |
| CMYK | 0 | 0.53 | 0.9 | 0.06 |
| HSL | 24.72º | 0.88% | 0.52% | - |
| HSV(B) | 24.72º | 0.9% | 0.94% | - |
| XYZ | 42.01 | 30.4 | 4.52 | - |
| YUV | 140.83 | 62.08 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 24 | 0 | 0.53 | 0.9 | 0.06 | 24.72 | 0.88 | 0.52 |
| Hex | F0 | 71 | 18 | 0 | 35 | 5A | 6 | 19 | 58 | 34 |
| Octal | 360 | 161 | 30 | 0 | 65 | 132 | 6 | 31 | 130 | 64 |
| Binary | 11110000 | 1110001 | 11000 | 0 | 110101 | 1011010 | 110 | 11001 | 1011000 | 110100 |
Color Harmonies of #F07118
Complementary color
Monochromatic Colors of #F07118
Black with #F07118
Text Example
Text Example
White with #F07118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07118; }
p { color: rgb(240,113,24); }
H1.HeaderClassName
{
color: #F07118;
}
.AnyTagClassName
{
color: #F07118;
}
</style>
background-color css
<style>
a { background-color: #F07118; }
a { background-color: rgb(240,113,24); }
div.DivClassName
{
background-color: #F07118;
}
.BgClassName
{
background-color: #F07118;
}
</style>
border-color css
<style>
span { border-color: #F07118; }
span { border-color: rgb(240,113,24); }
td.TdClassName
{
border-color: #F07118;
}
.TagClassName
{
border-color: #F07118;
}
</style>