Shades of Pumpkin #FF6D13
Tints of Pumpkin #FF6D13
RGB
CMYK
RGB Variations
Color information
#FF6D13 (or 0xFF6D13) is known color: Pumpkin. HEX triplet: FF, 6D and 13. RGB value is (255,109,19). Sum of RGB (Red+Green+Blue) = 255+109+19=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D13 is #0092EC. Grayscale: #8E8E8E. Windows color (decimal): -37613 or 1273343. OLE color: 1273343.
HSL color Cylindrical-coordinate representation of color #FF6D13: hue angle of 22.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6D13 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 19 | - |
| CMYK | 0 | 0.57 | 0.93 | 0 |
| HSL | 22.88º | 1% | 0.54% | - |
| HSV(B) | 22.88º | 0.93% | 1% | - |
| XYZ | 46.83 | 32.24 | 4.37 | - |
| YUV | 142.39 | 58.37 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 19 | 0 | 0.57 | 0.93 | 0 | 22.88 | 1 | 0.54 |
| Hex | FF | 6D | 13 | 0 | 39 | 5D | 0 | 17 | 64 | 36 |
| Octal | 377 | 155 | 23 | 0 | 71 | 135 | 0 | 27 | 144 | 66 |
| Binary | 11111111 | 1101101 | 10011 | 0 | 111001 | 1011101 | 0 | 10111 | 1100100 | 110110 |
Color Harmonies of #FF6D13
Complementary color
Monochromatic Colors of #FF6D13
Black with #FF6D13
Text Example
Text Example
White with #FF6D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D13; }
p { color: rgb(255,109,19); }
H1.HeaderClassName
{
color: #FF6D13;
}
.AnyTagClassName
{
color: #FF6D13;
}
</style>
background-color css
<style>
a { background-color: #FF6D13; }
a { background-color: rgb(255,109,19); }
div.DivClassName
{
background-color: #FF6D13;
}
.BgClassName
{
background-color: #FF6D13;
}
</style>
border-color css
<style>
span { border-color: #FF6D13; }
span { border-color: rgb(255,109,19); }
td.TdClassName
{
border-color: #FF6D13;
}
.TagClassName
{
border-color: #FF6D13;
}
</style>