Shades of Pumpkin #F66512
Tints of Pumpkin #F66512
RGB
CMYK
RGB Variations
Color information
#F66512 (or 0xF66512) is known color: Pumpkin. HEX triplet: F6, 65 and 12. RGB value is (246,101,18). Sum of RGB (Red+Green+Blue) = 246+101+18=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F66512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66512 is #099AED. Grayscale: #878787. Windows color (decimal): -629486 or 1205750. OLE color: 1205750.
HSL color Cylindrical-coordinate representation of color #F66512: hue angle of 21.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 #F66512 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.04 |
| HSL | 21.84º | 0.93% | 0.52% | - |
| HSV(B) | 21.84º | 0.93% | 0.96% | - |
| XYZ | 42.77 | 28.94 | 3.9 | - |
| YUV | 134.89 | 62.04 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 18 | 0 | 0.59 | 0.93 | 0.04 | 21.84 | 0.93 | 0.52 |
| Hex | F6 | 65 | 12 | 0 | 3B | 5D | 4 | 16 | 5D | 34 |
| Octal | 366 | 145 | 22 | 0 | 73 | 135 | 4 | 26 | 135 | 64 |
| Binary | 11110110 | 1100101 | 10010 | 0 | 111011 | 1011101 | 100 | 10110 | 1011101 | 110100 |
Color Harmonies of #F66512
Complementary color
Monochromatic Colors of #F66512
Black with #F66512
Text Example
Text Example
White with #F66512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66512; }
p { color: rgb(246,101,18); }
H1.HeaderClassName
{
color: #F66512;
}
.AnyTagClassName
{
color: #F66512;
}
</style>
background-color css
<style>
a { background-color: #F66512; }
a { background-color: rgb(246,101,18); }
div.DivClassName
{
background-color: #F66512;
}
.BgClassName
{
background-color: #F66512;
}
</style>
border-color css
<style>
span { border-color: #F66512; }
span { border-color: rgb(246,101,18); }
td.TdClassName
{
border-color: #F66512;
}
.TagClassName
{
border-color: #F66512;
}
</style>