Shades of Pumpkin #FD5D1A
Tints of Pumpkin #FD5D1A
RGB
CMYK
RGB Variations
Color information
#FD5D1A (or 0xFD5D1A) is known color: Pumpkin. HEX triplet: FD, 5D and 1A. RGB value is (253,93,26). Sum of RGB (Red+Green+Blue) = 253+93+26=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D1A is #02A2E5. Grayscale: #858585. Windows color (decimal): -172774 or 1727997. OLE color: 1727997.
HSL color Cylindrical-coordinate representation of color #FD5D1A: hue angle of 17.71º 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 #FD5D1A is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 26 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.01 |
| HSL | 17.71º | 0.98% | 0.55% | - |
| HSV(B) | 17.71º | 0.9% | 0.99% | - |
| XYZ | 44.61 | 28.79 | 4.18 | - |
| YUV | 133.2 | 67.51 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 26 | 0 | 0.63 | 0.90 | 0.01 | 17.71 | 0.98 | 0.55 |
| Hex | FD | 5D | 1A | 0 | 3F | 5A | 1 | 12 | 62 | 37 |
| Octal | 375 | 135 | 32 | 0 | 77 | 132 | 1 | 22 | 142 | 67 |
| Binary | 11111101 | 1011101 | 11010 | 0 | 111111 | 1011010 | 1 | 10010 | 1100010 | 110111 |
Color Harmonies of #FD5D1A
Complementary color
Monochromatic Colors of #FD5D1A
Black with #FD5D1A
Text Example
Text Example
White with #FD5D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D1A; }
p { color: rgb(253,93,26); }
H1.HeaderClassName
{
color: #FD5D1A;
}
.AnyTagClassName
{
color: #FD5D1A;
}
</style>
background-color css
<style>
a { background-color: #FD5D1A; }
a { background-color: rgb(253,93,26); }
div.DivClassName
{
background-color: #FD5D1A;
}
.BgClassName
{
background-color: #FD5D1A;
}
</style>
border-color css
<style>
span { border-color: #FD5D1A; }
span { border-color: rgb(253,93,26); }
td.TdClassName
{
border-color: #FD5D1A;
}
.TagClassName
{
border-color: #FD5D1A;
}
</style>