Shades of Pumpkin #FF671E
Tints of Pumpkin #FF671E
RGB
CMYK
RGB Variations
Color information
#FF671E (or 0xFF671E) is known color: Pumpkin. HEX triplet: FF, 67 and 1E. RGB value is (255,103,30). Sum of RGB (Red+Green+Blue) = 255+103+30=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF671E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF671E is #0098E1. Grayscale: #8C8C8C. Windows color (decimal): -39138 or 1992703. OLE color: 1992703.
HSL color Cylindrical-coordinate representation of color #FF671E: hue angle of 19.47º 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 #FF671E is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 30 | - |
| CMYK | 0 | 0.60 | 0.88 | 0 |
| HSL | 19.47º | 1% | 0.56% | - |
| HSV(B) | 19.47º | 0.88% | 1% | - |
| XYZ | 46.32 | 31.05 | 4.78 | - |
| YUV | 140.13 | 65.86 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 30 | 0 | 0.60 | 0.88 | 0 | 19.47 | 1 | 0.56 |
| Hex | FF | 67 | 1E | 0 | 3C | 58 | 0 | 13 | 64 | 38 |
| Octal | 377 | 147 | 36 | 0 | 74 | 130 | 0 | 23 | 144 | 70 |
| Binary | 11111111 | 1100111 | 11110 | 0 | 111100 | 1011000 | 0 | 10011 | 1100100 | 111000 |
Color Harmonies of #FF671E
Complementary color
Monochromatic Colors of #FF671E
Black with #FF671E
Text Example
Text Example
White with #FF671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF671E; }
p { color: rgb(255,103,30); }
H1.HeaderClassName
{
color: #FF671E;
}
.AnyTagClassName
{
color: #FF671E;
}
</style>
background-color css
<style>
a { background-color: #FF671E; }
a { background-color: rgb(255,103,30); }
div.DivClassName
{
background-color: #FF671E;
}
.BgClassName
{
background-color: #FF671E;
}
</style>
border-color css
<style>
span { border-color: #FF671E; }
span { border-color: rgb(255,103,30); }
td.TdClassName
{
border-color: #FF671E;
}
.TagClassName
{
border-color: #FF671E;
}
</style>