Shades of Pumpkin #FF8228
Tints of Pumpkin #FF8228
RGB
CMYK
RGB Variations
Color information
#FF8228 (or 0xFF8228) is known color: Pumpkin. HEX triplet: FF, 82 and 28. RGB value is (255,130,40). Sum of RGB (Red+Green+Blue) = 255+130+40=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8228 is #007DD7. Grayscale: #9D9D9D. Windows color (decimal): -32216 or 2654975. OLE color: 2654975.
HSL color Cylindrical-coordinate representation of color #FF8228: hue angle of 25.12º 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 #FF8228 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 40 | - |
| CMYK | 0 | 0.49 | 0.84 | 0 |
| HSL | 25.12º | 1% | 0.58% | - |
| HSV(B) | 25.12º | 0.84% | 1% | - |
| XYZ | 49.61 | 37.38 | 6.61 | - |
| YUV | 157.12 | 61.91 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 40 | 0 | 0.49 | 0.84 | 0 | 25.12 | 1 | 0.58 |
| Hex | FF | 82 | 28 | 0 | 31 | 54 | 0 | 19 | 64 | 3A |
| Octal | 377 | 202 | 50 | 0 | 61 | 124 | 0 | 31 | 144 | 72 |
| Binary | 11111111 | 10000010 | 101000 | 0 | 110001 | 1010100 | 0 | 11001 | 1100100 | 111010 |
Color Harmonies of #FF8228
Complementary color
Monochromatic Colors of #FF8228
Black with #FF8228
Text Example
Text Example
White with #FF8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8228; }
p { color: rgb(255,130,40); }
H1.HeaderClassName
{
color: #FF8228;
}
.AnyTagClassName
{
color: #FF8228;
}
</style>
background-color css
<style>
a { background-color: #FF8228; }
a { background-color: rgb(255,130,40); }
div.DivClassName
{
background-color: #FF8228;
}
.BgClassName
{
background-color: #FF8228;
}
</style>
border-color css
<style>
span { border-color: #FF8228; }
span { border-color: rgb(255,130,40); }
td.TdClassName
{
border-color: #FF8228;
}
.TagClassName
{
border-color: #FF8228;
}
</style>