Shades of Pumpkin #F67012
Tints of Pumpkin #F67012
RGB
CMYK
RGB Variations
Color information
#F67012 (or 0xF67012) is known color: Pumpkin. HEX triplet: F6, 70 and 12. RGB value is (246,112,18). Sum of RGB (Red+Green+Blue) = 246+112+18=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F67012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67012 is #098FED. Grayscale: #8D8D8D. Windows color (decimal): -626670 or 1208566. OLE color: 1208566.
HSL color Cylindrical-coordinate representation of color #F67012: hue angle of 24.74º 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 #F67012 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 24.74º | 0.93% | 0.52% | - |
| HSV(B) | 24.74º | 0.93% | 0.96% | - |
| XYZ | 43.91 | 31.22 | 4.28 | - |
| YUV | 141.35 | 58.39 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 18 | 0 | 0.54 | 0.93 | 0.04 | 24.74 | 0.93 | 0.52 |
| Hex | F6 | 70 | 12 | 0 | 36 | 5D | 4 | 19 | 5D | 34 |
| Octal | 366 | 160 | 22 | 0 | 66 | 135 | 4 | 31 | 135 | 64 |
| Binary | 11110110 | 1110000 | 10010 | 0 | 110110 | 1011101 | 100 | 11001 | 1011101 | 110100 |
Color Harmonies of #F67012
Complementary color
Monochromatic Colors of #F67012
Black with #F67012
Text Example
Text Example
White with #F67012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67012; }
p { color: rgb(246,112,18); }
H1.HeaderClassName
{
color: #F67012;
}
.AnyTagClassName
{
color: #F67012;
}
</style>
background-color css
<style>
a { background-color: #F67012; }
a { background-color: rgb(246,112,18); }
div.DivClassName
{
background-color: #F67012;
}
.BgClassName
{
background-color: #F67012;
}
</style>
border-color css
<style>
span { border-color: #F67012; }
span { border-color: rgb(246,112,18); }
td.TdClassName
{
border-color: #F67012;
}
.TagClassName
{
border-color: #F67012;
}
</style>