Shades of Pumpkin #F08018
Tints of Pumpkin #F08018
RGB
CMYK
RGB Variations
Color information
#F08018 (or 0xF08018) is known color: Pumpkin. HEX triplet: F0, 80 and 18. RGB value is (240,128,24). Sum of RGB (Red+Green+Blue) = 240+128+24=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F08018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08018 is #0F7FE7. Grayscale: #969696. Windows color (decimal): -1015784 or 1605872. OLE color: 1605872.
HSL color Cylindrical-coordinate representation of color #F08018: hue angle of 28.89º 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 #F08018 is Cyan = 0, Magento = 0.47, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 24 | - |
| CMYK | 0 | 0.47 | 0.9 | 0.06 |
| HSL | 28.89º | 0.88% | 0.52% | - |
| HSV(B) | 28.89º | 0.9% | 0.94% | - |
| XYZ | 43.82 | 34.03 | 5.12 | - |
| YUV | 149.63 | 57.11 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 24 | 0 | 0.47 | 0.9 | 0.06 | 28.89 | 0.88 | 0.52 |
| Hex | F0 | 80 | 18 | 0 | 2F | 5A | 6 | 1D | 58 | 34 |
| Octal | 360 | 200 | 30 | 0 | 57 | 132 | 6 | 35 | 130 | 64 |
| Binary | 11110000 | 10000000 | 11000 | 0 | 101111 | 1011010 | 110 | 11101 | 1011000 | 110100 |
Color Harmonies of #F08018
Complementary color
Monochromatic Colors of #F08018
Black with #F08018
Text Example
Text Example
White with #F08018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08018; }
p { color: rgb(240,128,24); }
H1.HeaderClassName
{
color: #F08018;
}
.AnyTagClassName
{
color: #F08018;
}
</style>
background-color css
<style>
a { background-color: #F08018; }
a { background-color: rgb(240,128,24); }
div.DivClassName
{
background-color: #F08018;
}
.BgClassName
{
background-color: #F08018;
}
</style>
border-color css
<style>
span { border-color: #F08018; }
span { border-color: rgb(240,128,24); }
td.TdClassName
{
border-color: #F08018;
}
.TagClassName
{
border-color: #F08018;
}
</style>