Shades of Pumpkin #F66612
Tints of Pumpkin #F66612
RGB
CMYK
RGB Variations
Color information
#F66612 (or 0xF66612) is known color: Pumpkin. HEX triplet: F6, 66 and 12. RGB value is (246,102,18). Sum of RGB (Red+Green+Blue) = 246+102+18=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F66612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66612 is #0999ED. Grayscale: #878787. Windows color (decimal): -629230 or 1206006. OLE color: 1206006.
HSL color Cylindrical-coordinate representation of color #F66612: hue angle of 22.11º 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 #F66612 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.04 |
| HSL | 22.11º | 0.93% | 0.52% | - |
| HSV(B) | 22.11º | 0.93% | 0.96% | - |
| XYZ | 42.87 | 29.14 | 3.94 | - |
| YUV | 135.48 | 61.71 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 18 | 0 | 0.59 | 0.93 | 0.04 | 22.11 | 0.93 | 0.52 |
| Hex | F6 | 66 | 12 | 0 | 3B | 5D | 4 | 16 | 5D | 34 |
| Octal | 366 | 146 | 22 | 0 | 73 | 135 | 4 | 26 | 135 | 64 |
| Binary | 11110110 | 1100110 | 10010 | 0 | 111011 | 1011101 | 100 | 10110 | 1011101 | 110100 |
Color Harmonies of #F66612
Complementary color
Monochromatic Colors of #F66612
Black with #F66612
Text Example
Text Example
White with #F66612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66612; }
p { color: rgb(246,102,18); }
H1.HeaderClassName
{
color: #F66612;
}
.AnyTagClassName
{
color: #F66612;
}
</style>
background-color css
<style>
a { background-color: #F66612; }
a { background-color: rgb(246,102,18); }
div.DivClassName
{
background-color: #F66612;
}
.BgClassName
{
background-color: #F66612;
}
</style>
border-color css
<style>
span { border-color: #F66612; }
span { border-color: rgb(246,102,18); }
td.TdClassName
{
border-color: #F66612;
}
.TagClassName
{
border-color: #F66612;
}
</style>