Shades of Pumpkin #FF7526
Tints of Pumpkin #FF7526
RGB
CMYK
RGB Variations
Color information
#FF7526 (or 0xFF7526) is known color: Pumpkin. HEX triplet: FF, 75 and 26. RGB value is (255,117,38). Sum of RGB (Red+Green+Blue) = 255+117+38=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7526 is #008AD9. Grayscale: #959595. Windows color (decimal): -35546 or 2520575. OLE color: 2520575.
HSL color Cylindrical-coordinate representation of color #FF7526: hue angle of 21.84º 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 #FF7526 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 38 | - |
| CMYK | 0 | 0.54 | 0.85 | 0 |
| HSL | 21.84º | 1% | 0.57% | - |
| HSV(B) | 21.84º | 0.85% | 1% | - |
| XYZ | 47.95 | 34.12 | 5.89 | - |
| YUV | 149.26 | 65.22 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 38 | 0 | 0.54 | 0.85 | 0 | 21.84 | 1 | 0.57 |
| Hex | FF | 75 | 26 | 0 | 36 | 55 | 0 | 16 | 64 | 39 |
| Octal | 377 | 165 | 46 | 0 | 66 | 125 | 0 | 26 | 144 | 71 |
| Binary | 11111111 | 1110101 | 100110 | 0 | 110110 | 1010101 | 0 | 10110 | 1100100 | 111001 |
Color Harmonies of #FF7526
Complementary color
Monochromatic Colors of #FF7526
Black with #FF7526
Text Example
Text Example
White with #FF7526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7526; }
p { color: rgb(255,117,38); }
H1.HeaderClassName
{
color: #FF7526;
}
.AnyTagClassName
{
color: #FF7526;
}
</style>
background-color css
<style>
a { background-color: #FF7526; }
a { background-color: rgb(255,117,38); }
div.DivClassName
{
background-color: #FF7526;
}
.BgClassName
{
background-color: #FF7526;
}
</style>
border-color css
<style>
span { border-color: #FF7526; }
span { border-color: rgb(255,117,38); }
td.TdClassName
{
border-color: #FF7526;
}
.TagClassName
{
border-color: #FF7526;
}
</style>