Shades of Pumpkin #F17410
Tints of Pumpkin #F17410
RGB
CMYK
RGB Variations
Color information
#F17410 (or 0xF17410) is known color: Pumpkin. HEX triplet: F1, 74 and 10. RGB value is (241,116,16). Sum of RGB (Red+Green+Blue) = 241+116+16=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F17410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17410 is #0E8BEF. Grayscale: #8E8E8E. Windows color (decimal): -953328 or 1078513. OLE color: 1078513.
HSL color Cylindrical-coordinate representation of color #F17410: hue angle of 26.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F17410 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.05 |
| HSL | 26.67º | 0.89% | 0.5% | - |
| HSV(B) | 26.67º | 0.93% | 0.95% | - |
| XYZ | 42.61 | 31.23 | 4.27 | - |
| YUV | 141.98 | 56.91 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 16 | 0 | 0.52 | 0.93 | 0.05 | 26.67 | 0.89 | 0.5 |
| Hex | F1 | 74 | 10 | 0 | 34 | 5D | 5 | 1B | 59 | 32 |
| Octal | 361 | 164 | 20 | 0 | 64 | 135 | 5 | 33 | 131 | 62 |
| Binary | 11110001 | 1110100 | 10000 | 0 | 110100 | 1011101 | 101 | 11011 | 1011001 | 110010 |
Color Harmonies of #F17410
Complementary color
Monochromatic Colors of #F17410
Black with #F17410
Text Example
Text Example
White with #F17410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17410; }
p { color: rgb(241,116,16); }
H1.HeaderClassName
{
color: #F17410;
}
.AnyTagClassName
{
color: #F17410;
}
</style>
background-color css
<style>
a { background-color: #F17410; }
a { background-color: rgb(241,116,16); }
div.DivClassName
{
background-color: #F17410;
}
.BgClassName
{
background-color: #F17410;
}
</style>
border-color css
<style>
span { border-color: #F17410; }
span { border-color: rgb(241,116,16); }
td.TdClassName
{
border-color: #F17410;
}
.TagClassName
{
border-color: #F17410;
}
</style>