Shades of Pumpkin #F16614
Tints of Pumpkin #F16614
RGB
CMYK
RGB Variations
Color information
#F16614 (or 0xF16614) is known color: Pumpkin. HEX triplet: F1, 66 and 14. RGB value is (241,102,20). Sum of RGB (Red+Green+Blue) = 241+102+20=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F16614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16614 is #0E99EB. Grayscale: #868686. Windows color (decimal): -956908 or 1337073. OLE color: 1337073.
HSL color Cylindrical-coordinate representation of color #F16614: hue angle of 22.26º 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 #F16614 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 20 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.05 |
| HSL | 22.26º | 0.89% | 0.51% | - |
| HSV(B) | 22.26º | 0.92% | 0.95% | - |
| XYZ | 41.15 | 28.25 | 3.95 | - |
| YUV | 134.21 | 63.55 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 20 | 0 | 0.58 | 0.92 | 0.05 | 22.26 | 0.89 | 0.51 |
| Hex | F1 | 66 | 14 | 0 | 3A | 5C | 5 | 16 | 59 | 33 |
| Octal | 361 | 146 | 24 | 0 | 72 | 134 | 5 | 26 | 131 | 63 |
| Binary | 11110001 | 1100110 | 10100 | 0 | 111010 | 1011100 | 101 | 10110 | 1011001 | 110011 |
Color Harmonies of #F16614
Complementary color
Monochromatic Colors of #F16614
Black with #F16614
Text Example
Text Example
White with #F16614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16614; }
p { color: rgb(241,102,20); }
H1.HeaderClassName
{
color: #F16614;
}
.AnyTagClassName
{
color: #F16614;
}
</style>
background-color css
<style>
a { background-color: #F16614; }
a { background-color: rgb(241,102,20); }
div.DivClassName
{
background-color: #F16614;
}
.BgClassName
{
background-color: #F16614;
}
</style>
border-color css
<style>
span { border-color: #F16614; }
span { border-color: rgb(241,102,20); }
td.TdClassName
{
border-color: #F16614;
}
.TagClassName
{
border-color: #F16614;
}
</style>