Shades of Pumpkin #F07416
Tints of Pumpkin #F07416
RGB
CMYK
RGB Variations
Color information
#F07416 (or 0xF07416) is known color: Pumpkin. HEX triplet: F0, 74 and 16. RGB value is (240,116,22). Sum of RGB (Red+Green+Blue) = 240+116+22=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F07416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07416 is #0F8BE9. Grayscale: #8E8E8E. Windows color (decimal): -1018858 or 1471728. OLE color: 1471728.
HSL color Cylindrical-coordinate representation of color #F07416: hue angle of 25.87º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F07416 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 22 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.06 |
| HSL | 25.87º | 0.88% | 0.51% | - |
| HSV(B) | 25.87º | 0.91% | 0.94% | - |
| XYZ | 42.33 | 31.07 | 4.53 | - |
| YUV | 142.36 | 60.08 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 22 | 0 | 0.52 | 0.91 | 0.06 | 25.87 | 0.88 | 0.51 |
| Hex | F0 | 74 | 16 | 0 | 34 | 5B | 6 | 1A | 58 | 33 |
| Octal | 360 | 164 | 26 | 0 | 64 | 133 | 6 | 32 | 130 | 63 |
| Binary | 11110000 | 1110100 | 10110 | 0 | 110100 | 1011011 | 110 | 11010 | 1011000 | 110011 |
Color Harmonies of #F07416
Complementary color
Monochromatic Colors of #F07416
Black with #F07416
Text Example
Text Example
White with #F07416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07416; }
p { color: rgb(240,116,22); }
H1.HeaderClassName
{
color: #F07416;
}
.AnyTagClassName
{
color: #F07416;
}
</style>
background-color css
<style>
a { background-color: #F07416; }
a { background-color: rgb(240,116,22); }
div.DivClassName
{
background-color: #F07416;
}
.BgClassName
{
background-color: #F07416;
}
</style>
border-color css
<style>
span { border-color: #F07416; }
span { border-color: rgb(240,116,22); }
td.TdClassName
{
border-color: #F07416;
}
.TagClassName
{
border-color: #F07416;
}
</style>