Shades of Pumpkin #F5740E
Tints of Pumpkin #F5740E
RGB
CMYK
RGB Variations
Color information
#F5740E (or 0xF5740E) is known color: Pumpkin. HEX triplet: F5, 74 and 0E. RGB value is (245,116,14). Sum of RGB (Red+Green+Blue) = 245+116+14=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5740E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5740E is #0A8BF1. Grayscale: #8F8F8F. Windows color (decimal): -691186 or 947445. OLE color: 947445.
HSL color Cylindrical-coordinate representation of color #F5740E: hue angle of 26.49º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5740E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.04 |
| HSL | 26.49º | 0.92% | 0.51% | - |
| HSV(B) | 26.49º | 0.94% | 0.96% | - |
| XYZ | 43.98 | 31.93 | 4.26 | - |
| YUV | 142.94 | 55.24 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 14 | 0 | 0.53 | 0.94 | 0.04 | 26.49 | 0.92 | 0.51 |
| Hex | F5 | 74 | E | 0 | 35 | 5E | 4 | 1A | 5C | 33 |
| Octal | 365 | 164 | 16 | 0 | 65 | 136 | 4 | 32 | 134 | 63 |
| Binary | 11110101 | 1110100 | 1110 | 0 | 110101 | 1011110 | 100 | 11010 | 1011100 | 110011 |
Color Harmonies of #F5740E
Complementary color
Monochromatic Colors of #F5740E
Black with #F5740E
Text Example
Text Example
White with #F5740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5740E; }
p { color: rgb(245,116,14); }
H1.HeaderClassName
{
color: #F5740E;
}
.AnyTagClassName
{
color: #F5740E;
}
</style>
background-color css
<style>
a { background-color: #F5740E; }
a { background-color: rgb(245,116,14); }
div.DivClassName
{
background-color: #F5740E;
}
.BgClassName
{
background-color: #F5740E;
}
</style>
border-color css
<style>
span { border-color: #F5740E; }
span { border-color: rgb(245,116,14); }
td.TdClassName
{
border-color: #F5740E;
}
.TagClassName
{
border-color: #F5740E;
}
</style>