Shades of Pumpkin #F57418
Tints of Pumpkin #F57418
RGB
CMYK
RGB Variations
Color information
#F57418 (or 0xF57418) is known color: Pumpkin. HEX triplet: F5, 74 and 18. RGB value is (245,116,24). Sum of RGB (Red+Green+Blue) = 245+116+24=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F57418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57418 is #0A8BE7. Grayscale: #909090. Windows color (decimal): -691176 or 1602805. OLE color: 1602805.
HSL color Cylindrical-coordinate representation of color #F57418: hue angle of 24.98º degrees, saturation: 0.92, 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 #F57418 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 24 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.04 |
| HSL | 24.98º | 0.92% | 0.53% | - |
| HSV(B) | 24.98º | 0.9% | 0.96% | - |
| XYZ | 44.07 | 31.97 | 4.71 | - |
| YUV | 144.08 | 60.24 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 24 | 0 | 0.53 | 0.90 | 0.04 | 24.98 | 0.92 | 0.53 |
| Hex | F5 | 74 | 18 | 0 | 35 | 5A | 4 | 19 | 5C | 35 |
| Octal | 365 | 164 | 30 | 0 | 65 | 132 | 4 | 31 | 134 | 65 |
| Binary | 11110101 | 1110100 | 11000 | 0 | 110101 | 1011010 | 100 | 11001 | 1011100 | 110101 |
Color Harmonies of #F57418
Complementary color
Monochromatic Colors of #F57418
Black with #F57418
Text Example
Text Example
White with #F57418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57418; }
p { color: rgb(245,116,24); }
H1.HeaderClassName
{
color: #F57418;
}
.AnyTagClassName
{
color: #F57418;
}
</style>
background-color css
<style>
a { background-color: #F57418; }
a { background-color: rgb(245,116,24); }
div.DivClassName
{
background-color: #F57418;
}
.BgClassName
{
background-color: #F57418;
}
</style>
border-color css
<style>
span { border-color: #F57418; }
span { border-color: rgb(245,116,24); }
td.TdClassName
{
border-color: #F57418;
}
.TagClassName
{
border-color: #F57418;
}
</style>