Shades of Pumpkin #F6721E
Tints of Pumpkin #F6721E
RGB
CMYK
RGB Variations
Color information
#F6721E (or 0xF6721E) is known color: Pumpkin. HEX triplet: F6, 72 and 1E. RGB value is (246,114,30). Sum of RGB (Red+Green+Blue) = 246+114+30=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6721E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6721E is #098DE1. Grayscale: #909090. Windows color (decimal): -626146 or 1995510. OLE color: 1995510.
HSL color Cylindrical-coordinate representation of color #F6721E: hue angle of 23.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6721E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.04 |
| HSL | 23.33º | 0.92% | 0.54% | - |
| HSV(B) | 23.33º | 0.88% | 0.96% | - |
| XYZ | 44.26 | 31.72 | 5.02 | - |
| YUV | 143.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 30 | 0 | 0.54 | 0.88 | 0.04 | 23.33 | 0.92 | 0.54 |
| Hex | F6 | 72 | 1E | 0 | 36 | 58 | 4 | 17 | 5C | 36 |
| Octal | 366 | 162 | 36 | 0 | 66 | 130 | 4 | 27 | 134 | 66 |
| Binary | 11110110 | 1110010 | 11110 | 0 | 110110 | 1011000 | 100 | 10111 | 1011100 | 110110 |
Color Harmonies of #F6721E
Complementary color
Monochromatic Colors of #F6721E
Black with #F6721E
Text Example
Text Example
White with #F6721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6721E; }
p { color: rgb(246,114,30); }
H1.HeaderClassName
{
color: #F6721E;
}
.AnyTagClassName
{
color: #F6721E;
}
</style>
background-color css
<style>
a { background-color: #F6721E; }
a { background-color: rgb(246,114,30); }
div.DivClassName
{
background-color: #F6721E;
}
.BgClassName
{
background-color: #F6721E;
}
</style>
border-color css
<style>
span { border-color: #F6721E; }
span { border-color: rgb(246,114,30); }
td.TdClassName
{
border-color: #F6721E;
}
.TagClassName
{
border-color: #F6721E;
}
</style>