Shades of Pumpkin #F57417
Tints of Pumpkin #F57417
RGB
CMYK
RGB Variations
Color information
#F57417 (or 0xF57417) is known color: Pumpkin. HEX triplet: F5, 74 and 17. RGB value is (245,116,23). Sum of RGB (Red+Green+Blue) = 245+116+23=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F57417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57417 is #0A8BE8. Grayscale: #909090. Windows color (decimal): -691177 or 1537269. OLE color: 1537269.
HSL color Cylindrical-coordinate representation of color #F57417: hue angle of 25.14º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F57417 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 23 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.04 |
| HSL | 25.14º | 0.92% | 0.53% | - |
| HSV(B) | 25.14º | 0.91% | 0.96% | - |
| XYZ | 44.06 | 31.97 | 4.66 | - |
| YUV | 143.97 | 59.74 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 23 | 0 | 0.53 | 0.91 | 0.04 | 25.14 | 0.92 | 0.53 |
| Hex | F5 | 74 | 17 | 0 | 35 | 5B | 4 | 19 | 5C | 35 |
| Octal | 365 | 164 | 27 | 0 | 65 | 133 | 4 | 31 | 134 | 65 |
| Binary | 11110101 | 1110100 | 10111 | 0 | 110101 | 1011011 | 100 | 11001 | 1011100 | 110101 |
Color Harmonies of #F57417
Complementary color
Monochromatic Colors of #F57417
Black with #F57417
Text Example
Text Example
White with #F57417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57417; }
p { color: rgb(245,116,23); }
H1.HeaderClassName
{
color: #F57417;
}
.AnyTagClassName
{
color: #F57417;
}
</style>
background-color css
<style>
a { background-color: #F57417; }
a { background-color: rgb(245,116,23); }
div.DivClassName
{
background-color: #F57417;
}
.BgClassName
{
background-color: #F57417;
}
</style>
border-color css
<style>
span { border-color: #F57417; }
span { border-color: rgb(245,116,23); }
td.TdClassName
{
border-color: #F57417;
}
.TagClassName
{
border-color: #F57417;
}
</style>