Shades of Pumpkin #F17512
Tints of Pumpkin #F17512
RGB
CMYK
RGB Variations
Color information
#F17512 (or 0xF17512) is known color: Pumpkin. HEX triplet: F1, 75 and 12. RGB value is (241,117,18). Sum of RGB (Red+Green+Blue) = 241+117+18=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F17512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17512 is #0E8AED. Grayscale: #8F8F8F. Windows color (decimal): -953070 or 1209841. OLE color: 1209841.
HSL color Cylindrical-coordinate representation of color #F17512: hue angle of 26.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F17512 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 18 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.05 |
| HSL | 26.64º | 0.89% | 0.51% | - |
| HSV(B) | 26.64º | 0.93% | 0.95% | - |
| XYZ | 42.75 | 31.47 | 4.39 | - |
| YUV | 142.79 | 57.58 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 18 | 0 | 0.51 | 0.93 | 0.05 | 26.64 | 0.89 | 0.51 |
| Hex | F1 | 75 | 12 | 0 | 33 | 5D | 5 | 1B | 59 | 33 |
| Octal | 361 | 165 | 22 | 0 | 63 | 135 | 5 | 33 | 131 | 63 |
| Binary | 11110001 | 1110101 | 10010 | 0 | 110011 | 1011101 | 101 | 11011 | 1011001 | 110011 |
Color Harmonies of #F17512
Complementary color
Monochromatic Colors of #F17512
Black with #F17512
Text Example
Text Example
White with #F17512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17512; }
p { color: rgb(241,117,18); }
H1.HeaderClassName
{
color: #F17512;
}
.AnyTagClassName
{
color: #F17512;
}
</style>
background-color css
<style>
a { background-color: #F17512; }
a { background-color: rgb(241,117,18); }
div.DivClassName
{
background-color: #F17512;
}
.BgClassName
{
background-color: #F17512;
}
</style>
border-color css
<style>
span { border-color: #F17512; }
span { border-color: rgb(241,117,18); }
td.TdClassName
{
border-color: #F17512;
}
.TagClassName
{
border-color: #F17512;
}
</style>