Shades of Pumpkin #F1750E
Tints of Pumpkin #F1750E
RGB
CMYK
RGB Variations
Color information
#F1750E (or 0xF1750E) is known color: Pumpkin. HEX triplet: F1, 75 and 0E. RGB value is (241,117,14). Sum of RGB (Red+Green+Blue) = 241+117+14=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1750E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1750E is #0E8AF1. Grayscale: #8E8E8E. Windows color (decimal): -953074 or 947697. OLE color: 947697.
HSL color Cylindrical-coordinate representation of color #F1750E: hue angle of 27.22º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1750E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.05 |
| HSL | 27.22º | 0.89% | 0.5% | - |
| HSV(B) | 27.22º | 0.94% | 0.95% | - |
| XYZ | 42.72 | 31.46 | 4.24 | - |
| YUV | 142.33 | 55.58 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 14 | 0 | 0.51 | 0.94 | 0.05 | 27.22 | 0.89 | 0.5 |
| Hex | F1 | 75 | E | 0 | 33 | 5E | 5 | 1B | 59 | 32 |
| Octal | 361 | 165 | 16 | 0 | 63 | 136 | 5 | 33 | 131 | 62 |
| Binary | 11110001 | 1110101 | 1110 | 0 | 110011 | 1011110 | 101 | 11011 | 1011001 | 110010 |
Color Harmonies of #F1750E
Complementary color
Monochromatic Colors of #F1750E
Black with #F1750E
Text Example
Text Example
White with #F1750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1750E; }
p { color: rgb(241,117,14); }
H1.HeaderClassName
{
color: #F1750E;
}
.AnyTagClassName
{
color: #F1750E;
}
</style>
background-color css
<style>
a { background-color: #F1750E; }
a { background-color: rgb(241,117,14); }
div.DivClassName
{
background-color: #F1750E;
}
.BgClassName
{
background-color: #F1750E;
}
</style>
border-color css
<style>
span { border-color: #F1750E; }
span { border-color: rgb(241,117,14); }
td.TdClassName
{
border-color: #F1750E;
}
.TagClassName
{
border-color: #F1750E;
}
</style>