Shades of Pumpkin #FF841A
Tints of Pumpkin #FF841A
RGB
CMYK
RGB Variations
Color information
#FF841A (or 0xFF841A) is known color: Pumpkin. HEX triplet: FF, 84 and 1A. RGB value is (255,132,26). Sum of RGB (Red+Green+Blue) = 255+132+26=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF841A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF841A is #007BE5. Grayscale: #9D9D9D. Windows color (decimal): -31718 or 1737983. OLE color: 1737983.
HSL color Cylindrical-coordinate representation of color #FF841A: hue angle of 27.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF841A is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 26 | - |
| CMYK | 0 | 0.48 | 0.90 | 0 |
| HSL | 27.77º | 1% | 0.55% | - |
| HSV(B) | 27.77º | 0.9% | 1% | - |
| XYZ | 49.68 | 37.84 | 5.66 | - |
| YUV | 156.69 | 54.25 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 26 | 0 | 0.48 | 0.90 | 0 | 27.77 | 1 | 0.55 |
| Hex | FF | 84 | 1A | 0 | 30 | 5A | 0 | 1C | 64 | 37 |
| Octal | 377 | 204 | 32 | 0 | 60 | 132 | 0 | 34 | 144 | 67 |
| Binary | 11111111 | 10000100 | 11010 | 0 | 110000 | 1011010 | 0 | 11100 | 1100100 | 110111 |
Color Harmonies of #FF841A
Complementary color
Monochromatic Colors of #FF841A
Black with #FF841A
Text Example
Text Example
White with #FF841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF841A; }
p { color: rgb(255,132,26); }
H1.HeaderClassName
{
color: #FF841A;
}
.AnyTagClassName
{
color: #FF841A;
}
</style>
background-color css
<style>
a { background-color: #FF841A; }
a { background-color: rgb(255,132,26); }
div.DivClassName
{
background-color: #FF841A;
}
.BgClassName
{
background-color: #FF841A;
}
</style>
border-color css
<style>
span { border-color: #FF841A; }
span { border-color: rgb(255,132,26); }
td.TdClassName
{
border-color: #FF841A;
}
.TagClassName
{
border-color: #FF841A;
}
</style>