Shades of Pumpkin #F16421
Tints of Pumpkin #F16421
RGB
CMYK
RGB Variations
Color information
#F16421 (or 0xF16421) is known color: Pumpkin. HEX triplet: F1, 64 and 21. RGB value is (241,100,33). Sum of RGB (Red+Green+Blue) = 241+100+33=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F16421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16421 is #0E9BDE. Grayscale: #868686. Windows color (decimal): -957407 or 2188529. OLE color: 2188529.
HSL color Cylindrical-coordinate representation of color #F16421: hue angle of 19.33º 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 #F16421 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 33 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.05 |
| HSL | 19.33º | 0.88% | 0.54% | - |
| HSV(B) | 19.33º | 0.86% | 0.95% | - |
| XYZ | 41.11 | 27.92 | 4.66 | - |
| YUV | 134.52 | 70.71 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 33 | 0 | 0.59 | 0.86 | 0.05 | 19.33 | 0.88 | 0.54 |
| Hex | F1 | 64 | 21 | 0 | 3B | 56 | 5 | 13 | 58 | 36 |
| Octal | 361 | 144 | 41 | 0 | 73 | 126 | 5 | 23 | 130 | 66 |
| Binary | 11110001 | 1100100 | 100001 | 0 | 111011 | 1010110 | 101 | 10011 | 1011000 | 110110 |
Color Harmonies of #F16421
Complementary color
Monochromatic Colors of #F16421
Black with #F16421
Text Example
Text Example
White with #F16421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16421; }
p { color: rgb(241,100,33); }
H1.HeaderClassName
{
color: #F16421;
}
.AnyTagClassName
{
color: #F16421;
}
</style>
background-color css
<style>
a { background-color: #F16421; }
a { background-color: rgb(241,100,33); }
div.DivClassName
{
background-color: #F16421;
}
.BgClassName
{
background-color: #F16421;
}
</style>
border-color css
<style>
span { border-color: #F16421; }
span { border-color: rgb(241,100,33); }
td.TdClassName
{
border-color: #F16421;
}
.TagClassName
{
border-color: #F16421;
}
</style>