Shades of Pumpkin #FF671C
Tints of Pumpkin #FF671C
RGB
CMYK
RGB Variations
Color information
#FF671C (or 0xFF671C) is known color: Pumpkin. HEX triplet: FF, 67 and 1C. RGB value is (255,103,28). Sum of RGB (Red+Green+Blue) = 255+103+28=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF671C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF671C is #0098E3. Grayscale: #8C8C8C. Windows color (decimal): -39140 or 1861631. OLE color: 1861631.
HSL color Cylindrical-coordinate representation of color #FF671C: hue angle of 19.82º 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 #FF671C is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 28 | - |
| CMYK | 0 | 0.60 | 0.89 | 0 |
| HSL | 19.82º | 1% | 0.55% | - |
| HSV(B) | 19.82º | 0.89% | 1% | - |
| XYZ | 46.3 | 31.04 | 4.65 | - |
| YUV | 139.9 | 64.86 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 28 | 0 | 0.60 | 0.89 | 0 | 19.82 | 1 | 0.55 |
| Hex | FF | 67 | 1C | 0 | 3C | 59 | 0 | 14 | 64 | 37 |
| Octal | 377 | 147 | 34 | 0 | 74 | 131 | 0 | 24 | 144 | 67 |
| Binary | 11111111 | 1100111 | 11100 | 0 | 111100 | 1011001 | 0 | 10100 | 1100100 | 110111 |
Color Harmonies of #FF671C
Complementary color
Monochromatic Colors of #FF671C
Black with #FF671C
Text Example
Text Example
White with #FF671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF671C; }
p { color: rgb(255,103,28); }
H1.HeaderClassName
{
color: #FF671C;
}
.AnyTagClassName
{
color: #FF671C;
}
</style>
background-color css
<style>
a { background-color: #FF671C; }
a { background-color: rgb(255,103,28); }
div.DivClassName
{
background-color: #FF671C;
}
.BgClassName
{
background-color: #FF671C;
}
</style>
border-color css
<style>
span { border-color: #FF671C; }
span { border-color: rgb(255,103,28); }
td.TdClassName
{
border-color: #FF671C;
}
.TagClassName
{
border-color: #FF671C;
}
</style>