Shades of Pumpkin #FD6D12
Tints of Pumpkin #FD6D12
RGB
CMYK
RGB Variations
Color information
#FD6D12 (or 0xFD6D12) is known color: Pumpkin. HEX triplet: FD, 6D and 12. RGB value is (253,109,18). Sum of RGB (Red+Green+Blue) = 253+109+18=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6D12 is #0292ED. Grayscale: #8E8E8E. Windows color (decimal): -168686 or 1207805. OLE color: 1207805.
HSL color Cylindrical-coordinate representation of color #FD6D12: hue angle of 23.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD6D12 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 18 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.01 |
| HSL | 23.23º | 0.98% | 0.53% | - |
| HSV(B) | 23.23º | 0.93% | 0.99% | - |
| XYZ | 46.09 | 31.86 | 4.29 | - |
| YUV | 141.68 | 58.21 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 18 | 0 | 0.57 | 0.93 | 0.01 | 23.23 | 0.98 | 0.53 |
| Hex | FD | 6D | 12 | 0 | 39 | 5D | 1 | 17 | 62 | 35 |
| Octal | 375 | 155 | 22 | 0 | 71 | 135 | 1 | 27 | 142 | 65 |
| Binary | 11111101 | 1101101 | 10010 | 0 | 111001 | 1011101 | 1 | 10111 | 1100010 | 110101 |
Color Harmonies of #FD6D12
Complementary color
Monochromatic Colors of #FD6D12
Black with #FD6D12
Text Example
Text Example
White with #FD6D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D12; }
p { color: rgb(253,109,18); }
H1.HeaderClassName
{
color: #FD6D12;
}
.AnyTagClassName
{
color: #FD6D12;
}
</style>
background-color css
<style>
a { background-color: #FD6D12; }
a { background-color: rgb(253,109,18); }
div.DivClassName
{
background-color: #FD6D12;
}
.BgClassName
{
background-color: #FD6D12;
}
</style>
border-color css
<style>
span { border-color: #FD6D12; }
span { border-color: rgb(253,109,18); }
td.TdClassName
{
border-color: #FD6D12;
}
.TagClassName
{
border-color: #FD6D12;
}
</style>