Shades of Pumpkin #F47518
Tints of Pumpkin #F47518
RGB
CMYK
RGB Variations
Color information
#F47518 (or 0xF47518) is known color: Pumpkin. HEX triplet: F4, 75 and 18. RGB value is (244,117,24). Sum of RGB (Red+Green+Blue) = 244+117+24=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F47518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47518 is #0B8AE7. Grayscale: #909090. Windows color (decimal): -756456 or 1603060. OLE color: 1603060.
HSL color Cylindrical-coordinate representation of color #F47518: hue angle of 25.36º 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 #F47518 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 24 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.04 |
| HSL | 25.36º | 0.91% | 0.53% | - |
| HSV(B) | 25.36º | 0.9% | 0.96% | - |
| XYZ | 43.83 | 32.02 | 4.73 | - |
| YUV | 144.37 | 60.08 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 24 | 0 | 0.52 | 0.90 | 0.04 | 25.36 | 0.91 | 0.53 |
| Hex | F4 | 75 | 18 | 0 | 34 | 5A | 4 | 19 | 5B | 35 |
| Octal | 364 | 165 | 30 | 0 | 64 | 132 | 4 | 31 | 133 | 65 |
| Binary | 11110100 | 1110101 | 11000 | 0 | 110100 | 1011010 | 100 | 11001 | 1011011 | 110101 |
Color Harmonies of #F47518
Complementary color
Monochromatic Colors of #F47518
Black with #F47518
Text Example
Text Example
White with #F47518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47518; }
p { color: rgb(244,117,24); }
H1.HeaderClassName
{
color: #F47518;
}
.AnyTagClassName
{
color: #F47518;
}
</style>
background-color css
<style>
a { background-color: #F47518; }
a { background-color: rgb(244,117,24); }
div.DivClassName
{
background-color: #F47518;
}
.BgClassName
{
background-color: #F47518;
}
</style>
border-color css
<style>
span { border-color: #F47518; }
span { border-color: rgb(244,117,24); }
td.TdClassName
{
border-color: #F47518;
}
.TagClassName
{
border-color: #F47518;
}
</style>