Shades of Pumpkin #FD6A11
Tints of Pumpkin #FD6A11
RGB
CMYK
RGB Variations
Color information
#FD6A11 (or 0xFD6A11) is known color: Pumpkin. HEX triplet: FD, 6A and 11. RGB value is (253,106,17). Sum of RGB (Red+Green+Blue) = 253+106+17=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6A11 is #0295EE. Grayscale: #8C8C8C. Windows color (decimal): -169455 or 1141501. OLE color: 1141501.
HSL color Cylindrical-coordinate representation of color #FD6A11: hue angle of 22.63º 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 #FD6A11 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 17 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.01 |
| HSL | 22.63º | 0.98% | 0.53% | - |
| HSV(B) | 22.63º | 0.93% | 0.99% | - |
| XYZ | 45.76 | 31.23 | 4.15 | - |
| YUV | 139.81 | 58.7 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 17 | 0 | 0.58 | 0.93 | 0.01 | 22.63 | 0.98 | 0.53 |
| Hex | FD | 6A | 11 | 0 | 3A | 5D | 1 | 17 | 62 | 35 |
| Octal | 375 | 152 | 21 | 0 | 72 | 135 | 1 | 27 | 142 | 65 |
| Binary | 11111101 | 1101010 | 10001 | 0 | 111010 | 1011101 | 1 | 10111 | 1100010 | 110101 |
Color Harmonies of #FD6A11
Complementary color
Monochromatic Colors of #FD6A11
Black with #FD6A11
Text Example
Text Example
White with #FD6A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A11; }
p { color: rgb(253,106,17); }
H1.HeaderClassName
{
color: #FD6A11;
}
.AnyTagClassName
{
color: #FD6A11;
}
</style>
background-color css
<style>
a { background-color: #FD6A11; }
a { background-color: rgb(253,106,17); }
div.DivClassName
{
background-color: #FD6A11;
}
.BgClassName
{
background-color: #FD6A11;
}
</style>
border-color css
<style>
span { border-color: #FD6A11; }
span { border-color: rgb(253,106,17); }
td.TdClassName
{
border-color: #FD6A11;
}
.TagClassName
{
border-color: #FD6A11;
}
</style>