Shades of Pumpkin #FF821C
Tints of Pumpkin #FF821C
RGB
CMYK
RGB Variations
Color information
#FF821C (or 0xFF821C) is known color: Pumpkin. HEX triplet: FF, 82 and 1C. RGB value is (255,130,28). Sum of RGB (Red+Green+Blue) = 255+130+28=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF821C is #007DE3. Grayscale: #9C9C9C. Windows color (decimal): -32228 or 1868543. OLE color: 1868543.
HSL color Cylindrical-coordinate representation of color #FF821C: hue angle of 26.96º 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 #FF821C is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 28 | - |
| CMYK | 0 | 0.49 | 0.89 | 0 |
| HSL | 26.96º | 1% | 0.55% | - |
| HSV(B) | 26.96º | 0.89% | 1% | - |
| XYZ | 49.43 | 37.31 | 5.69 | - |
| YUV | 155.75 | 55.91 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 28 | 0 | 0.49 | 0.89 | 0 | 26.96 | 1 | 0.55 |
| Hex | FF | 82 | 1C | 0 | 31 | 59 | 0 | 1B | 64 | 37 |
| Octal | 377 | 202 | 34 | 0 | 61 | 131 | 0 | 33 | 144 | 67 |
| Binary | 11111111 | 10000010 | 11100 | 0 | 110001 | 1011001 | 0 | 11011 | 1100100 | 110111 |
Color Harmonies of #FF821C
Complementary color
Monochromatic Colors of #FF821C
Black with #FF821C
Text Example
Text Example
White with #FF821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF821C; }
p { color: rgb(255,130,28); }
H1.HeaderClassName
{
color: #FF821C;
}
.AnyTagClassName
{
color: #FF821C;
}
</style>
background-color css
<style>
a { background-color: #FF821C; }
a { background-color: rgb(255,130,28); }
div.DivClassName
{
background-color: #FF821C;
}
.BgClassName
{
background-color: #FF821C;
}
</style>
border-color css
<style>
span { border-color: #FF821C; }
span { border-color: rgb(255,130,28); }
td.TdClassName
{
border-color: #FF821C;
}
.TagClassName
{
border-color: #FF821C;
}
</style>