Shades of Pumpkin #F78118
Tints of Pumpkin #F78118
RGB
CMYK
RGB Variations
Color information
#F78118 (or 0xF78118) is known color: Pumpkin. HEX triplet: F7, 81 and 18. RGB value is (247,129,24). Sum of RGB (Red+Green+Blue) = 247+129+24=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F78118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78118 is #087EE7. Grayscale: #989898. Windows color (decimal): -556776 or 1606135. OLE color: 1606135.
HSL color Cylindrical-coordinate representation of color #F78118: hue angle of 28.25º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F78118 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 24 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.03 |
| HSL | 28.25º | 0.93% | 0.53% | - |
| HSV(B) | 28.25º | 0.9% | 0.97% | - |
| XYZ | 46.37 | 35.54 | 5.28 | - |
| YUV | 152.31 | 55.59 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 24 | 0 | 0.48 | 0.90 | 0.03 | 28.25 | 0.93 | 0.53 |
| Hex | F7 | 81 | 18 | 0 | 30 | 5A | 3 | 1C | 5D | 35 |
| Octal | 367 | 201 | 30 | 0 | 60 | 132 | 3 | 34 | 135 | 65 |
| Binary | 11110111 | 10000001 | 11000 | 0 | 110000 | 1011010 | 11 | 11100 | 1011101 | 110101 |
Color Harmonies of #F78118
Complementary color
Monochromatic Colors of #F78118
Black with #F78118
Text Example
Text Example
White with #F78118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78118; }
p { color: rgb(247,129,24); }
H1.HeaderClassName
{
color: #F78118;
}
.AnyTagClassName
{
color: #F78118;
}
</style>
background-color css
<style>
a { background-color: #F78118; }
a { background-color: rgb(247,129,24); }
div.DivClassName
{
background-color: #F78118;
}
.BgClassName
{
background-color: #F78118;
}
</style>
border-color css
<style>
span { border-color: #F78118; }
span { border-color: rgb(247,129,24); }
td.TdClassName
{
border-color: #F78118;
}
.TagClassName
{
border-color: #F78118;
}
</style>