Shades of Pumpkin #F16D10
Tints of Pumpkin #F16D10
RGB
CMYK
RGB Variations
Color information
#F16D10 (or 0xF16D10) is known color: Pumpkin. HEX triplet: F1, 6D and 10. RGB value is (241,109,16). Sum of RGB (Red+Green+Blue) = 241+109+16=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16D10 is #0E92EF. Grayscale: #8A8A8A. Windows color (decimal): -955120 or 1076721. OLE color: 1076721.
HSL color Cylindrical-coordinate representation of color #F16D10: hue angle of 24.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F16D10 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.05 |
| HSL | 24.8º | 0.89% | 0.5% | - |
| HSV(B) | 24.8º | 0.93% | 0.95% | - |
| XYZ | 41.84 | 29.68 | 4.01 | - |
| YUV | 137.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 16 | 0 | 0.55 | 0.93 | 0.05 | 24.8 | 0.89 | 0.5 |
| Hex | F1 | 6D | 10 | 0 | 37 | 5D | 5 | 19 | 59 | 32 |
| Octal | 361 | 155 | 20 | 0 | 67 | 135 | 5 | 31 | 131 | 62 |
| Binary | 11110001 | 1101101 | 10000 | 0 | 110111 | 1011101 | 101 | 11001 | 1011001 | 110010 |
Color Harmonies of #F16D10
Complementary color
Monochromatic Colors of #F16D10
Black with #F16D10
Text Example
Text Example
White with #F16D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D10; }
p { color: rgb(241,109,16); }
H1.HeaderClassName
{
color: #F16D10;
}
.AnyTagClassName
{
color: #F16D10;
}
</style>
background-color css
<style>
a { background-color: #F16D10; }
a { background-color: rgb(241,109,16); }
div.DivClassName
{
background-color: #F16D10;
}
.BgClassName
{
background-color: #F16D10;
}
</style>
border-color css
<style>
span { border-color: #F16D10; }
span { border-color: rgb(241,109,16); }
td.TdClassName
{
border-color: #F16D10;
}
.TagClassName
{
border-color: #F16D10;
}
</style>