Shades of Pumpkin #F17526
Tints of Pumpkin #F17526
RGB
CMYK
RGB Variations
Color information
#F17526 (or 0xF17526) is known color: Pumpkin. HEX triplet: F1, 75 and 26. RGB value is (241,117,38). Sum of RGB (Red+Green+Blue) = 241+117+38=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F17526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17526 is #0E8AD9. Grayscale: #919191. Windows color (decimal): -953050 or 2520561. OLE color: 2520561.
HSL color Cylindrical-coordinate representation of color #F17526: hue angle of 23.35º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F17526 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 38 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.05 |
| HSL | 23.35º | 0.88% | 0.55% | - |
| HSV(B) | 23.35º | 0.84% | 0.95% | - |
| XYZ | 42.99 | 31.56 | 5.66 | - |
| YUV | 145.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 38 | 0 | 0.51 | 0.84 | 0.05 | 23.35 | 0.88 | 0.55 |
| Hex | F1 | 75 | 26 | 0 | 33 | 54 | 5 | 17 | 58 | 37 |
| Octal | 361 | 165 | 46 | 0 | 63 | 124 | 5 | 27 | 130 | 67 |
| Binary | 11110001 | 1110101 | 100110 | 0 | 110011 | 1010100 | 101 | 10111 | 1011000 | 110111 |
Color Harmonies of #F17526
Complementary color
Monochromatic Colors of #F17526
Black with #F17526
Text Example
Text Example
White with #F17526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17526; }
p { color: rgb(241,117,38); }
H1.HeaderClassName
{
color: #F17526;
}
.AnyTagClassName
{
color: #F17526;
}
</style>
background-color css
<style>
a { background-color: #F17526; }
a { background-color: rgb(241,117,38); }
div.DivClassName
{
background-color: #F17526;
}
.BgClassName
{
background-color: #F17526;
}
</style>
border-color css
<style>
span { border-color: #F17526; }
span { border-color: rgb(241,117,38); }
td.TdClassName
{
border-color: #F17526;
}
.TagClassName
{
border-color: #F17526;
}
</style>