Shades of Pumpkin #FD6D1A
Tints of Pumpkin #FD6D1A
RGB
CMYK
RGB Variations
Color information
#FD6D1A (or 0xFD6D1A) is known color: Pumpkin. HEX triplet: FD, 6D and 1A. RGB value is (253,109,26). Sum of RGB (Red+Green+Blue) = 253+109+26=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D1A is #0292E5. Grayscale: #8F8F8F. Windows color (decimal): -168678 or 1732093. OLE color: 1732093.
HSL color Cylindrical-coordinate representation of color #FD6D1A: hue angle of 21.94º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD6D1A is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 26 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.01 |
| HSL | 21.94º | 0.98% | 0.55% | - |
| HSV(B) | 21.94º | 0.9% | 0.99% | - |
| XYZ | 46.16 | 31.89 | 4.7 | - |
| YUV | 142.59 | 62.21 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 26 | 0 | 0.57 | 0.90 | 0.01 | 21.94 | 0.98 | 0.55 |
| Hex | FD | 6D | 1A | 0 | 39 | 5A | 1 | 16 | 62 | 37 |
| Octal | 375 | 155 | 32 | 0 | 71 | 132 | 1 | 26 | 142 | 67 |
| Binary | 11111101 | 1101101 | 11010 | 0 | 111001 | 1011010 | 1 | 10110 | 1100010 | 110111 |
Color Harmonies of #FD6D1A
Complementary color
Monochromatic Colors of #FD6D1A
Black with #FD6D1A
Text Example
Text Example
White with #FD6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D1A; }
p { color: rgb(253,109,26); }
H1.HeaderClassName
{
color: #FD6D1A;
}
.AnyTagClassName
{
color: #FD6D1A;
}
</style>
background-color css
<style>
a { background-color: #FD6D1A; }
a { background-color: rgb(253,109,26); }
div.DivClassName
{
background-color: #FD6D1A;
}
.BgClassName
{
background-color: #FD6D1A;
}
</style>
border-color css
<style>
span { border-color: #FD6D1A; }
span { border-color: rgb(253,109,26); }
td.TdClassName
{
border-color: #FD6D1A;
}
.TagClassName
{
border-color: #FD6D1A;
}
</style>