Shades of Pumpkin #FD6B1E
Tints of Pumpkin #FD6B1E
RGB
CMYK
RGB Variations
Color information
#FD6B1E (or 0xFD6B1E) is known color: Pumpkin. HEX triplet: FD, 6B and 1E. RGB value is (253,107,30). Sum of RGB (Red+Green+Blue) = 253+107+30=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6B1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6B1E is #0294E1. Grayscale: #8E8E8E. Windows color (decimal): -169186 or 1993725. OLE color: 1993725.
HSL color Cylindrical-coordinate representation of color #FD6B1E: hue angle of 20.72º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD6B1E is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 30 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.01 |
| HSL | 20.72º | 0.98% | 0.55% | - |
| HSV(B) | 20.72º | 0.88% | 0.99% | - |
| XYZ | 46 | 31.49 | 4.88 | - |
| YUV | 141.88 | 64.87 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 30 | 0 | 0.58 | 0.88 | 0.01 | 20.72 | 0.98 | 0.55 |
| Hex | FD | 6B | 1E | 0 | 3A | 58 | 1 | 15 | 62 | 37 |
| Octal | 375 | 153 | 36 | 0 | 72 | 130 | 1 | 25 | 142 | 67 |
| Binary | 11111101 | 1101011 | 11110 | 0 | 111010 | 1011000 | 1 | 10101 | 1100010 | 110111 |
Color Harmonies of #FD6B1E
Complementary color
Monochromatic Colors of #FD6B1E
Black with #FD6B1E
Text Example
Text Example
White with #FD6B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6B1E; }
p { color: rgb(253,107,30); }
H1.HeaderClassName
{
color: #FD6B1E;
}
.AnyTagClassName
{
color: #FD6B1E;
}
</style>
background-color css
<style>
a { background-color: #FD6B1E; }
a { background-color: rgb(253,107,30); }
div.DivClassName
{
background-color: #FD6B1E;
}
.BgClassName
{
background-color: #FD6B1E;
}
</style>
border-color css
<style>
span { border-color: #FD6B1E; }
span { border-color: rgb(253,107,30); }
td.TdClassName
{
border-color: #FD6B1E;
}
.TagClassName
{
border-color: #FD6B1E;
}
</style>