Shades of Pumpkin #F37614
Tints of Pumpkin #F37614
RGB
CMYK
RGB Variations
Color information
#F37614 (or 0xF37614) is known color: Pumpkin. HEX triplet: F3, 76 and 14. RGB value is (243,118,20). Sum of RGB (Red+Green+Blue) = 243+118+20=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F37614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37614 is #0C89EB. Grayscale: #909090. Windows color (decimal): -821740 or 1341171. OLE color: 1341171.
HSL color Cylindrical-coordinate representation of color #F37614: hue angle of 26.37º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F37614 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.05 |
| HSL | 26.37º | 0.9% | 0.52% | - |
| HSV(B) | 26.37º | 0.92% | 0.95% | - |
| XYZ | 43.57 | 32.06 | 4.55 | - |
| YUV | 144.2 | 57.91 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 20 | 0 | 0.51 | 0.92 | 0.05 | 26.37 | 0.9 | 0.52 |
| Hex | F3 | 76 | 14 | 0 | 33 | 5C | 5 | 1A | 5A | 34 |
| Octal | 363 | 166 | 24 | 0 | 63 | 134 | 5 | 32 | 132 | 64 |
| Binary | 11110011 | 1110110 | 10100 | 0 | 110011 | 1011100 | 101 | 11010 | 1011010 | 110100 |
Color Harmonies of #F37614
Complementary color
Monochromatic Colors of #F37614
Black with #F37614
Text Example
Text Example
White with #F37614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37614; }
p { color: rgb(243,118,20); }
H1.HeaderClassName
{
color: #F37614;
}
.AnyTagClassName
{
color: #F37614;
}
</style>
background-color css
<style>
a { background-color: #F37614; }
a { background-color: rgb(243,118,20); }
div.DivClassName
{
background-color: #F37614;
}
.BgClassName
{
background-color: #F37614;
}
</style>
border-color css
<style>
span { border-color: #F37614; }
span { border-color: rgb(243,118,20); }
td.TdClassName
{
border-color: #F37614;
}
.TagClassName
{
border-color: #F37614;
}
</style>