Shades of Pumpkin #F17525
Tints of Pumpkin #F17525
RGB
CMYK
RGB Variations
Color information
#F17525 (or 0xF17525) is known color: Pumpkin. HEX triplet: F1, 75 and 25. RGB value is (241,117,37). Sum of RGB (Red+Green+Blue) = 241+117+37=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F17525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17525 is #0E8ADA. Grayscale: #919191. Windows color (decimal): -953051 or 2455025. OLE color: 2455025.
HSL color Cylindrical-coordinate representation of color #F17525: hue angle of 23.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F17525 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 37 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.05 |
| HSL | 23.53º | 0.88% | 0.55% | - |
| HSV(B) | 23.53º | 0.85% | 0.95% | - |
| XYZ | 42.97 | 31.56 | 5.58 | - |
| YUV | 144.96 | 67.08 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 37 | 0 | 0.51 | 0.85 | 0.05 | 23.53 | 0.88 | 0.55 |
| Hex | F1 | 75 | 25 | 0 | 33 | 55 | 5 | 18 | 58 | 37 |
| Octal | 361 | 165 | 45 | 0 | 63 | 125 | 5 | 30 | 130 | 67 |
| Binary | 11110001 | 1110101 | 100101 | 0 | 110011 | 1010101 | 101 | 11000 | 1011000 | 110111 |
Color Harmonies of #F17525
Complementary color
Monochromatic Colors of #F17525
Black with #F17525
Text Example
Text Example
White with #F17525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17525; }
p { color: rgb(241,117,37); }
H1.HeaderClassName
{
color: #F17525;
}
.AnyTagClassName
{
color: #F17525;
}
</style>
background-color css
<style>
a { background-color: #F17525; }
a { background-color: rgb(241,117,37); }
div.DivClassName
{
background-color: #F17525;
}
.BgClassName
{
background-color: #F17525;
}
</style>
border-color css
<style>
span { border-color: #F17525; }
span { border-color: rgb(241,117,37); }
td.TdClassName
{
border-color: #F17525;
}
.TagClassName
{
border-color: #F17525;
}
</style>