Shades of Pumpkin #F77015
Tints of Pumpkin #F77015
RGB
CMYK
RGB Variations
Color information
#F77015 (or 0xF77015) is known color: Pumpkin. HEX triplet: F7, 70 and 15. RGB value is (247,112,21). Sum of RGB (Red+Green+Blue) = 247+112+21=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F77015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77015 is #088FEA. Grayscale: #8E8E8E. Windows color (decimal): -561131 or 1405175. OLE color: 1405175.
HSL color Cylindrical-coordinate representation of color #F77015: hue angle of 24.16º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F77015 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 21 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.03 |
| HSL | 24.16º | 0.93% | 0.53% | - |
| HSV(B) | 24.16º | 0.91% | 0.97% | - |
| XYZ | 44.29 | 31.42 | 4.44 | - |
| YUV | 141.99 | 59.73 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 21 | 0 | 0.55 | 0.91 | 0.03 | 24.16 | 0.93 | 0.53 |
| Hex | F7 | 70 | 15 | 0 | 37 | 5B | 3 | 18 | 5D | 35 |
| Octal | 367 | 160 | 25 | 0 | 67 | 133 | 3 | 30 | 135 | 65 |
| Binary | 11110111 | 1110000 | 10101 | 0 | 110111 | 1011011 | 11 | 11000 | 1011101 | 110101 |
Color Harmonies of #F77015
Complementary color
Monochromatic Colors of #F77015
Black with #F77015
Text Example
Text Example
White with #F77015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77015; }
p { color: rgb(247,112,21); }
H1.HeaderClassName
{
color: #F77015;
}
.AnyTagClassName
{
color: #F77015;
}
</style>
background-color css
<style>
a { background-color: #F77015; }
a { background-color: rgb(247,112,21); }
div.DivClassName
{
background-color: #F77015;
}
.BgClassName
{
background-color: #F77015;
}
</style>
border-color css
<style>
span { border-color: #F77015; }
span { border-color: rgb(247,112,21); }
td.TdClassName
{
border-color: #F77015;
}
.TagClassName
{
border-color: #F77015;
}
</style>