Shades of Pumpkin #F66A16
Tints of Pumpkin #F66A16
RGB
CMYK
RGB Variations
Color information
#F66A16 (or 0xF66A16) is known color: Pumpkin. HEX triplet: F6, 6A and 16. RGB value is (246,106,22). Sum of RGB (Red+Green+Blue) = 246+106+22=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66A16 is #0995E9. Grayscale: #8A8A8A. Windows color (decimal): -628202 or 1469174. OLE color: 1469174.
HSL color Cylindrical-coordinate representation of color #F66A16: hue angle of 22.5º 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 #F66A16 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 22 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.04 |
| HSL | 22.5º | 0.93% | 0.53% | - |
| HSV(B) | 22.5º | 0.91% | 0.96% | - |
| XYZ | 43.3 | 29.96 | 4.26 | - |
| YUV | 138.28 | 62.38 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 22 | 0 | 0.57 | 0.91 | 0.04 | 22.5 | 0.93 | 0.53 |
| Hex | F6 | 6A | 16 | 0 | 39 | 5B | 4 | 16 | 5D | 35 |
| Octal | 366 | 152 | 26 | 0 | 71 | 133 | 4 | 26 | 135 | 65 |
| Binary | 11110110 | 1101010 | 10110 | 0 | 111001 | 1011011 | 100 | 10110 | 1011101 | 110101 |
Color Harmonies of #F66A16
Complementary color
Monochromatic Colors of #F66A16
Black with #F66A16
Text Example
Text Example
White with #F66A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66A16; }
p { color: rgb(246,106,22); }
H1.HeaderClassName
{
color: #F66A16;
}
.AnyTagClassName
{
color: #F66A16;
}
</style>
background-color css
<style>
a { background-color: #F66A16; }
a { background-color: rgb(246,106,22); }
div.DivClassName
{
background-color: #F66A16;
}
.BgClassName
{
background-color: #F66A16;
}
</style>
border-color css
<style>
span { border-color: #F66A16; }
span { border-color: rgb(246,106,22); }
td.TdClassName
{
border-color: #F66A16;
}
.TagClassName
{
border-color: #F66A16;
}
</style>