Shades of Pumpkin #FF7C25
Tints of Pumpkin #FF7C25
RGB
CMYK
RGB Variations
Color information
#FF7C25 (or 0xFF7C25) is known color: Pumpkin. HEX triplet: FF, 7C and 25. RGB value is (255,124,37). Sum of RGB (Red+Green+Blue) = 255+124+37=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7C25 is #0083DA. Grayscale: #999999. Windows color (decimal): -33755 or 2456831. OLE color: 2456831.
HSL color Cylindrical-coordinate representation of color #FF7C25: hue angle of 23.94º 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 #FF7C25 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 37 | - |
| CMYK | 0 | 0.51 | 0.85 | 0 |
| HSL | 23.94º | 1% | 0.57% | - |
| HSV(B) | 23.94º | 0.85% | 1% | - |
| XYZ | 48.78 | 35.81 | 6.09 | - |
| YUV | 153.25 | 62.4 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 37 | 0 | 0.51 | 0.85 | 0 | 23.94 | 1 | 0.57 |
| Hex | FF | 7C | 25 | 0 | 33 | 55 | 0 | 18 | 64 | 39 |
| Octal | 377 | 174 | 45 | 0 | 63 | 125 | 0 | 30 | 144 | 71 |
| Binary | 11111111 | 1111100 | 100101 | 0 | 110011 | 1010101 | 0 | 11000 | 1100100 | 111001 |
Color Harmonies of #FF7C25
Complementary color
Monochromatic Colors of #FF7C25
Black with #FF7C25
Text Example
Text Example
White with #FF7C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C25; }
p { color: rgb(255,124,37); }
H1.HeaderClassName
{
color: #FF7C25;
}
.AnyTagClassName
{
color: #FF7C25;
}
</style>
background-color css
<style>
a { background-color: #FF7C25; }
a { background-color: rgb(255,124,37); }
div.DivClassName
{
background-color: #FF7C25;
}
.BgClassName
{
background-color: #FF7C25;
}
</style>
border-color css
<style>
span { border-color: #FF7C25; }
span { border-color: rgb(255,124,37); }
td.TdClassName
{
border-color: #FF7C25;
}
.TagClassName
{
border-color: #FF7C25;
}
</style>