Shades of Pumpkin #F16D14
Tints of Pumpkin #F16D14
RGB
CMYK
RGB Variations
Color information
#F16D14 (or 0xF16D14) is known color: Pumpkin. HEX triplet: F1, 6D and 14. RGB value is (241,109,20). Sum of RGB (Red+Green+Blue) = 241+109+20=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16D14 is #0E92EB. Grayscale: #8A8A8A. Windows color (decimal): -955116 or 1338865. OLE color: 1338865.
HSL color Cylindrical-coordinate representation of color #F16D14: hue angle of 24.16º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F16D14 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 20 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.05 |
| HSL | 24.16º | 0.89% | 0.51% | - |
| HSV(B) | 24.16º | 0.92% | 0.95% | - |
| XYZ | 41.87 | 29.69 | 4.19 | - |
| YUV | 138.32 | 61.23 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 20 | 0 | 0.55 | 0.92 | 0.05 | 24.16 | 0.89 | 0.51 |
| Hex | F1 | 6D | 14 | 0 | 37 | 5C | 5 | 18 | 59 | 33 |
| Octal | 361 | 155 | 24 | 0 | 67 | 134 | 5 | 30 | 131 | 63 |
| Binary | 11110001 | 1101101 | 10100 | 0 | 110111 | 1011100 | 101 | 11000 | 1011001 | 110011 |
Color Harmonies of #F16D14
Complementary color
Monochromatic Colors of #F16D14
Black with #F16D14
Text Example
Text Example
White with #F16D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D14; }
p { color: rgb(241,109,20); }
H1.HeaderClassName
{
color: #F16D14;
}
.AnyTagClassName
{
color: #F16D14;
}
</style>
background-color css
<style>
a { background-color: #F16D14; }
a { background-color: rgb(241,109,20); }
div.DivClassName
{
background-color: #F16D14;
}
.BgClassName
{
background-color: #F16D14;
}
</style>
border-color css
<style>
span { border-color: #F16D14; }
span { border-color: rgb(241,109,20); }
td.TdClassName
{
border-color: #F16D14;
}
.TagClassName
{
border-color: #F16D14;
}
</style>