Shades of Pumpkin #F16E14
Tints of Pumpkin #F16E14
RGB
CMYK
RGB Variations
Color information
#F16E14 (or 0xF16E14) is known color: Pumpkin. HEX triplet: F1, 6E and 14. RGB value is (241,110,20). Sum of RGB (Red+Green+Blue) = 241+110+20=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16E14 is #0E91EB. Grayscale: #8B8B8B. Windows color (decimal): -954860 or 1339121. OLE color: 1339121.
HSL color Cylindrical-coordinate representation of color #F16E14: hue angle of 24.43º 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 #F16E14 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 20 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.05 |
| HSL | 24.43º | 0.89% | 0.51% | - |
| HSV(B) | 24.43º | 0.92% | 0.95% | - |
| XYZ | 41.98 | 29.9 | 4.22 | - |
| YUV | 138.91 | 60.9 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 20 | 0 | 0.54 | 0.92 | 0.05 | 24.43 | 0.89 | 0.51 |
| Hex | F1 | 6E | 14 | 0 | 36 | 5C | 5 | 18 | 59 | 33 |
| Octal | 361 | 156 | 24 | 0 | 66 | 134 | 5 | 30 | 131 | 63 |
| Binary | 11110001 | 1101110 | 10100 | 0 | 110110 | 1011100 | 101 | 11000 | 1011001 | 110011 |
Color Harmonies of #F16E14
Complementary color
Monochromatic Colors of #F16E14
Black with #F16E14
Text Example
Text Example
White with #F16E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E14; }
p { color: rgb(241,110,20); }
H1.HeaderClassName
{
color: #F16E14;
}
.AnyTagClassName
{
color: #F16E14;
}
</style>
background-color css
<style>
a { background-color: #F16E14; }
a { background-color: rgb(241,110,20); }
div.DivClassName
{
background-color: #F16E14;
}
.BgClassName
{
background-color: #F16E14;
}
</style>
border-color css
<style>
span { border-color: #F16E14; }
span { border-color: rgb(241,110,20); }
td.TdClassName
{
border-color: #F16E14;
}
.TagClassName
{
border-color: #F16E14;
}
</style>