Shades of Pumpkin #F16720
Tints of Pumpkin #F16720
RGB
CMYK
RGB Variations
Color information
#F16720 (or 0xF16720) is known color: Pumpkin. HEX triplet: F1, 67 and 20. RGB value is (241,103,32). Sum of RGB (Red+Green+Blue) = 241+103+32=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F16720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16720 is #0E98DF. Grayscale: #888888. Windows color (decimal): -956640 or 2123761. OLE color: 2123761.
HSL color Cylindrical-coordinate representation of color #F16720: hue angle of 20.38º 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 #F16720 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 32 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.05 |
| HSL | 20.38º | 0.88% | 0.54% | - |
| HSV(B) | 20.38º | 0.87% | 0.95% | - |
| XYZ | 41.39 | 28.51 | 4.69 | - |
| YUV | 136.17 | 69.22 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 32 | 0 | 0.57 | 0.87 | 0.05 | 20.38 | 0.88 | 0.54 |
| Hex | F1 | 67 | 20 | 0 | 39 | 57 | 5 | 14 | 58 | 36 |
| Octal | 361 | 147 | 40 | 0 | 71 | 127 | 5 | 24 | 130 | 66 |
| Binary | 11110001 | 1100111 | 100000 | 0 | 111001 | 1010111 | 101 | 10100 | 1011000 | 110110 |
Color Harmonies of #F16720
Complementary color
Monochromatic Colors of #F16720
Black with #F16720
Text Example
Text Example
White with #F16720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16720; }
p { color: rgb(241,103,32); }
H1.HeaderClassName
{
color: #F16720;
}
.AnyTagClassName
{
color: #F16720;
}
</style>
background-color css
<style>
a { background-color: #F16720; }
a { background-color: rgb(241,103,32); }
div.DivClassName
{
background-color: #F16720;
}
.BgClassName
{
background-color: #F16720;
}
</style>
border-color css
<style>
span { border-color: #F16720; }
span { border-color: rgb(241,103,32); }
td.TdClassName
{
border-color: #F16720;
}
.TagClassName
{
border-color: #F16720;
}
</style>