Shades of Pumpkin #F67212
Tints of Pumpkin #F67212
RGB
CMYK
RGB Variations
Color information
#F67212 (or 0xF67212) is known color: Pumpkin. HEX triplet: F6, 72 and 12. RGB value is (246,114,18). Sum of RGB (Red+Green+Blue) = 246+114+18=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F67212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67212 is #098DED. Grayscale: #8F8F8F. Windows color (decimal): -626158 or 1209078. OLE color: 1209078.
HSL color Cylindrical-coordinate representation of color #F67212: hue angle of 25.26º 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 #F67212 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 25.26º | 0.93% | 0.52% | - |
| HSV(B) | 25.26º | 0.93% | 0.96% | - |
| XYZ | 44.13 | 31.67 | 4.36 | - |
| YUV | 142.52 | 57.73 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 18 | 0 | 0.54 | 0.93 | 0.04 | 25.26 | 0.93 | 0.52 |
| Hex | F6 | 72 | 12 | 0 | 36 | 5D | 4 | 19 | 5D | 34 |
| Octal | 366 | 162 | 22 | 0 | 66 | 135 | 4 | 31 | 135 | 64 |
| Binary | 11110110 | 1110010 | 10010 | 0 | 110110 | 1011101 | 100 | 11001 | 1011101 | 110100 |
Color Harmonies of #F67212
Complementary color
Monochromatic Colors of #F67212
Black with #F67212
Text Example
Text Example
White with #F67212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67212; }
p { color: rgb(246,114,18); }
H1.HeaderClassName
{
color: #F67212;
}
.AnyTagClassName
{
color: #F67212;
}
</style>
background-color css
<style>
a { background-color: #F67212; }
a { background-color: rgb(246,114,18); }
div.DivClassName
{
background-color: #F67212;
}
.BgClassName
{
background-color: #F67212;
}
</style>
border-color css
<style>
span { border-color: #F67212; }
span { border-color: rgb(246,114,18); }
td.TdClassName
{
border-color: #F67212;
}
.TagClassName
{
border-color: #F67212;
}
</style>