Shades of Pumpkin #F16420
Tints of Pumpkin #F16420
RGB
CMYK
RGB Variations
Color information
#F16420 (or 0xF16420) is known color: Pumpkin. HEX triplet: F1, 64 and 20. RGB value is (241,100,32). Sum of RGB (Red+Green+Blue) = 241+100+32=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F16420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16420 is #0E9BDF. Grayscale: #868686. Windows color (decimal): -957408 or 2122993. OLE color: 2122993.
HSL color Cylindrical-coordinate representation of color #F16420: hue angle of 19.52º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F16420 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 32 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.05 |
| HSL | 19.52º | 0.88% | 0.54% | - |
| HSV(B) | 19.52º | 0.87% | 0.95% | - |
| XYZ | 41.09 | 27.92 | 4.59 | - |
| YUV | 134.41 | 70.21 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 32 | 0 | 0.59 | 0.87 | 0.05 | 19.52 | 0.88 | 0.54 |
| Hex | F1 | 64 | 20 | 0 | 3B | 57 | 5 | 14 | 58 | 36 |
| Octal | 361 | 144 | 40 | 0 | 73 | 127 | 5 | 24 | 130 | 66 |
| Binary | 11110001 | 1100100 | 100000 | 0 | 111011 | 1010111 | 101 | 10100 | 1011000 | 110110 |
Color Harmonies of #F16420
Complementary color
Monochromatic Colors of #F16420
Black with #F16420
Text Example
Text Example
White with #F16420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16420; }
p { color: rgb(241,100,32); }
H1.HeaderClassName
{
color: #F16420;
}
.AnyTagClassName
{
color: #F16420;
}
</style>
background-color css
<style>
a { background-color: #F16420; }
a { background-color: rgb(241,100,32); }
div.DivClassName
{
background-color: #F16420;
}
.BgClassName
{
background-color: #F16420;
}
</style>
border-color css
<style>
span { border-color: #F16420; }
span { border-color: rgb(241,100,32); }
td.TdClassName
{
border-color: #F16420;
}
.TagClassName
{
border-color: #F16420;
}
</style>