Shades of Pumpkin #F16321
Tints of Pumpkin #F16321
RGB
CMYK
RGB Variations
Color information
#F16321 (or 0xF16321) is known color: Pumpkin. HEX triplet: F1, 63 and 21. RGB value is (241,99,33). Sum of RGB (Red+Green+Blue) = 241+99+33=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F16321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16321 is #0E9CDE. Grayscale: #868686. Windows color (decimal): -957663 or 2188273. OLE color: 2188273.
HSL color Cylindrical-coordinate representation of color #F16321: hue angle of 19.04º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F16321 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 33 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.05 |
| HSL | 19.04º | 0.88% | 0.54% | - |
| HSV(B) | 19.04º | 0.86% | 0.95% | - |
| XYZ | 41.01 | 27.73 | 4.63 | - |
| YUV | 133.93 | 71.04 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 33 | 0 | 0.59 | 0.86 | 0.05 | 19.04 | 0.88 | 0.54 |
| Hex | F1 | 63 | 21 | 0 | 3B | 56 | 5 | 13 | 58 | 36 |
| Octal | 361 | 143 | 41 | 0 | 73 | 126 | 5 | 23 | 130 | 66 |
| Binary | 11110001 | 1100011 | 100001 | 0 | 111011 | 1010110 | 101 | 10011 | 1011000 | 110110 |
Color Harmonies of #F16321
Complementary color
Monochromatic Colors of #F16321
Black with #F16321
Text Example
Text Example
White with #F16321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16321; }
p { color: rgb(241,99,33); }
H1.HeaderClassName
{
color: #F16321;
}
.AnyTagClassName
{
color: #F16321;
}
</style>
background-color css
<style>
a { background-color: #F16321; }
a { background-color: rgb(241,99,33); }
div.DivClassName
{
background-color: #F16321;
}
.BgClassName
{
background-color: #F16321;
}
</style>
border-color css
<style>
span { border-color: #F16321; }
span { border-color: rgb(241,99,33); }
td.TdClassName
{
border-color: #F16321;
}
.TagClassName
{
border-color: #F16321;
}
</style>