Shades of Pumpkin #F16D19
Tints of Pumpkin #F16D19
RGB
CMYK
RGB Variations
Color information
#F16D19 (or 0xF16D19) is known color: Pumpkin. HEX triplet: F1, 6D and 19. RGB value is (241,109,25). Sum of RGB (Red+Green+Blue) = 241+109+25=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16D19 is #0E92E6. Grayscale: #8B8B8B. Windows color (decimal): -955111 or 1666545. OLE color: 1666545.
HSL color Cylindrical-coordinate representation of color #F16D19: hue angle of 23.33º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F16D19 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 25 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.05 |
| HSL | 23.33º | 0.89% | 0.52% | - |
| HSV(B) | 23.33º | 0.9% | 0.95% | - |
| XYZ | 41.92 | 29.71 | 4.44 | - |
| YUV | 138.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 25 | 0 | 0.55 | 0.90 | 0.05 | 23.33 | 0.89 | 0.52 |
| Hex | F1 | 6D | 19 | 0 | 37 | 5A | 5 | 17 | 59 | 34 |
| Octal | 361 | 155 | 31 | 0 | 67 | 132 | 5 | 27 | 131 | 64 |
| Binary | 11110001 | 1101101 | 11001 | 0 | 110111 | 1011010 | 101 | 10111 | 1011001 | 110100 |
Color Harmonies of #F16D19
Complementary color
Monochromatic Colors of #F16D19
Black with #F16D19
Text Example
Text Example
White with #F16D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D19; }
p { color: rgb(241,109,25); }
H1.HeaderClassName
{
color: #F16D19;
}
.AnyTagClassName
{
color: #F16D19;
}
</style>
background-color css
<style>
a { background-color: #F16D19; }
a { background-color: rgb(241,109,25); }
div.DivClassName
{
background-color: #F16D19;
}
.BgClassName
{
background-color: #F16D19;
}
</style>
border-color css
<style>
span { border-color: #F16D19; }
span { border-color: rgb(241,109,25); }
td.TdClassName
{
border-color: #F16D19;
}
.TagClassName
{
border-color: #F16D19;
}
</style>