Shades of Pumpkin #F16221
Tints of Pumpkin #F16221
RGB
CMYK
RGB Variations
Color information
#F16221 (or 0xF16221) is known color: Pumpkin. HEX triplet: F1, 62 and 21. RGB value is (241,98,33). Sum of RGB (Red+Green+Blue) = 241+98+33=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F16221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16221 is #0E9DDE. Grayscale: #858585. Windows color (decimal): -957919 or 2188017. OLE color: 2188017.
HSL color Cylindrical-coordinate representation of color #F16221: hue angle of 18.75º 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 #F16221 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 33 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.05 |
| HSL | 18.75º | 0.88% | 0.54% | - |
| HSV(B) | 18.75º | 0.86% | 0.95% | - |
| XYZ | 40.92 | 27.55 | 4.6 | - |
| YUV | 133.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 33 | 0 | 0.59 | 0.86 | 0.05 | 18.75 | 0.88 | 0.54 |
| Hex | F1 | 62 | 21 | 0 | 3B | 56 | 5 | 13 | 58 | 36 |
| Octal | 361 | 142 | 41 | 0 | 73 | 126 | 5 | 23 | 130 | 66 |
| Binary | 11110001 | 1100010 | 100001 | 0 | 111011 | 1010110 | 101 | 10011 | 1011000 | 110110 |
Color Harmonies of #F16221
Complementary color
Monochromatic Colors of #F16221
Black with #F16221
Text Example
Text Example
White with #F16221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16221; }
p { color: rgb(241,98,33); }
H1.HeaderClassName
{
color: #F16221;
}
.AnyTagClassName
{
color: #F16221;
}
</style>
background-color css
<style>
a { background-color: #F16221; }
a { background-color: rgb(241,98,33); }
div.DivClassName
{
background-color: #F16221;
}
.BgClassName
{
background-color: #F16221;
}
</style>
border-color css
<style>
span { border-color: #F16221; }
span { border-color: rgb(241,98,33); }
td.TdClassName
{
border-color: #F16221;
}
.TagClassName
{
border-color: #F16221;
}
</style>