Shades of Pumpkin #FF841C
Tints of Pumpkin #FF841C
RGB
CMYK
RGB Variations
Color information
#FF841C (or 0xFF841C) is known color: Pumpkin. HEX triplet: FF, 84 and 1C. RGB value is (255,132,28). Sum of RGB (Red+Green+Blue) = 255+132+28=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF841C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF841C is #007BE3. Grayscale: #9D9D9D. Windows color (decimal): -31716 or 1869055. OLE color: 1869055.
HSL color Cylindrical-coordinate representation of color #FF841C: hue angle of 27.49º 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 #FF841C is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 28 | - |
| CMYK | 0 | 0.48 | 0.89 | 0 |
| HSL | 27.49º | 1% | 0.55% | - |
| HSV(B) | 27.49º | 0.89% | 1% | - |
| XYZ | 49.7 | 37.85 | 5.78 | - |
| YUV | 156.92 | 55.25 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 28 | 0 | 0.48 | 0.89 | 0 | 27.49 | 1 | 0.55 |
| Hex | FF | 84 | 1C | 0 | 30 | 59 | 0 | 1B | 64 | 37 |
| Octal | 377 | 204 | 34 | 0 | 60 | 131 | 0 | 33 | 144 | 67 |
| Binary | 11111111 | 10000100 | 11100 | 0 | 110000 | 1011001 | 0 | 11011 | 1100100 | 110111 |
Color Harmonies of #FF841C
Complementary color
Monochromatic Colors of #FF841C
Black with #FF841C
Text Example
Text Example
White with #FF841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF841C; }
p { color: rgb(255,132,28); }
H1.HeaderClassName
{
color: #FF841C;
}
.AnyTagClassName
{
color: #FF841C;
}
</style>
background-color css
<style>
a { background-color: #FF841C; }
a { background-color: rgb(255,132,28); }
div.DivClassName
{
background-color: #FF841C;
}
.BgClassName
{
background-color: #FF841C;
}
</style>
border-color css
<style>
span { border-color: #FF841C; }
span { border-color: rgb(255,132,28); }
td.TdClassName
{
border-color: #FF841C;
}
.TagClassName
{
border-color: #FF841C;
}
</style>