Shades of Pumpkin #FF8528
Tints of Pumpkin #FF8528
RGB
CMYK
RGB Variations
Color information
#FF8528 (or 0xFF8528) is known color: Pumpkin. HEX triplet: FF, 85 and 28. RGB value is (255,133,40). Sum of RGB (Red+Green+Blue) = 255+133+40=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8528 is #007AD7. Grayscale: #9F9F9F. Windows color (decimal): -31448 or 2655743. OLE color: 2655743.
HSL color Cylindrical-coordinate representation of color #FF8528: hue angle of 25.95º 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 #FF8528 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 40 | - |
| CMYK | 0 | 0.48 | 0.84 | 0 |
| HSL | 25.95º | 1% | 0.58% | - |
| HSV(B) | 25.95º | 0.84% | 1% | - |
| XYZ | 50.01 | 38.19 | 6.74 | - |
| YUV | 158.88 | 60.92 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 40 | 0 | 0.48 | 0.84 | 0 | 25.95 | 1 | 0.58 |
| Hex | FF | 85 | 28 | 0 | 30 | 54 | 0 | 1A | 64 | 3A |
| Octal | 377 | 205 | 50 | 0 | 60 | 124 | 0 | 32 | 144 | 72 |
| Binary | 11111111 | 10000101 | 101000 | 0 | 110000 | 1010100 | 0 | 11010 | 1100100 | 111010 |
Color Harmonies of #FF8528
Complementary color
Monochromatic Colors of #FF8528
Black with #FF8528
Text Example
Text Example
White with #FF8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8528; }
p { color: rgb(255,133,40); }
H1.HeaderClassName
{
color: #FF8528;
}
.AnyTagClassName
{
color: #FF8528;
}
</style>
background-color css
<style>
a { background-color: #FF8528; }
a { background-color: rgb(255,133,40); }
div.DivClassName
{
background-color: #FF8528;
}
.BgClassName
{
background-color: #FF8528;
}
</style>
border-color css
<style>
span { border-color: #FF8528; }
span { border-color: rgb(255,133,40); }
td.TdClassName
{
border-color: #FF8528;
}
.TagClassName
{
border-color: #FF8528;
}
</style>