Shades of Pumpkin #F67426
Tints of Pumpkin #F67426
RGB
CMYK
RGB Variations
Color information
#F67426 (or 0xF67426) is known color: Pumpkin. HEX triplet: F6, 74 and 26. RGB value is (246,116,38). Sum of RGB (Red+Green+Blue) = 246+116+38=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F67426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67426 is #098BD9. Grayscale: #929292. Windows color (decimal): -625626 or 2520310. OLE color: 2520310.
HSL color Cylindrical-coordinate representation of color #F67426: hue angle of 22.5º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F67426 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 38 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.04 |
| HSL | 22.5º | 0.92% | 0.56% | - |
| HSV(B) | 22.5º | 0.85% | 0.96% | - |
| XYZ | 44.6 | 32.22 | 5.7 | - |
| YUV | 145.98 | 67.07 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 38 | 0 | 0.53 | 0.85 | 0.04 | 22.5 | 0.92 | 0.56 |
| Hex | F6 | 74 | 26 | 0 | 35 | 55 | 4 | 16 | 5C | 38 |
| Octal | 366 | 164 | 46 | 0 | 65 | 125 | 4 | 26 | 134 | 70 |
| Binary | 11110110 | 1110100 | 100110 | 0 | 110101 | 1010101 | 100 | 10110 | 1011100 | 111000 |
Color Harmonies of #F67426
Complementary color
Monochromatic Colors of #F67426
Black with #F67426
Text Example
Text Example
White with #F67426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67426; }
p { color: rgb(246,116,38); }
H1.HeaderClassName
{
color: #F67426;
}
.AnyTagClassName
{
color: #F67426;
}
</style>
background-color css
<style>
a { background-color: #F67426; }
a { background-color: rgb(246,116,38); }
div.DivClassName
{
background-color: #F67426;
}
.BgClassName
{
background-color: #F67426;
}
</style>
border-color css
<style>
span { border-color: #F67426; }
span { border-color: rgb(246,116,38); }
td.TdClassName
{
border-color: #F67426;
}
.TagClassName
{
border-color: #F67426;
}
</style>