Shades of Pumpkin #FF8527
Tints of Pumpkin #FF8527
RGB
CMYK
RGB Variations
Color information
#FF8527 (or 0xFF8527) is known color: Pumpkin. HEX triplet: FF, 85 and 27. RGB value is (255,133,39). Sum of RGB (Red+Green+Blue) = 255+133+39=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8527 is #007AD8. Grayscale: #9F9F9F. Windows color (decimal): -31449 or 2590207. OLE color: 2590207.
HSL color Cylindrical-coordinate representation of color #FF8527: hue angle of 26.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8527 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 39 | - |
| CMYK | 0 | 0.48 | 0.85 | 0 |
| HSL | 26.11º | 1% | 0.58% | - |
| HSV(B) | 26.11º | 0.85% | 1% | - |
| XYZ | 49.99 | 38.18 | 6.65 | - |
| YUV | 158.76 | 60.42 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 39 | 0 | 0.48 | 0.85 | 0 | 26.11 | 1 | 0.58 |
| Hex | FF | 85 | 27 | 0 | 30 | 55 | 0 | 1A | 64 | 3A |
| Octal | 377 | 205 | 47 | 0 | 60 | 125 | 0 | 32 | 144 | 72 |
| Binary | 11111111 | 10000101 | 100111 | 0 | 110000 | 1010101 | 0 | 11010 | 1100100 | 111010 |
Color Harmonies of #FF8527
Complementary color
Monochromatic Colors of #FF8527
Black with #FF8527
Text Example
Text Example
White with #FF8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8527; }
p { color: rgb(255,133,39); }
H1.HeaderClassName
{
color: #FF8527;
}
.AnyTagClassName
{
color: #FF8527;
}
</style>
background-color css
<style>
a { background-color: #FF8527; }
a { background-color: rgb(255,133,39); }
div.DivClassName
{
background-color: #FF8527;
}
.BgClassName
{
background-color: #FF8527;
}
</style>
border-color css
<style>
span { border-color: #FF8527; }
span { border-color: rgb(255,133,39); }
td.TdClassName
{
border-color: #FF8527;
}
.TagClassName
{
border-color: #FF8527;
}
</style>