Shades of Pumpkin #F16613
Tints of Pumpkin #F16613
RGB
CMYK
RGB Variations
Color information
#F16613 (or 0xF16613) is known color: Pumpkin. HEX triplet: F1, 66 and 13. RGB value is (241,102,19). Sum of RGB (Red+Green+Blue) = 241+102+19=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F16613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16613 is #0E99EC. Grayscale: #868686. Windows color (decimal): -956909 or 1271537. OLE color: 1271537.
HSL color Cylindrical-coordinate representation of color #F16613: hue angle of 22.43º 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 #F16613 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 19 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.05 |
| HSL | 22.43º | 0.89% | 0.51% | - |
| HSV(B) | 22.43º | 0.92% | 0.95% | - |
| XYZ | 41.14 | 28.25 | 3.9 | - |
| YUV | 134.1 | 63.05 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 19 | 0 | 0.58 | 0.92 | 0.05 | 22.43 | 0.89 | 0.51 |
| Hex | F1 | 66 | 13 | 0 | 3A | 5C | 5 | 16 | 59 | 33 |
| Octal | 361 | 146 | 23 | 0 | 72 | 134 | 5 | 26 | 131 | 63 |
| Binary | 11110001 | 1100110 | 10011 | 0 | 111010 | 1011100 | 101 | 10110 | 1011001 | 110011 |
Color Harmonies of #F16613
Complementary color
Monochromatic Colors of #F16613
Black with #F16613
Text Example
Text Example
White with #F16613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16613; }
p { color: rgb(241,102,19); }
H1.HeaderClassName
{
color: #F16613;
}
.AnyTagClassName
{
color: #F16613;
}
</style>
background-color css
<style>
a { background-color: #F16613; }
a { background-color: rgb(241,102,19); }
div.DivClassName
{
background-color: #F16613;
}
.BgClassName
{
background-color: #F16613;
}
</style>
border-color css
<style>
span { border-color: #F16613; }
span { border-color: rgb(241,102,19); }
td.TdClassName
{
border-color: #F16613;
}
.TagClassName
{
border-color: #F16613;
}
</style>