Shades of Pumpkin #F17218
Tints of Pumpkin #F17218
RGB
CMYK
RGB Variations
Color information
#F17218 (or 0xF17218) is known color: Pumpkin. HEX triplet: F1, 72 and 18. RGB value is (241,114,24). Sum of RGB (Red+Green+Blue) = 241+114+24=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F17218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17218 is #0E8DE7. Grayscale: #8E8E8E. Windows color (decimal): -953832 or 1602289. OLE color: 1602289.
HSL color Cylindrical-coordinate representation of color #F17218: hue angle of 24.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F17218 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 24 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.05 |
| HSL | 24.88º | 0.89% | 0.52% | - |
| HSV(B) | 24.88º | 0.9% | 0.95% | - |
| XYZ | 42.46 | 30.8 | 4.57 | - |
| YUV | 141.71 | 61.58 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 24 | 0 | 0.53 | 0.90 | 0.05 | 24.88 | 0.89 | 0.52 |
| Hex | F1 | 72 | 18 | 0 | 35 | 5A | 5 | 19 | 59 | 34 |
| Octal | 361 | 162 | 30 | 0 | 65 | 132 | 5 | 31 | 131 | 64 |
| Binary | 11110001 | 1110010 | 11000 | 0 | 110101 | 1011010 | 101 | 11001 | 1011001 | 110100 |
Color Harmonies of #F17218
Complementary color
Monochromatic Colors of #F17218
Black with #F17218
Text Example
Text Example
White with #F17218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17218; }
p { color: rgb(241,114,24); }
H1.HeaderClassName
{
color: #F17218;
}
.AnyTagClassName
{
color: #F17218;
}
</style>
background-color css
<style>
a { background-color: #F17218; }
a { background-color: rgb(241,114,24); }
div.DivClassName
{
background-color: #F17218;
}
.BgClassName
{
background-color: #F17218;
}
</style>
border-color css
<style>
span { border-color: #F17218; }
span { border-color: rgb(241,114,24); }
td.TdClassName
{
border-color: #F17218;
}
.TagClassName
{
border-color: #F17218;
}
</style>