Shades of Pumpkin #FD641E
Tints of Pumpkin #FD641E
RGB
CMYK
RGB Variations
Color information
#FD641E (or 0xFD641E) is known color: Pumpkin. HEX triplet: FD, 64 and 1E. RGB value is (253,100,30). Sum of RGB (Red+Green+Blue) = 253+100+30=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD641E is #029BE1. Grayscale: #8A8A8A. Windows color (decimal): -170978 or 1991933. OLE color: 1991933.
HSL color Cylindrical-coordinate representation of color #FD641E: hue angle of 18.83º 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 #FD641E is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 30 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.01 |
| HSL | 18.83º | 0.98% | 0.55% | - |
| HSV(B) | 18.83º | 0.88% | 0.99% | - |
| XYZ | 45.3 | 30.09 | 4.65 | - |
| YUV | 137.77 | 67.19 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 30 | 0 | 0.60 | 0.88 | 0.01 | 18.83 | 0.98 | 0.55 |
| Hex | FD | 64 | 1E | 0 | 3C | 58 | 1 | 13 | 62 | 37 |
| Octal | 375 | 144 | 36 | 0 | 74 | 130 | 1 | 23 | 142 | 67 |
| Binary | 11111101 | 1100100 | 11110 | 0 | 111100 | 1011000 | 1 | 10011 | 1100010 | 110111 |
Color Harmonies of #FD641E
Complementary color
Monochromatic Colors of #FD641E
Black with #FD641E
Text Example
Text Example
White with #FD641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD641E; }
p { color: rgb(253,100,30); }
H1.HeaderClassName
{
color: #FD641E;
}
.AnyTagClassName
{
color: #FD641E;
}
</style>
background-color css
<style>
a { background-color: #FD641E; }
a { background-color: rgb(253,100,30); }
div.DivClassName
{
background-color: #FD641E;
}
.BgClassName
{
background-color: #FD641E;
}
</style>
border-color css
<style>
span { border-color: #FD641E; }
span { border-color: rgb(253,100,30); }
td.TdClassName
{
border-color: #FD641E;
}
.TagClassName
{
border-color: #FD641E;
}
</style>