Shades of Pumpkin #F67112
Tints of Pumpkin #F67112
RGB
CMYK
RGB Variations
Color information
#F67112 (or 0xF67112) is known color: Pumpkin. HEX triplet: F6, 71 and 12. RGB value is (246,113,18). Sum of RGB (Red+Green+Blue) = 246+113+18=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F67112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67112 is #098EED. Grayscale: #8E8E8E. Windows color (decimal): -626414 or 1208822. OLE color: 1208822.
HSL color Cylindrical-coordinate representation of color #F67112: hue angle of 25º 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 #F67112 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.04 |
| HSL | 25º | 0.93% | 0.52% | - |
| HSV(B) | 25º | 0.93% | 0.96% | - |
| XYZ | 44.02 | 31.45 | 4.32 | - |
| YUV | 141.94 | 58.06 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 18 | 0 | 0.54 | 0.93 | 0.04 | 25 | 0.93 | 0.52 |
| Hex | F6 | 71 | 12 | 0 | 36 | 5D | 4 | 19 | 5D | 34 |
| Octal | 366 | 161 | 22 | 0 | 66 | 135 | 4 | 31 | 135 | 64 |
| Binary | 11110110 | 1110001 | 10010 | 0 | 110110 | 1011101 | 100 | 11001 | 1011101 | 110100 |
Color Harmonies of #F67112
Complementary color
Monochromatic Colors of #F67112
Black with #F67112
Text Example
Text Example
White with #F67112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67112; }
p { color: rgb(246,113,18); }
H1.HeaderClassName
{
color: #F67112;
}
.AnyTagClassName
{
color: #F67112;
}
</style>
background-color css
<style>
a { background-color: #F67112; }
a { background-color: rgb(246,113,18); }
div.DivClassName
{
background-color: #F67112;
}
.BgClassName
{
background-color: #F67112;
}
</style>
border-color css
<style>
span { border-color: #F67112; }
span { border-color: rgb(246,113,18); }
td.TdClassName
{
border-color: #F67112;
}
.TagClassName
{
border-color: #F67112;
}
</style>