Shades of Pumpkin #FF641C
Tints of Pumpkin #FF641C
RGB
CMYK
RGB Variations
Color information
#FF641C (or 0xFF641C) is known color: Pumpkin. HEX triplet: FF, 64 and 1C. RGB value is (255,100,28). Sum of RGB (Red+Green+Blue) = 255+100+28=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF641C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF641C is #009BE3. Grayscale: #8A8A8A. Windows color (decimal): -39908 or 1860863. OLE color: 1860863.
HSL color Cylindrical-coordinate representation of color #FF641C: hue angle of 19.03º 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 #FF641C is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 28 | - |
| CMYK | 0 | 0.61 | 0.89 | 0 |
| HSL | 19.03º | 1% | 0.55% | - |
| HSV(B) | 19.03º | 0.89% | 1% | - |
| XYZ | 46.01 | 30.46 | 4.55 | - |
| YUV | 138.14 | 65.85 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 28 | 0 | 0.61 | 0.89 | 0 | 19.03 | 1 | 0.55 |
| Hex | FF | 64 | 1C | 0 | 3D | 59 | 0 | 13 | 64 | 37 |
| Octal | 377 | 144 | 34 | 0 | 75 | 131 | 0 | 23 | 144 | 67 |
| Binary | 11111111 | 1100100 | 11100 | 0 | 111101 | 1011001 | 0 | 10011 | 1100100 | 110111 |
Color Harmonies of #FF641C
Complementary color
Monochromatic Colors of #FF641C
Black with #FF641C
Text Example
Text Example
White with #FF641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF641C; }
p { color: rgb(255,100,28); }
H1.HeaderClassName
{
color: #FF641C;
}
.AnyTagClassName
{
color: #FF641C;
}
</style>
background-color css
<style>
a { background-color: #FF641C; }
a { background-color: rgb(255,100,28); }
div.DivClassName
{
background-color: #FF641C;
}
.BgClassName
{
background-color: #FF641C;
}
</style>
border-color css
<style>
span { border-color: #FF641C; }
span { border-color: rgb(255,100,28); }
td.TdClassName
{
border-color: #FF641C;
}
.TagClassName
{
border-color: #FF641C;
}
</style>