Shades of Pumpkin #FF641B
Tints of Pumpkin #FF641B
RGB
CMYK
RGB Variations
Color information
#FF641B (or 0xFF641B) is known color: Pumpkin. HEX triplet: FF, 64 and 1B. RGB value is (255,100,27). Sum of RGB (Red+Green+Blue) = 255+100+27=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF641B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF641B is #009BE4. Grayscale: #8A8A8A. Windows color (decimal): -39909 or 1795327. OLE color: 1795327.
HSL color Cylindrical-coordinate representation of color #FF641B: hue angle of 19.21º 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 #FF641B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 27 | - |
| CMYK | 0 | 0.61 | 0.89 | 0 |
| HSL | 19.21º | 1% | 0.55% | - |
| HSV(B) | 19.21º | 0.89% | 1% | - |
| XYZ | 46 | 30.45 | 4.49 | - |
| YUV | 138.02 | 65.35 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 27 | 0 | 0.61 | 0.89 | 0 | 19.21 | 1 | 0.55 |
| Hex | FF | 64 | 1B | 0 | 3D | 59 | 0 | 13 | 64 | 37 |
| Octal | 377 | 144 | 33 | 0 | 75 | 131 | 0 | 23 | 144 | 67 |
| Binary | 11111111 | 1100100 | 11011 | 0 | 111101 | 1011001 | 0 | 10011 | 1100100 | 110111 |
Color Harmonies of #FF641B
Complementary color
Monochromatic Colors of #FF641B
Black with #FF641B
Text Example
Text Example
White with #FF641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF641B; }
p { color: rgb(255,100,27); }
H1.HeaderClassName
{
color: #FF641B;
}
.AnyTagClassName
{
color: #FF641B;
}
</style>
background-color css
<style>
a { background-color: #FF641B; }
a { background-color: rgb(255,100,27); }
div.DivClassName
{
background-color: #FF641B;
}
.BgClassName
{
background-color: #FF641B;
}
</style>
border-color css
<style>
span { border-color: #FF641B; }
span { border-color: rgb(255,100,27); }
td.TdClassName
{
border-color: #FF641B;
}
.TagClassName
{
border-color: #FF641B;
}
</style>