Shades of Pumpkin #F07510
Tints of Pumpkin #F07510
RGB
CMYK
RGB Variations
Color information
#F07510 (or 0xF07510) is known color: Pumpkin. HEX triplet: F0, 75 and 10. RGB value is (240,117,16). Sum of RGB (Red+Green+Blue) = 240+117+16=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F07510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07510 is #0F8AEF. Grayscale: #8E8E8E. Windows color (decimal): -1018608 or 1078768. OLE color: 1078768.
HSL color Cylindrical-coordinate representation of color #F07510: hue angle of 27.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F07510 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.06 |
| HSL | 27.05º | 0.88% | 0.5% | - |
| HSV(B) | 27.05º | 0.93% | 0.94% | - |
| XYZ | 42.39 | 31.29 | 4.29 | - |
| YUV | 142.26 | 56.75 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 16 | 0 | 0.51 | 0.93 | 0.06 | 27.05 | 0.88 | 0.5 |
| Hex | F0 | 75 | 10 | 0 | 33 | 5D | 6 | 1B | 58 | 32 |
| Octal | 360 | 165 | 20 | 0 | 63 | 135 | 6 | 33 | 130 | 62 |
| Binary | 11110000 | 1110101 | 10000 | 0 | 110011 | 1011101 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #F07510
Complementary color
Monochromatic Colors of #F07510
Black with #F07510
Text Example
Text Example
White with #F07510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07510; }
p { color: rgb(240,117,16); }
H1.HeaderClassName
{
color: #F07510;
}
.AnyTagClassName
{
color: #F07510;
}
</style>
background-color css
<style>
a { background-color: #F07510; }
a { background-color: rgb(240,117,16); }
div.DivClassName
{
background-color: #F07510;
}
.BgClassName
{
background-color: #F07510;
}
</style>
border-color css
<style>
span { border-color: #F07510; }
span { border-color: rgb(240,117,16); }
td.TdClassName
{
border-color: #F07510;
}
.TagClassName
{
border-color: #F07510;
}
</style>