Shades of Pumpkin #F07912
Tints of Pumpkin #F07912
RGB
CMYK
RGB Variations
Color information
#F07912 (or 0xF07912) is known color: Pumpkin. HEX triplet: F0, 79 and 12. RGB value is (240,121,18). Sum of RGB (Red+Green+Blue) = 240+121+18=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F07912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07912 is #0F86ED. Grayscale: #919191. Windows color (decimal): -1017582 or 1210864. OLE color: 1210864.
HSL color Cylindrical-coordinate representation of color #F07912: hue angle of 27.84º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F07912 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.06 |
| HSL | 27.84º | 0.88% | 0.51% | - |
| HSV(B) | 27.84º | 0.93% | 0.94% | - |
| XYZ | 42.88 | 32.24 | 4.54 | - |
| YUV | 144.84 | 56.42 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 18 | 0 | 0.50 | 0.92 | 0.06 | 27.84 | 0.88 | 0.51 |
| Hex | F0 | 79 | 12 | 0 | 32 | 5C | 6 | 1C | 58 | 33 |
| Octal | 360 | 171 | 22 | 0 | 62 | 134 | 6 | 34 | 130 | 63 |
| Binary | 11110000 | 1111001 | 10010 | 0 | 110010 | 1011100 | 110 | 11100 | 1011000 | 110011 |
Color Harmonies of #F07912
Complementary color
Monochromatic Colors of #F07912
Black with #F07912
Text Example
Text Example
White with #F07912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07912; }
p { color: rgb(240,121,18); }
H1.HeaderClassName
{
color: #F07912;
}
.AnyTagClassName
{
color: #F07912;
}
</style>
background-color css
<style>
a { background-color: #F07912; }
a { background-color: rgb(240,121,18); }
div.DivClassName
{
background-color: #F07912;
}
.BgClassName
{
background-color: #F07912;
}
</style>
border-color css
<style>
span { border-color: #F07912; }
span { border-color: rgb(240,121,18); }
td.TdClassName
{
border-color: #F07912;
}
.TagClassName
{
border-color: #F07912;
}
</style>