Shades of Pumpkin #F16B20
Tints of Pumpkin #F16B20
RGB
CMYK
RGB Variations
Color information
#F16B20 (or 0xF16B20) is known color: Pumpkin. HEX triplet: F1, 6B and 20. RGB value is (241,107,32). Sum of RGB (Red+Green+Blue) = 241+107+32=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B20 is #0E94DF. Grayscale: #8A8A8A. Windows color (decimal): -955616 or 2124785. OLE color: 2124785.
HSL color Cylindrical-coordinate representation of color #F16B20: hue angle of 21.53º 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 #F16B20 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 32 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.05 |
| HSL | 21.53º | 0.88% | 0.54% | - |
| HSV(B) | 21.53º | 0.87% | 0.95% | - |
| XYZ | 41.79 | 29.32 | 4.82 | - |
| YUV | 138.52 | 67.89 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 32 | 0 | 0.56 | 0.87 | 0.05 | 21.53 | 0.88 | 0.54 |
| Hex | F1 | 6B | 20 | 0 | 38 | 57 | 5 | 16 | 58 | 36 |
| Octal | 361 | 153 | 40 | 0 | 70 | 127 | 5 | 26 | 130 | 66 |
| Binary | 11110001 | 1101011 | 100000 | 0 | 111000 | 1010111 | 101 | 10110 | 1011000 | 110110 |
Color Harmonies of #F16B20
Complementary color
Monochromatic Colors of #F16B20
Black with #F16B20
Text Example
Text Example
White with #F16B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B20; }
p { color: rgb(241,107,32); }
H1.HeaderClassName
{
color: #F16B20;
}
.AnyTagClassName
{
color: #F16B20;
}
</style>
background-color css
<style>
a { background-color: #F16B20; }
a { background-color: rgb(241,107,32); }
div.DivClassName
{
background-color: #F16B20;
}
.BgClassName
{
background-color: #F16B20;
}
</style>
border-color css
<style>
span { border-color: #F16B20; }
span { border-color: rgb(241,107,32); }
td.TdClassName
{
border-color: #F16B20;
}
.TagClassName
{
border-color: #F16B20;
}
</style>