Shades of Pumpkin #FF8725
Tints of Pumpkin #FF8725
RGB
CMYK
RGB Variations
Color information
#FF8725 (or 0xFF8725) is known color: Pumpkin. HEX triplet: FF, 87 and 25. RGB value is (255,135,37). Sum of RGB (Red+Green+Blue) = 255+135+37=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8725 is #0078DA. Grayscale: #A0A0A0. Windows color (decimal): -30939 or 2459647. OLE color: 2459647.
HSL color Cylindrical-coordinate representation of color #FF8725: hue angle of 26.97º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8725 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 37 | - |
| CMYK | 0 | 0.47 | 0.85 | 0 |
| HSL | 26.97º | 1% | 0.57% | - |
| HSV(B) | 26.97º | 0.85% | 1% | - |
| XYZ | 50.24 | 38.72 | 6.58 | - |
| YUV | 159.71 | 58.76 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 37 | 0 | 0.47 | 0.85 | 0 | 26.97 | 1 | 0.57 |
| Hex | FF | 87 | 25 | 0 | 2F | 55 | 0 | 1B | 64 | 39 |
| Octal | 377 | 207 | 45 | 0 | 57 | 125 | 0 | 33 | 144 | 71 |
| Binary | 11111111 | 10000111 | 100101 | 0 | 101111 | 1010101 | 0 | 11011 | 1100100 | 111001 |
Color Harmonies of #FF8725
Complementary color
Monochromatic Colors of #FF8725
Black with #FF8725
Text Example
Text Example
White with #FF8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8725; }
p { color: rgb(255,135,37); }
H1.HeaderClassName
{
color: #FF8725;
}
.AnyTagClassName
{
color: #FF8725;
}
</style>
background-color css
<style>
a { background-color: #FF8725; }
a { background-color: rgb(255,135,37); }
div.DivClassName
{
background-color: #FF8725;
}
.BgClassName
{
background-color: #FF8725;
}
</style>
border-color css
<style>
span { border-color: #FF8725; }
span { border-color: rgb(255,135,37); }
td.TdClassName
{
border-color: #FF8725;
}
.TagClassName
{
border-color: #FF8725;
}
</style>