Shades of Pumpkin #F16920
Tints of Pumpkin #F16920
RGB
CMYK
RGB Variations
Color information
#F16920 (or 0xF16920) is known color: Pumpkin. HEX triplet: F1, 69 and 20. RGB value is (241,105,32). Sum of RGB (Red+Green+Blue) = 241+105+32=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F16920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16920 is #0E96DF. Grayscale: #898989. Windows color (decimal): -956128 or 2124273. OLE color: 2124273.
HSL color Cylindrical-coordinate representation of color #F16920: hue angle of 20.96º 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 #F16920 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 32 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.05 |
| HSL | 20.96º | 0.88% | 0.54% | - |
| HSV(B) | 20.96º | 0.87% | 0.95% | - |
| XYZ | 41.59 | 28.91 | 4.75 | - |
| YUV | 137.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 32 | 0 | 0.56 | 0.87 | 0.05 | 20.96 | 0.88 | 0.54 |
| Hex | F1 | 69 | 20 | 0 | 38 | 57 | 5 | 15 | 58 | 36 |
| Octal | 361 | 151 | 40 | 0 | 70 | 127 | 5 | 25 | 130 | 66 |
| Binary | 11110001 | 1101001 | 100000 | 0 | 111000 | 1010111 | 101 | 10101 | 1011000 | 110110 |
Color Harmonies of #F16920
Complementary color
Monochromatic Colors of #F16920
Black with #F16920
Text Example
Text Example
White with #F16920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16920; }
p { color: rgb(241,105,32); }
H1.HeaderClassName
{
color: #F16920;
}
.AnyTagClassName
{
color: #F16920;
}
</style>
background-color css
<style>
a { background-color: #F16920; }
a { background-color: rgb(241,105,32); }
div.DivClassName
{
background-color: #F16920;
}
.BgClassName
{
background-color: #F16920;
}
</style>
border-color css
<style>
span { border-color: #F16920; }
span { border-color: rgb(241,105,32); }
td.TdClassName
{
border-color: #F16920;
}
.TagClassName
{
border-color: #F16920;
}
</style>