Shades of Pumpkin #F66416
Tints of Pumpkin #F66416
RGB
CMYK
RGB Variations
Color information
#F66416 (or 0xF66416) is known color: Pumpkin. HEX triplet: F6, 64 and 16. RGB value is (246,100,22). Sum of RGB (Red+Green+Blue) = 246+100+22=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F66416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66416 is #099BE9. Grayscale: #878787. Windows color (decimal): -629738 or 1467638. OLE color: 1467638.
HSL color Cylindrical-coordinate representation of color #F66416: hue angle of 20.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F66416 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.04 |
| HSL | 20.89º | 0.93% | 0.53% | - |
| HSV(B) | 20.89º | 0.91% | 0.96% | - |
| XYZ | 42.71 | 28.77 | 4.06 | - |
| YUV | 134.76 | 64.37 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 22 | 0 | 0.59 | 0.91 | 0.04 | 20.89 | 0.93 | 0.53 |
| Hex | F6 | 64 | 16 | 0 | 3B | 5B | 4 | 15 | 5D | 35 |
| Octal | 366 | 144 | 26 | 0 | 73 | 133 | 4 | 25 | 135 | 65 |
| Binary | 11110110 | 1100100 | 10110 | 0 | 111011 | 1011011 | 100 | 10101 | 1011101 | 110101 |
Color Harmonies of #F66416
Complementary color
Monochromatic Colors of #F66416
Black with #F66416
Text Example
Text Example
White with #F66416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66416; }
p { color: rgb(246,100,22); }
H1.HeaderClassName
{
color: #F66416;
}
.AnyTagClassName
{
color: #F66416;
}
</style>
background-color css
<style>
a { background-color: #F66416; }
a { background-color: rgb(246,100,22); }
div.DivClassName
{
background-color: #F66416;
}
.BgClassName
{
background-color: #F66416;
}
</style>
border-color css
<style>
span { border-color: #F66416; }
span { border-color: rgb(246,100,22); }
td.TdClassName
{
border-color: #F66416;
}
.TagClassName
{
border-color: #F66416;
}
</style>