Shades of Pumpkin #F76713
Tints of Pumpkin #F76713
RGB
CMYK
RGB Variations
Color information
#F76713 (or 0xF76713) is known color: Pumpkin. HEX triplet: F7, 67 and 13. RGB value is (247,103,19). Sum of RGB (Red+Green+Blue) = 247+103+19=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F76713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76713 is #0898EC. Grayscale: #888888. Windows color (decimal): -563437 or 1271799. OLE color: 1271799.
HSL color Cylindrical-coordinate representation of color #F76713: hue angle of 22.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F76713 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 19 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.03 |
| HSL | 22.11º | 0.93% | 0.52% | - |
| HSV(B) | 22.11º | 0.92% | 0.97% | - |
| XYZ | 43.33 | 29.52 | 4.03 | - |
| YUV | 136.48 | 61.71 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 19 | 0 | 0.58 | 0.92 | 0.03 | 22.11 | 0.93 | 0.52 |
| Hex | F7 | 67 | 13 | 0 | 3A | 5C | 3 | 16 | 5D | 34 |
| Octal | 367 | 147 | 23 | 0 | 72 | 134 | 3 | 26 | 135 | 64 |
| Binary | 11110111 | 1100111 | 10011 | 0 | 111010 | 1011100 | 11 | 10110 | 1011101 | 110100 |
Color Harmonies of #F76713
Complementary color
Monochromatic Colors of #F76713
Black with #F76713
Text Example
Text Example
White with #F76713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76713; }
p { color: rgb(247,103,19); }
H1.HeaderClassName
{
color: #F76713;
}
.AnyTagClassName
{
color: #F76713;
}
</style>
background-color css
<style>
a { background-color: #F76713; }
a { background-color: rgb(247,103,19); }
div.DivClassName
{
background-color: #F76713;
}
.BgClassName
{
background-color: #F76713;
}
</style>
border-color css
<style>
span { border-color: #F76713; }
span { border-color: rgb(247,103,19); }
td.TdClassName
{
border-color: #F76713;
}
.TagClassName
{
border-color: #F76713;
}
</style>