Shades of Pumpkin #F77525
Tints of Pumpkin #F77525
RGB
CMYK
RGB Variations
Color information
#F77525 (or 0xF77525) is known color: Pumpkin. HEX triplet: F7, 75 and 25. RGB value is (247,117,37). Sum of RGB (Red+Green+Blue) = 247+117+37=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F77525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77525 is #088ADA. Grayscale: #939393. Windows color (decimal): -559835 or 2455031. OLE color: 2455031.
HSL color Cylindrical-coordinate representation of color #F77525: hue angle of 22.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F77525 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 37 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.03 |
| HSL | 22.86º | 0.93% | 0.56% | - |
| HSV(B) | 22.86º | 0.85% | 0.97% | - |
| XYZ | 45.05 | 32.63 | 5.67 | - |
| YUV | 146.75 | 66.07 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 37 | 0 | 0.53 | 0.85 | 0.03 | 22.86 | 0.93 | 0.56 |
| Hex | F7 | 75 | 25 | 0 | 35 | 55 | 3 | 17 | 5D | 38 |
| Octal | 367 | 165 | 45 | 0 | 65 | 125 | 3 | 27 | 135 | 70 |
| Binary | 11110111 | 1110101 | 100101 | 0 | 110101 | 1010101 | 11 | 10111 | 1011101 | 111000 |
Color Harmonies of #F77525
Complementary color
Monochromatic Colors of #F77525
Black with #F77525
Text Example
Text Example
White with #F77525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77525; }
p { color: rgb(247,117,37); }
H1.HeaderClassName
{
color: #F77525;
}
.AnyTagClassName
{
color: #F77525;
}
</style>
background-color css
<style>
a { background-color: #F77525; }
a { background-color: rgb(247,117,37); }
div.DivClassName
{
background-color: #F77525;
}
.BgClassName
{
background-color: #F77525;
}
</style>
border-color css
<style>
span { border-color: #F77525; }
span { border-color: rgb(247,117,37); }
td.TdClassName
{
border-color: #F77525;
}
.TagClassName
{
border-color: #F77525;
}
</style>