Shades of Pumpkin #FF6D16
Tints of Pumpkin #FF6D16
RGB
CMYK
RGB Variations
Color information
#FF6D16 (or 0xFF6D16) is known color: Pumpkin. HEX triplet: FF, 6D and 16. RGB value is (255,109,22). Sum of RGB (Red+Green+Blue) = 255+109+22=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D16 is #0092E9. Grayscale: #8F8F8F. Windows color (decimal): -37610 or 1469951. OLE color: 1469951.
HSL color Cylindrical-coordinate representation of color #FF6D16: hue angle of 22.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF6D16 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 22 | - |
| CMYK | 0 | 0.57 | 0.91 | 0 |
| HSL | 22.4º | 1% | 0.54% | - |
| HSV(B) | 22.4º | 0.91% | 1% | - |
| XYZ | 46.85 | 32.26 | 4.52 | - |
| YUV | 142.74 | 59.87 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 22 | 0 | 0.57 | 0.91 | 0 | 22.4 | 1 | 0.54 |
| Hex | FF | 6D | 16 | 0 | 39 | 5B | 0 | 16 | 64 | 36 |
| Octal | 377 | 155 | 26 | 0 | 71 | 133 | 0 | 26 | 144 | 66 |
| Binary | 11111111 | 1101101 | 10110 | 0 | 111001 | 1011011 | 0 | 10110 | 1100100 | 110110 |
Color Harmonies of #FF6D16
Complementary color
Monochromatic Colors of #FF6D16
Black with #FF6D16
Text Example
Text Example
White with #FF6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D16; }
p { color: rgb(255,109,22); }
H1.HeaderClassName
{
color: #FF6D16;
}
.AnyTagClassName
{
color: #FF6D16;
}
</style>
background-color css
<style>
a { background-color: #FF6D16; }
a { background-color: rgb(255,109,22); }
div.DivClassName
{
background-color: #FF6D16;
}
.BgClassName
{
background-color: #FF6D16;
}
</style>
border-color css
<style>
span { border-color: #FF6D16; }
span { border-color: rgb(255,109,22); }
td.TdClassName
{
border-color: #FF6D16;
}
.TagClassName
{
border-color: #FF6D16;
}
</style>