Shades of Pumpkin #FF6D14
Tints of Pumpkin #FF6D14
RGB
CMYK
RGB Variations
Color information
#FF6D14 (or 0xFF6D14) is known color: Pumpkin. HEX triplet: FF, 6D and 14. RGB value is (255,109,20). Sum of RGB (Red+Green+Blue) = 255+109+20=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D14 is #0092EB. Grayscale: #8F8F8F. Windows color (decimal): -37612 or 1338879. OLE color: 1338879.
HSL color Cylindrical-coordinate representation of color #FF6D14: hue angle of 22.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF6D14 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 20 | - |
| CMYK | 0 | 0.57 | 0.92 | 0 |
| HSL | 22.72º | 1% | 0.54% | - |
| HSV(B) | 22.72º | 0.92% | 1% | - |
| XYZ | 46.83 | 32.25 | 4.42 | - |
| YUV | 142.51 | 58.87 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 20 | 0 | 0.57 | 0.92 | 0 | 22.72 | 1 | 0.54 |
| Hex | FF | 6D | 14 | 0 | 39 | 5C | 0 | 17 | 64 | 36 |
| Octal | 377 | 155 | 24 | 0 | 71 | 134 | 0 | 27 | 144 | 66 |
| Binary | 11111111 | 1101101 | 10100 | 0 | 111001 | 1011100 | 0 | 10111 | 1100100 | 110110 |
Color Harmonies of #FF6D14
Complementary color
Monochromatic Colors of #FF6D14
Black with #FF6D14
Text Example
Text Example
White with #FF6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D14; }
p { color: rgb(255,109,20); }
H1.HeaderClassName
{
color: #FF6D14;
}
.AnyTagClassName
{
color: #FF6D14;
}
</style>
background-color css
<style>
a { background-color: #FF6D14; }
a { background-color: rgb(255,109,20); }
div.DivClassName
{
background-color: #FF6D14;
}
.BgClassName
{
background-color: #FF6D14;
}
</style>
border-color css
<style>
span { border-color: #FF6D14; }
span { border-color: rgb(255,109,20); }
td.TdClassName
{
border-color: #FF6D14;
}
.TagClassName
{
border-color: #FF6D14;
}
</style>