Shades of Pumpkin #F7641E
Tints of Pumpkin #F7641E
RGB
CMYK
RGB Variations
Color information
#F7641E (or 0xF7641E) is known color: Pumpkin. HEX triplet: F7, 64 and 1E. RGB value is (247,100,30). Sum of RGB (Red+Green+Blue) = 247+100+30=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7641E is #089BE1. Grayscale: #888888. Windows color (decimal): -564194 or 1991927. OLE color: 1991927.
HSL color Cylindrical-coordinate representation of color #F7641E: hue angle of 19.35º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7641E is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 30 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.03 |
| HSL | 19.35º | 0.93% | 0.54% | - |
| HSV(B) | 19.35º | 0.88% | 0.97% | - |
| XYZ | 43.15 | 28.98 | 4.55 | - |
| YUV | 135.97 | 68.2 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 30 | 0 | 0.60 | 0.88 | 0.03 | 19.35 | 0.93 | 0.54 |
| Hex | F7 | 64 | 1E | 0 | 3C | 58 | 3 | 13 | 5D | 36 |
| Octal | 367 | 144 | 36 | 0 | 74 | 130 | 3 | 23 | 135 | 66 |
| Binary | 11110111 | 1100100 | 11110 | 0 | 111100 | 1011000 | 11 | 10011 | 1011101 | 110110 |
Color Harmonies of #F7641E
Complementary color
Monochromatic Colors of #F7641E
Black with #F7641E
Text Example
Text Example
White with #F7641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7641E; }
p { color: rgb(247,100,30); }
H1.HeaderClassName
{
color: #F7641E;
}
.AnyTagClassName
{
color: #F7641E;
}
</style>
background-color css
<style>
a { background-color: #F7641E; }
a { background-color: rgb(247,100,30); }
div.DivClassName
{
background-color: #F7641E;
}
.BgClassName
{
background-color: #F7641E;
}
</style>
border-color css
<style>
span { border-color: #F7641E; }
span { border-color: rgb(247,100,30); }
td.TdClassName
{
border-color: #F7641E;
}
.TagClassName
{
border-color: #F7641E;
}
</style>