Shades of Pumpkin #F16320
Tints of Pumpkin #F16320
RGB
CMYK
RGB Variations
Color information
#F16320 (or 0xF16320) is known color: Pumpkin. HEX triplet: F1, 63 and 20. RGB value is (241,99,32). Sum of RGB (Red+Green+Blue) = 241+99+32=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F16320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16320 is #0E9CDF. Grayscale: #868686. Windows color (decimal): -957664 or 2122737. OLE color: 2122737.
HSL color Cylindrical-coordinate representation of color #F16320: hue angle of 19.23º 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 #F16320 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 32 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.05 |
| HSL | 19.23º | 0.88% | 0.54% | - |
| HSV(B) | 19.23º | 0.87% | 0.95% | - |
| XYZ | 41 | 27.73 | 4.56 | - |
| YUV | 133.82 | 70.54 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 32 | 0 | 0.59 | 0.87 | 0.05 | 19.23 | 0.88 | 0.54 |
| Hex | F1 | 63 | 20 | 0 | 3B | 57 | 5 | 13 | 58 | 36 |
| Octal | 361 | 143 | 40 | 0 | 73 | 127 | 5 | 23 | 130 | 66 |
| Binary | 11110001 | 1100011 | 100000 | 0 | 111011 | 1010111 | 101 | 10011 | 1011000 | 110110 |
Color Harmonies of #F16320
Complementary color
Monochromatic Colors of #F16320
Black with #F16320
Text Example
Text Example
White with #F16320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16320; }
p { color: rgb(241,99,32); }
H1.HeaderClassName
{
color: #F16320;
}
.AnyTagClassName
{
color: #F16320;
}
</style>
background-color css
<style>
a { background-color: #F16320; }
a { background-color: rgb(241,99,32); }
div.DivClassName
{
background-color: #F16320;
}
.BgClassName
{
background-color: #F16320;
}
</style>
border-color css
<style>
span { border-color: #F16320; }
span { border-color: rgb(241,99,32); }
td.TdClassName
{
border-color: #F16320;
}
.TagClassName
{
border-color: #F16320;
}
</style>