Shades of Pumpkin #F07F16
Tints of Pumpkin #F07F16
RGB
CMYK
RGB Variations
Color information
#F07F16 (or 0xF07F16) is known color: Pumpkin. HEX triplet: F0, 7F and 16. RGB value is (240,127,22). Sum of RGB (Red+Green+Blue) = 240+127+22=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F16 is #0F80E9. Grayscale: #959595. Windows color (decimal): -1016042 or 1474544. OLE color: 1474544.
HSL color Cylindrical-coordinate representation of color #F07F16: hue angle of 28.9º 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 #F07F16 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 22 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.06 |
| HSL | 28.9º | 0.88% | 0.51% | - |
| HSV(B) | 28.9º | 0.91% | 0.94% | - |
| XYZ | 43.67 | 33.76 | 4.97 | - |
| YUV | 148.82 | 56.44 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 22 | 0 | 0.47 | 0.91 | 0.06 | 28.9 | 0.88 | 0.51 |
| Hex | F0 | 7F | 16 | 0 | 2F | 5B | 6 | 1D | 58 | 33 |
| Octal | 360 | 177 | 26 | 0 | 57 | 133 | 6 | 35 | 130 | 63 |
| Binary | 11110000 | 1111111 | 10110 | 0 | 101111 | 1011011 | 110 | 11101 | 1011000 | 110011 |
Color Harmonies of #F07F16
Complementary color
Monochromatic Colors of #F07F16
Black with #F07F16
Text Example
Text Example
White with #F07F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F16; }
p { color: rgb(240,127,22); }
H1.HeaderClassName
{
color: #F07F16;
}
.AnyTagClassName
{
color: #F07F16;
}
</style>
background-color css
<style>
a { background-color: #F07F16; }
a { background-color: rgb(240,127,22); }
div.DivClassName
{
background-color: #F07F16;
}
.BgClassName
{
background-color: #F07F16;
}
</style>
border-color css
<style>
span { border-color: #F07F16; }
span { border-color: rgb(240,127,22); }
td.TdClassName
{
border-color: #F07F16;
}
.TagClassName
{
border-color: #F07F16;
}
</style>