Shades of Pumpkin #F07710
Tints of Pumpkin #F07710
RGB
CMYK
RGB Variations
Color information
#F07710 (or 0xF07710) is known color: Pumpkin. HEX triplet: F0, 77 and 10. RGB value is (240,119,16). Sum of RGB (Red+Green+Blue) = 240+119+16=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F07710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07710 is #0F88EF. Grayscale: #8F8F8F. Windows color (decimal): -1018096 or 1079280. OLE color: 1079280.
HSL color Cylindrical-coordinate representation of color #F07710: hue angle of 27.59º 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 #F07710 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.06 |
| HSL | 27.59º | 0.88% | 0.5% | - |
| HSV(B) | 27.59º | 0.93% | 0.94% | - |
| XYZ | 42.63 | 31.76 | 4.37 | - |
| YUV | 143.44 | 56.09 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 16 | 0 | 0.50 | 0.93 | 0.06 | 27.59 | 0.88 | 0.5 |
| Hex | F0 | 77 | 10 | 0 | 32 | 5D | 6 | 1C | 58 | 32 |
| Octal | 360 | 167 | 20 | 0 | 62 | 135 | 6 | 34 | 130 | 62 |
| Binary | 11110000 | 1110111 | 10000 | 0 | 110010 | 1011101 | 110 | 11100 | 1011000 | 110010 |
Color Harmonies of #F07710
Complementary color
Monochromatic Colors of #F07710
Black with #F07710
Text Example
Text Example
White with #F07710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07710; }
p { color: rgb(240,119,16); }
H1.HeaderClassName
{
color: #F07710;
}
.AnyTagClassName
{
color: #F07710;
}
</style>
background-color css
<style>
a { background-color: #F07710; }
a { background-color: rgb(240,119,16); }
div.DivClassName
{
background-color: #F07710;
}
.BgClassName
{
background-color: #F07710;
}
</style>
border-color css
<style>
span { border-color: #F07710; }
span { border-color: rgb(240,119,16); }
td.TdClassName
{
border-color: #F07710;
}
.TagClassName
{
border-color: #F07710;
}
</style>