Shades of Pumpkin #F16413
Tints of Pumpkin #F16413
RGB
CMYK
RGB Variations
Color information
#F16413 (or 0xF16413) is known color: Pumpkin. HEX triplet: F1, 64 and 13. RGB value is (241,100,19). Sum of RGB (Red+Green+Blue) = 241+100+19=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F16413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16413 is #0E9BEC. Grayscale: #858585. Windows color (decimal): -957421 or 1271025. OLE color: 1271025.
HSL color Cylindrical-coordinate representation of color #F16413: hue angle of 21.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F16413 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 19 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.05 |
| HSL | 21.89º | 0.89% | 0.51% | - |
| HSV(B) | 21.89º | 0.92% | 0.95% | - |
| XYZ | 40.95 | 27.86 | 3.84 | - |
| YUV | 132.93 | 63.71 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 19 | 0 | 0.59 | 0.92 | 0.05 | 21.89 | 0.89 | 0.51 |
| Hex | F1 | 64 | 13 | 0 | 3B | 5C | 5 | 16 | 59 | 33 |
| Octal | 361 | 144 | 23 | 0 | 73 | 134 | 5 | 26 | 131 | 63 |
| Binary | 11110001 | 1100100 | 10011 | 0 | 111011 | 1011100 | 101 | 10110 | 1011001 | 110011 |
Color Harmonies of #F16413
Complementary color
Monochromatic Colors of #F16413
Black with #F16413
Text Example
Text Example
White with #F16413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16413; }
p { color: rgb(241,100,19); }
H1.HeaderClassName
{
color: #F16413;
}
.AnyTagClassName
{
color: #F16413;
}
</style>
background-color css
<style>
a { background-color: #F16413; }
a { background-color: rgb(241,100,19); }
div.DivClassName
{
background-color: #F16413;
}
.BgClassName
{
background-color: #F16413;
}
</style>
border-color css
<style>
span { border-color: #F16413; }
span { border-color: rgb(241,100,19); }
td.TdClassName
{
border-color: #F16413;
}
.TagClassName
{
border-color: #F16413;
}
</style>