Shades of Pumpkin #F67812
Tints of Pumpkin #F67812
RGB
CMYK
RGB Variations
Color information
#F67812 (or 0xF67812) is known color: Pumpkin. HEX triplet: F6, 78 and 12. RGB value is (246,120,18). Sum of RGB (Red+Green+Blue) = 246+120+18=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F67812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67812 is #0987ED. Grayscale: #929292. Windows color (decimal): -624622 or 1210614. OLE color: 1210614.
HSL color Cylindrical-coordinate representation of color #F67812: hue angle of 26.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F67812 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 18 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.04 |
| HSL | 26.84º | 0.93% | 0.52% | - |
| HSV(B) | 26.84º | 0.93% | 0.96% | - |
| XYZ | 44.83 | 33.07 | 4.59 | - |
| YUV | 146.05 | 55.74 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 18 | 0 | 0.51 | 0.93 | 0.04 | 26.84 | 0.93 | 0.52 |
| Hex | F6 | 78 | 12 | 0 | 33 | 5D | 4 | 1B | 5D | 34 |
| Octal | 366 | 170 | 22 | 0 | 63 | 135 | 4 | 33 | 135 | 64 |
| Binary | 11110110 | 1111000 | 10010 | 0 | 110011 | 1011101 | 100 | 11011 | 1011101 | 110100 |
Color Harmonies of #F67812
Complementary color
Monochromatic Colors of #F67812
Black with #F67812
Text Example
Text Example
White with #F67812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67812; }
p { color: rgb(246,120,18); }
H1.HeaderClassName
{
color: #F67812;
}
.AnyTagClassName
{
color: #F67812;
}
</style>
background-color css
<style>
a { background-color: #F67812; }
a { background-color: rgb(246,120,18); }
div.DivClassName
{
background-color: #F67812;
}
.BgClassName
{
background-color: #F67812;
}
</style>
border-color css
<style>
span { border-color: #F67812; }
span { border-color: rgb(246,120,18); }
td.TdClassName
{
border-color: #F67812;
}
.TagClassName
{
border-color: #F67812;
}
</style>