Shades of Pumpkin #FD6D11
Tints of Pumpkin #FD6D11
RGB
CMYK
RGB Variations
Color information
#FD6D11 (or 0xFD6D11) is known color: Pumpkin. HEX triplet: FD, 6D and 11. RGB value is (253,109,17). Sum of RGB (Red+Green+Blue) = 253+109+17=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6D11 is #0292EE. Grayscale: #8E8E8E. Windows color (decimal): -168687 or 1142269. OLE color: 1142269.
HSL color Cylindrical-coordinate representation of color #FD6D11: hue angle of 23.39º 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 #FD6D11 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.01 |
| HSL | 23.39º | 0.98% | 0.53% | - |
| HSV(B) | 23.39º | 0.93% | 0.99% | - |
| XYZ | 46.08 | 31.86 | 4.25 | - |
| YUV | 141.57 | 57.71 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 17 | 0 | 0.57 | 0.93 | 0.01 | 23.39 | 0.98 | 0.53 |
| Hex | FD | 6D | 11 | 0 | 39 | 5D | 1 | 17 | 62 | 35 |
| Octal | 375 | 155 | 21 | 0 | 71 | 135 | 1 | 27 | 142 | 65 |
| Binary | 11111101 | 1101101 | 10001 | 0 | 111001 | 1011101 | 1 | 10111 | 1100010 | 110101 |
Color Harmonies of #FD6D11
Complementary color
Monochromatic Colors of #FD6D11
Black with #FD6D11
Text Example
Text Example
White with #FD6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D11; }
p { color: rgb(253,109,17); }
H1.HeaderClassName
{
color: #FD6D11;
}
.AnyTagClassName
{
color: #FD6D11;
}
</style>
background-color css
<style>
a { background-color: #FD6D11; }
a { background-color: rgb(253,109,17); }
div.DivClassName
{
background-color: #FD6D11;
}
.BgClassName
{
background-color: #FD6D11;
}
</style>
border-color css
<style>
span { border-color: #FD6D11; }
span { border-color: rgb(253,109,17); }
td.TdClassName
{
border-color: #FD6D11;
}
.TagClassName
{
border-color: #FD6D11;
}
</style>