Shades of Pumpkin #F07610
Tints of Pumpkin #F07610
RGB
CMYK
RGB Variations
Color information
#F07610 (or 0xF07610) is known color: Pumpkin. HEX triplet: F0, 76 and 10. RGB value is (240,118,16). Sum of RGB (Red+Green+Blue) = 240+118+16=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F07610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07610 is #0F89EF. Grayscale: #8F8F8F. Windows color (decimal): -1018352 or 1079024. OLE color: 1079024.
HSL color Cylindrical-coordinate representation of color #F07610: hue angle of 27.32º 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 #F07610 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.06 |
| HSL | 27.32º | 0.88% | 0.5% | - |
| HSV(B) | 27.32º | 0.93% | 0.94% | - |
| XYZ | 42.51 | 31.52 | 4.33 | - |
| YUV | 142.85 | 56.42 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 16 | 0 | 0.51 | 0.93 | 0.06 | 27.32 | 0.88 | 0.5 |
| Hex | F0 | 76 | 10 | 0 | 33 | 5D | 6 | 1B | 58 | 32 |
| Octal | 360 | 166 | 20 | 0 | 63 | 135 | 6 | 33 | 130 | 62 |
| Binary | 11110000 | 1110110 | 10000 | 0 | 110011 | 1011101 | 110 | 11011 | 1011000 | 110010 |
Color Harmonies of #F07610
Complementary color
Monochromatic Colors of #F07610
Black with #F07610
Text Example
Text Example
White with #F07610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07610; }
p { color: rgb(240,118,16); }
H1.HeaderClassName
{
color: #F07610;
}
.AnyTagClassName
{
color: #F07610;
}
</style>
background-color css
<style>
a { background-color: #F07610; }
a { background-color: rgb(240,118,16); }
div.DivClassName
{
background-color: #F07610;
}
.BgClassName
{
background-color: #F07610;
}
</style>
border-color css
<style>
span { border-color: #F07610; }
span { border-color: rgb(240,118,16); }
td.TdClassName
{
border-color: #F07610;
}
.TagClassName
{
border-color: #F07610;
}
</style>