Shades of Pumpkin #F07312
Tints of Pumpkin #F07312
RGB
CMYK
RGB Variations
Color information
#F07312 (or 0xF07312) is known color: Pumpkin. HEX triplet: F0, 73 and 12. RGB value is (240,115,18). Sum of RGB (Red+Green+Blue) = 240+115+18=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F07312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07312 is #0F8CED. Grayscale: #8D8D8D. Windows color (decimal): -1019118 or 1209328. OLE color: 1209328.
HSL color Cylindrical-coordinate representation of color #F07312: hue angle of 26.22º 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 #F07312 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 18 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.06 |
| HSL | 26.22º | 0.88% | 0.51% | - |
| HSV(B) | 26.22º | 0.93% | 0.94% | - |
| XYZ | 42.18 | 30.83 | 4.3 | - |
| YUV | 141.32 | 58.41 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 18 | 0 | 0.52 | 0.92 | 0.06 | 26.22 | 0.88 | 0.51 |
| Hex | F0 | 73 | 12 | 0 | 34 | 5C | 6 | 1A | 58 | 33 |
| Octal | 360 | 163 | 22 | 0 | 64 | 134 | 6 | 32 | 130 | 63 |
| Binary | 11110000 | 1110011 | 10010 | 0 | 110100 | 1011100 | 110 | 11010 | 1011000 | 110011 |
Color Harmonies of #F07312
Complementary color
Monochromatic Colors of #F07312
Black with #F07312
Text Example
Text Example
White with #F07312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07312; }
p { color: rgb(240,115,18); }
H1.HeaderClassName
{
color: #F07312;
}
.AnyTagClassName
{
color: #F07312;
}
</style>
background-color css
<style>
a { background-color: #F07312; }
a { background-color: rgb(240,115,18); }
div.DivClassName
{
background-color: #F07312;
}
.BgClassName
{
background-color: #F07312;
}
</style>
border-color css
<style>
span { border-color: #F07312; }
span { border-color: rgb(240,115,18); }
td.TdClassName
{
border-color: #F07312;
}
.TagClassName
{
border-color: #F07312;
}
</style>