Shades of Pumpkin #FD681E
Tints of Pumpkin #FD681E
RGB
CMYK
RGB Variations
Color information
#FD681E (or 0xFD681E) is known color: Pumpkin. HEX triplet: FD, 68 and 1E. RGB value is (253,104,30). Sum of RGB (Red+Green+Blue) = 253+104+30=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD681E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD681E is #0297E1. Grayscale: #8C8C8C. Windows color (decimal): -169954 or 1992957. OLE color: 1992957.
HSL color Cylindrical-coordinate representation of color #FD681E: hue angle of 19.91º 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 #FD681E is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 30 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.01 |
| HSL | 19.91º | 0.98% | 0.55% | - |
| HSV(B) | 19.91º | 0.88% | 0.99% | - |
| XYZ | 45.69 | 30.88 | 4.78 | - |
| YUV | 140.12 | 65.86 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 30 | 0 | 0.59 | 0.88 | 0.01 | 19.91 | 0.98 | 0.55 |
| Hex | FD | 68 | 1E | 0 | 3B | 58 | 1 | 14 | 62 | 37 |
| Octal | 375 | 150 | 36 | 0 | 73 | 130 | 1 | 24 | 142 | 67 |
| Binary | 11111101 | 1101000 | 11110 | 0 | 111011 | 1011000 | 1 | 10100 | 1100010 | 110111 |
Color Harmonies of #FD681E
Complementary color
Monochromatic Colors of #FD681E
Black with #FD681E
Text Example
Text Example
White with #FD681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD681E; }
p { color: rgb(253,104,30); }
H1.HeaderClassName
{
color: #FD681E;
}
.AnyTagClassName
{
color: #FD681E;
}
</style>
background-color css
<style>
a { background-color: #FD681E; }
a { background-color: rgb(253,104,30); }
div.DivClassName
{
background-color: #FD681E;
}
.BgClassName
{
background-color: #FD681E;
}
</style>
border-color css
<style>
span { border-color: #FD681E; }
span { border-color: rgb(253,104,30); }
td.TdClassName
{
border-color: #FD681E;
}
.TagClassName
{
border-color: #FD681E;
}
</style>