Shades of Pumpkin #F16512
Tints of Pumpkin #F16512
RGB
CMYK
RGB Variations
Color information
#F16512 (or 0xF16512) is known color: Pumpkin. HEX triplet: F1, 65 and 12. RGB value is (241,101,18). Sum of RGB (Red+Green+Blue) = 241+101+18=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F16512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16512 is #0E9AED. Grayscale: #858585. Windows color (decimal): -957166 or 1205745. OLE color: 1205745.
HSL color Cylindrical-coordinate representation of color #F16512: hue angle of 22.33º 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 #F16512 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 18 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.05 |
| HSL | 22.33º | 0.89% | 0.51% | - |
| HSV(B) | 22.33º | 0.93% | 0.95% | - |
| XYZ | 41.04 | 28.05 | 3.82 | - |
| YUV | 133.4 | 62.88 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 18 | 0 | 0.58 | 0.93 | 0.05 | 22.33 | 0.89 | 0.51 |
| Hex | F1 | 65 | 12 | 0 | 3A | 5D | 5 | 16 | 59 | 33 |
| Octal | 361 | 145 | 22 | 0 | 72 | 135 | 5 | 26 | 131 | 63 |
| Binary | 11110001 | 1100101 | 10010 | 0 | 111010 | 1011101 | 101 | 10110 | 1011001 | 110011 |
Color Harmonies of #F16512
Complementary color
Monochromatic Colors of #F16512
Black with #F16512
Text Example
Text Example
White with #F16512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16512; }
p { color: rgb(241,101,18); }
H1.HeaderClassName
{
color: #F16512;
}
.AnyTagClassName
{
color: #F16512;
}
</style>
background-color css
<style>
a { background-color: #F16512; }
a { background-color: rgb(241,101,18); }
div.DivClassName
{
background-color: #F16512;
}
.BgClassName
{
background-color: #F16512;
}
</style>
border-color css
<style>
span { border-color: #F16512; }
span { border-color: rgb(241,101,18); }
td.TdClassName
{
border-color: #F16512;
}
.TagClassName
{
border-color: #F16512;
}
</style>