Shades of Pumpkin #F57517
Tints of Pumpkin #F57517
RGB
CMYK
RGB Variations
Color information
#F57517 (or 0xF57517) is known color: Pumpkin. HEX triplet: F5, 75 and 17. RGB value is (245,117,23). Sum of RGB (Red+Green+Blue) = 245+117+23=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F57517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57517 is #0A8AE8. Grayscale: #919191. Windows color (decimal): -690921 or 1537525. OLE color: 1537525.
HSL color Cylindrical-coordinate representation of color #F57517: hue angle of 25.41º 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 #F57517 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 23 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.04 |
| HSL | 25.41º | 0.92% | 0.53% | - |
| HSV(B) | 25.41º | 0.91% | 0.96% | - |
| XYZ | 44.17 | 32.2 | 4.7 | - |
| YUV | 144.56 | 59.41 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 23 | 0 | 0.52 | 0.91 | 0.04 | 25.41 | 0.92 | 0.53 |
| Hex | F5 | 75 | 17 | 0 | 34 | 5B | 4 | 19 | 5C | 35 |
| Octal | 365 | 165 | 27 | 0 | 64 | 133 | 4 | 31 | 134 | 65 |
| Binary | 11110101 | 1110101 | 10111 | 0 | 110100 | 1011011 | 100 | 11001 | 1011100 | 110101 |
Color Harmonies of #F57517
Complementary color
Monochromatic Colors of #F57517
Black with #F57517
Text Example
Text Example
White with #F57517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57517; }
p { color: rgb(245,117,23); }
H1.HeaderClassName
{
color: #F57517;
}
.AnyTagClassName
{
color: #F57517;
}
</style>
background-color css
<style>
a { background-color: #F57517; }
a { background-color: rgb(245,117,23); }
div.DivClassName
{
background-color: #F57517;
}
.BgClassName
{
background-color: #F57517;
}
</style>
border-color css
<style>
span { border-color: #F57517; }
span { border-color: rgb(245,117,23); }
td.TdClassName
{
border-color: #F57517;
}
.TagClassName
{
border-color: #F57517;
}
</style>