Shades of Pumpkin #F16C10
Tints of Pumpkin #F16C10
RGB
CMYK
RGB Variations
Color information
#F16C10 (or 0xF16C10) is known color: Pumpkin. HEX triplet: F1, 6C and 10. RGB value is (241,108,16). Sum of RGB (Red+Green+Blue) = 241+108+16=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C10 is #0E93EF. Grayscale: #898989. Windows color (decimal): -955376 or 1076465. OLE color: 1076465.
HSL color Cylindrical-coordinate representation of color #F16C10: hue angle of 24.53º 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 #F16C10 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.05 |
| HSL | 24.53º | 0.89% | 0.5% | - |
| HSV(B) | 24.53º | 0.93% | 0.95% | - |
| XYZ | 41.73 | 29.46 | 3.98 | - |
| YUV | 137.28 | 59.56 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 16 | 0 | 0.55 | 0.93 | 0.05 | 24.53 | 0.89 | 0.5 |
| Hex | F1 | 6C | 10 | 0 | 37 | 5D | 5 | 19 | 59 | 32 |
| Octal | 361 | 154 | 20 | 0 | 67 | 135 | 5 | 31 | 131 | 62 |
| Binary | 11110001 | 1101100 | 10000 | 0 | 110111 | 1011101 | 101 | 11001 | 1011001 | 110010 |
Color Harmonies of #F16C10
Complementary color
Monochromatic Colors of #F16C10
Black with #F16C10
Text Example
Text Example
White with #F16C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C10; }
p { color: rgb(241,108,16); }
H1.HeaderClassName
{
color: #F16C10;
}
.AnyTagClassName
{
color: #F16C10;
}
</style>
background-color css
<style>
a { background-color: #F16C10; }
a { background-color: rgb(241,108,16); }
div.DivClassName
{
background-color: #F16C10;
}
.BgClassName
{
background-color: #F16C10;
}
</style>
border-color css
<style>
span { border-color: #F16C10; }
span { border-color: rgb(241,108,16); }
td.TdClassName
{
border-color: #F16C10;
}
.TagClassName
{
border-color: #F16C10;
}
</style>