Shades of Pumpkin #F07D12
Tints of Pumpkin #F07D12
RGB
CMYK
RGB Variations
Color information
#F07D12 (or 0xF07D12) is known color: Pumpkin. HEX triplet: F0, 7D and 12. RGB value is (240,125,18). Sum of RGB (Red+Green+Blue) = 240+125+18=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07D12 is #0F82ED. Grayscale: #939393. Windows color (decimal): -1016558 or 1211888. OLE color: 1211888.
HSL color Cylindrical-coordinate representation of color #F07D12: hue angle of 28.92º 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 #F07D12 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 18 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.06 |
| HSL | 28.92º | 0.88% | 0.51% | - |
| HSV(B) | 28.92º | 0.93% | 0.94% | - |
| XYZ | 43.38 | 33.24 | 4.7 | - |
| YUV | 147.19 | 55.1 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 18 | 0 | 0.48 | 0.92 | 0.06 | 28.92 | 0.88 | 0.51 |
| Hex | F0 | 7D | 12 | 0 | 30 | 5C | 6 | 1D | 58 | 33 |
| Octal | 360 | 175 | 22 | 0 | 60 | 134 | 6 | 35 | 130 | 63 |
| Binary | 11110000 | 1111101 | 10010 | 0 | 110000 | 1011100 | 110 | 11101 | 1011000 | 110011 |
Color Harmonies of #F07D12
Complementary color
Monochromatic Colors of #F07D12
Black with #F07D12
Text Example
Text Example
White with #F07D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D12; }
p { color: rgb(240,125,18); }
H1.HeaderClassName
{
color: #F07D12;
}
.AnyTagClassName
{
color: #F07D12;
}
</style>
background-color css
<style>
a { background-color: #F07D12; }
a { background-color: rgb(240,125,18); }
div.DivClassName
{
background-color: #F07D12;
}
.BgClassName
{
background-color: #F07D12;
}
</style>
border-color css
<style>
span { border-color: #F07D12; }
span { border-color: rgb(240,125,18); }
td.TdClassName
{
border-color: #F07D12;
}
.TagClassName
{
border-color: #F07D12;
}
</style>