Shades of Pumpkin #F16910
Tints of Pumpkin #F16910
RGB
CMYK
RGB Variations
Color information
#F16910 (or 0xF16910) is known color: Pumpkin. HEX triplet: F1, 69 and 10. RGB value is (241,105,16). Sum of RGB (Red+Green+Blue) = 241+105+16=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F16910 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16910 is #0E96EF. Grayscale: #888888. Windows color (decimal): -956144 or 1075697. OLE color: 1075697.
HSL color Cylindrical-coordinate representation of color #F16910: hue angle of 23.73º 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 #F16910 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 16 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.05 |
| HSL | 23.73º | 0.89% | 0.5% | - |
| HSV(B) | 23.73º | 0.93% | 0.95% | - |
| XYZ | 41.42 | 28.84 | 3.87 | - |
| YUV | 135.52 | 60.56 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 16 | 0 | 0.56 | 0.93 | 0.05 | 23.73 | 0.89 | 0.5 |
| Hex | F1 | 69 | 10 | 0 | 38 | 5D | 5 | 18 | 59 | 32 |
| Octal | 361 | 151 | 20 | 0 | 70 | 135 | 5 | 30 | 131 | 62 |
| Binary | 11110001 | 1101001 | 10000 | 0 | 111000 | 1011101 | 101 | 11000 | 1011001 | 110010 |
Color Harmonies of #F16910
Complementary color
Monochromatic Colors of #F16910
Black with #F16910
Text Example
Text Example
White with #F16910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16910; }
p { color: rgb(241,105,16); }
H1.HeaderClassName
{
color: #F16910;
}
.AnyTagClassName
{
color: #F16910;
}
</style>
background-color css
<style>
a { background-color: #F16910; }
a { background-color: rgb(241,105,16); }
div.DivClassName
{
background-color: #F16910;
}
.BgClassName
{
background-color: #F16910;
}
</style>
border-color css
<style>
span { border-color: #F16910; }
span { border-color: rgb(241,105,16); }
td.TdClassName
{
border-color: #F16910;
}
.TagClassName
{
border-color: #F16910;
}
</style>