Shades of Pumpkin #FF671D
Tints of Pumpkin #FF671D
RGB
CMYK
RGB Variations
Color information
#FF671D (or 0xFF671D) is known color: Pumpkin. HEX triplet: FF, 67 and 1D. RGB value is (255,103,29). Sum of RGB (Red+Green+Blue) = 255+103+29=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF671D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF671D is #0098E2. Grayscale: #8C8C8C. Windows color (decimal): -39139 or 1927167. OLE color: 1927167.
HSL color Cylindrical-coordinate representation of color #FF671D: hue angle of 19.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF671D is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 29 | - |
| CMYK | 0 | 0.60 | 0.89 | 0 |
| HSL | 19.65º | 1% | 0.56% | - |
| HSV(B) | 19.65º | 0.89% | 1% | - |
| XYZ | 46.31 | 31.05 | 4.71 | - |
| YUV | 140.01 | 65.36 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 29 | 0 | 0.60 | 0.89 | 0 | 19.65 | 1 | 0.56 |
| Hex | FF | 67 | 1D | 0 | 3C | 59 | 0 | 14 | 64 | 38 |
| Octal | 377 | 147 | 35 | 0 | 74 | 131 | 0 | 24 | 144 | 70 |
| Binary | 11111111 | 1100111 | 11101 | 0 | 111100 | 1011001 | 0 | 10100 | 1100100 | 111000 |
Color Harmonies of #FF671D
Complementary color
Monochromatic Colors of #FF671D
Black with #FF671D
Text Example
Text Example
White with #FF671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF671D; }
p { color: rgb(255,103,29); }
H1.HeaderClassName
{
color: #FF671D;
}
.AnyTagClassName
{
color: #FF671D;
}
</style>
background-color css
<style>
a { background-color: #FF671D; }
a { background-color: rgb(255,103,29); }
div.DivClassName
{
background-color: #FF671D;
}
.BgClassName
{
background-color: #FF671D;
}
</style>
border-color css
<style>
span { border-color: #FF671D; }
span { border-color: rgb(255,103,29); }
td.TdClassName
{
border-color: #FF671D;
}
.TagClassName
{
border-color: #FF671D;
}
</style>