Shades of Pumpkin #FF832A
Tints of Pumpkin #FF832A
RGB
CMYK
RGB Variations
Color information
#FF832A (or 0xFF832A) is known color: Pumpkin. HEX triplet: FF, 83 and 2A. RGB value is (255,131,42). Sum of RGB (Red+Green+Blue) = 255+131+42=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF832A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF832A is #007CD5. Grayscale: #9E9E9E. Windows color (decimal): -31958 or 2786303. OLE color: 2786303.
HSL color Cylindrical-coordinate representation of color #FF832A: hue angle of 25.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF832A is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 42 | - |
| CMYK | 0 | 0.49 | 0.84 | 0 |
| HSL | 25.07º | 1% | 0.58% | - |
| HSV(B) | 25.07º | 0.84% | 1% | - |
| XYZ | 49.77 | 37.66 | 6.84 | - |
| YUV | 157.93 | 62.58 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 42 | 0 | 0.49 | 0.84 | 0 | 25.07 | 1 | 0.58 |
| Hex | FF | 83 | 2A | 0 | 31 | 54 | 0 | 19 | 64 | 3A |
| Octal | 377 | 203 | 52 | 0 | 61 | 124 | 0 | 31 | 144 | 72 |
| Binary | 11111111 | 10000011 | 101010 | 0 | 110001 | 1010100 | 0 | 11001 | 1100100 | 111010 |
Color Harmonies of #FF832A
Complementary color
Monochromatic Colors of #FF832A
Black with #FF832A
Text Example
Text Example
White with #FF832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF832A; }
p { color: rgb(255,131,42); }
H1.HeaderClassName
{
color: #FF832A;
}
.AnyTagClassName
{
color: #FF832A;
}
</style>
background-color css
<style>
a { background-color: #FF832A; }
a { background-color: rgb(255,131,42); }
div.DivClassName
{
background-color: #FF832A;
}
.BgClassName
{
background-color: #FF832A;
}
</style>
border-color css
<style>
span { border-color: #FF832A; }
span { border-color: rgb(255,131,42); }
td.TdClassName
{
border-color: #FF832A;
}
.TagClassName
{
border-color: #FF832A;
}
</style>