Shades of Pumpkin #F47018
Tints of Pumpkin #F47018
RGB
CMYK
RGB Variations
Color information
#F47018 (or 0xF47018) is known color: Pumpkin. HEX triplet: F4, 70 and 18. RGB value is (244,112,24). Sum of RGB (Red+Green+Blue) = 244+112+24=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F47018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47018 is #0B8FE7. Grayscale: #8D8D8D. Windows color (decimal): -757736 or 1601780. OLE color: 1601780.
HSL color Cylindrical-coordinate representation of color #F47018: hue angle of 24º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F47018 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 24 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.04 |
| HSL | 24º | 0.91% | 0.53% | - |
| HSV(B) | 24º | 0.9% | 0.96% | - |
| XYZ | 43.27 | 30.89 | 4.55 | - |
| YUV | 141.44 | 61.73 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 24 | 0 | 0.54 | 0.90 | 0.04 | 24 | 0.91 | 0.53 |
| Hex | F4 | 70 | 18 | 0 | 36 | 5A | 4 | 18 | 5B | 35 |
| Octal | 364 | 160 | 30 | 0 | 66 | 132 | 4 | 30 | 133 | 65 |
| Binary | 11110100 | 1110000 | 11000 | 0 | 110110 | 1011010 | 100 | 11000 | 1011011 | 110101 |
Color Harmonies of #F47018
Complementary color
Monochromatic Colors of #F47018
Black with #F47018
Text Example
Text Example
White with #F47018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47018; }
p { color: rgb(244,112,24); }
H1.HeaderClassName
{
color: #F47018;
}
.AnyTagClassName
{
color: #F47018;
}
</style>
background-color css
<style>
a { background-color: #F47018; }
a { background-color: rgb(244,112,24); }
div.DivClassName
{
background-color: #F47018;
}
.BgClassName
{
background-color: #F47018;
}
</style>
border-color css
<style>
span { border-color: #F47018; }
span { border-color: rgb(244,112,24); }
td.TdClassName
{
border-color: #F47018;
}
.TagClassName
{
border-color: #F47018;
}
</style>