Shades of Pumpkin #F17412
Tints of Pumpkin #F17412
RGB
CMYK
RGB Variations
Color information
#F17412 (or 0xF17412) is known color: Pumpkin. HEX triplet: F1, 74 and 12. RGB value is (241,116,18). Sum of RGB (Red+Green+Blue) = 241+116+18=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F17412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17412 is #0E8BED. Grayscale: #8E8E8E. Windows color (decimal): -953326 or 1209585. OLE color: 1209585.
HSL color Cylindrical-coordinate representation of color #F17412: hue angle of 26.37º 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 #F17412 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 18 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.05 |
| HSL | 26.37º | 0.89% | 0.51% | - |
| HSV(B) | 26.37º | 0.93% | 0.95% | - |
| XYZ | 42.63 | 31.24 | 4.35 | - |
| YUV | 142.2 | 57.91 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 18 | 0 | 0.52 | 0.93 | 0.05 | 26.37 | 0.89 | 0.51 |
| Hex | F1 | 74 | 12 | 0 | 34 | 5D | 5 | 1A | 59 | 33 |
| Octal | 361 | 164 | 22 | 0 | 64 | 135 | 5 | 32 | 131 | 63 |
| Binary | 11110001 | 1110100 | 10010 | 0 | 110100 | 1011101 | 101 | 11010 | 1011001 | 110011 |
Color Harmonies of #F17412
Complementary color
Monochromatic Colors of #F17412
Black with #F17412
Text Example
Text Example
White with #F17412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17412; }
p { color: rgb(241,116,18); }
H1.HeaderClassName
{
color: #F17412;
}
.AnyTagClassName
{
color: #F17412;
}
</style>
background-color css
<style>
a { background-color: #F17412; }
a { background-color: rgb(241,116,18); }
div.DivClassName
{
background-color: #F17412;
}
.BgClassName
{
background-color: #F17412;
}
</style>
border-color css
<style>
span { border-color: #F17412; }
span { border-color: rgb(241,116,18); }
td.TdClassName
{
border-color: #F17412;
}
.TagClassName
{
border-color: #F17412;
}
</style>