Shades of Pumpkin #FF631C
Tints of Pumpkin #FF631C
RGB
CMYK
RGB Variations
Color information
#FF631C (or 0xFF631C) is known color: Pumpkin. HEX triplet: FF, 63 and 1C. RGB value is (255,99,28). Sum of RGB (Red+Green+Blue) = 255+99+28=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF631C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF631C is #009CE3. Grayscale: #898989. Windows color (decimal): -40164 or 1860607. OLE color: 1860607.
HSL color Cylindrical-coordinate representation of color #FF631C: hue angle of 18.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF631C is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 28 | - |
| CMYK | 0 | 0.61 | 0.89 | 0 |
| HSL | 18.77º | 1% | 0.55% | - |
| HSV(B) | 18.77º | 0.89% | 1% | - |
| XYZ | 45.91 | 30.27 | 4.52 | - |
| YUV | 137.55 | 66.18 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 28 | 0 | 0.61 | 0.89 | 0 | 18.77 | 1 | 0.55 |
| Hex | FF | 63 | 1C | 0 | 3D | 59 | 0 | 13 | 64 | 37 |
| Octal | 377 | 143 | 34 | 0 | 75 | 131 | 0 | 23 | 144 | 67 |
| Binary | 11111111 | 1100011 | 11100 | 0 | 111101 | 1011001 | 0 | 10011 | 1100100 | 110111 |
Color Harmonies of #FF631C
Complementary color
Monochromatic Colors of #FF631C
Black with #FF631C
Text Example
Text Example
White with #FF631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF631C; }
p { color: rgb(255,99,28); }
H1.HeaderClassName
{
color: #FF631C;
}
.AnyTagClassName
{
color: #FF631C;
}
</style>
background-color css
<style>
a { background-color: #FF631C; }
a { background-color: rgb(255,99,28); }
div.DivClassName
{
background-color: #FF631C;
}
.BgClassName
{
background-color: #FF631C;
}
</style>
border-color css
<style>
span { border-color: #FF631C; }
span { border-color: rgb(255,99,28); }
td.TdClassName
{
border-color: #FF631C;
}
.TagClassName
{
border-color: #FF631C;
}
</style>