Shades of Pumpkin #F76321
Tints of Pumpkin #F76321
RGB
CMYK
RGB Variations
Color information
#F76321 (or 0xF76321) is known color: Pumpkin. HEX triplet: F7, 63 and 21. RGB value is (247,99,33). Sum of RGB (Red+Green+Blue) = 247+99+33=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F76321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76321 is #089CDE. Grayscale: #888888. Windows color (decimal): -564447 or 2188279. OLE color: 2188279.
HSL color Cylindrical-coordinate representation of color #F76321: hue angle of 18.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F76321 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 33 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.03 |
| HSL | 18.5º | 0.93% | 0.55% | - |
| HSV(B) | 18.5º | 0.87% | 0.97% | - |
| XYZ | 43.09 | 28.81 | 4.73 | - |
| YUV | 135.73 | 70.03 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 33 | 0 | 0.60 | 0.87 | 0.03 | 18.5 | 0.93 | 0.55 |
| Hex | F7 | 63 | 21 | 0 | 3C | 57 | 3 | 13 | 5D | 37 |
| Octal | 367 | 143 | 41 | 0 | 74 | 127 | 3 | 23 | 135 | 67 |
| Binary | 11110111 | 1100011 | 100001 | 0 | 111100 | 1010111 | 11 | 10011 | 1011101 | 110111 |
Color Harmonies of #F76321
Complementary color
Monochromatic Colors of #F76321
Black with #F76321
Text Example
Text Example
White with #F76321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76321; }
p { color: rgb(247,99,33); }
H1.HeaderClassName
{
color: #F76321;
}
.AnyTagClassName
{
color: #F76321;
}
</style>
background-color css
<style>
a { background-color: #F76321; }
a { background-color: rgb(247,99,33); }
div.DivClassName
{
background-color: #F76321;
}
.BgClassName
{
background-color: #F76321;
}
</style>
border-color css
<style>
span { border-color: #F76321; }
span { border-color: rgb(247,99,33); }
td.TdClassName
{
border-color: #F76321;
}
.TagClassName
{
border-color: #F76321;
}
</style>