Shades of Pumpkin #FF631E
Tints of Pumpkin #FF631E
RGB
CMYK
RGB Variations
Color information
#FF631E (or 0xFF631E) is known color: Pumpkin. HEX triplet: FF, 63 and 1E. RGB value is (255,99,30). Sum of RGB (Red+Green+Blue) = 255+99+30=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF631E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF631E is #009CE1. Grayscale: #8A8A8A. Windows color (decimal): -40162 or 1991679. OLE color: 1991679.
HSL color Cylindrical-coordinate representation of color #FF631E: hue angle of 18.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF631E is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 30 | - |
| CMYK | 0 | 0.61 | 0.88 | 0 |
| HSL | 18.4º | 1% | 0.56% | - |
| HSV(B) | 18.4º | 0.88% | 1% | - |
| XYZ | 45.94 | 30.28 | 4.65 | - |
| YUV | 137.78 | 67.18 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 30 | 0 | 0.61 | 0.88 | 0 | 18.4 | 1 | 0.56 |
| Hex | FF | 63 | 1E | 0 | 3D | 58 | 0 | 12 | 64 | 38 |
| Octal | 377 | 143 | 36 | 0 | 75 | 130 | 0 | 22 | 144 | 70 |
| Binary | 11111111 | 1100011 | 11110 | 0 | 111101 | 1011000 | 0 | 10010 | 1100100 | 111000 |
Color Harmonies of #FF631E
Complementary color
Monochromatic Colors of #FF631E
Black with #FF631E
Text Example
Text Example
White with #FF631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF631E; }
p { color: rgb(255,99,30); }
H1.HeaderClassName
{
color: #FF631E;
}
.AnyTagClassName
{
color: #FF631E;
}
</style>
background-color css
<style>
a { background-color: #FF631E; }
a { background-color: rgb(255,99,30); }
div.DivClassName
{
background-color: #FF631E;
}
.BgClassName
{
background-color: #FF631E;
}
</style>
border-color css
<style>
span { border-color: #FF631E; }
span { border-color: rgb(255,99,30); }
td.TdClassName
{
border-color: #FF631E;
}
.TagClassName
{
border-color: #FF631E;
}
</style>