Shades of Pumpkin #F06513
Tints of Pumpkin #F06513
RGB
CMYK
RGB Variations
Color information
#F06513 (or 0xF06513) is known color: Pumpkin. HEX triplet: F0, 65 and 13. RGB value is (240,101,19). Sum of RGB (Red+Green+Blue) = 240+101+19=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F06513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06513 is #0F9AEC. Grayscale: #858585. Windows color (decimal): -1022701 or 1271280. OLE color: 1271280.
HSL color Cylindrical-coordinate representation of color #F06513: hue angle of 22.26º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F06513 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 19 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.06 |
| HSL | 22.26º | 0.88% | 0.51% | - |
| HSV(B) | 22.26º | 0.92% | 0.94% | - |
| XYZ | 40.71 | 27.88 | 3.85 | - |
| YUV | 133.21 | 63.55 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 19 | 0 | 0.58 | 0.92 | 0.06 | 22.26 | 0.88 | 0.51 |
| Hex | F0 | 65 | 13 | 0 | 3A | 5C | 6 | 16 | 58 | 33 |
| Octal | 360 | 145 | 23 | 0 | 72 | 134 | 6 | 26 | 130 | 63 |
| Binary | 11110000 | 1100101 | 10011 | 0 | 111010 | 1011100 | 110 | 10110 | 1011000 | 110011 |
Color Harmonies of #F06513
Complementary color
Monochromatic Colors of #F06513
Black with #F06513
Text Example
Text Example
White with #F06513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06513; }
p { color: rgb(240,101,19); }
H1.HeaderClassName
{
color: #F06513;
}
.AnyTagClassName
{
color: #F06513;
}
</style>
background-color css
<style>
a { background-color: #F06513; }
a { background-color: rgb(240,101,19); }
div.DivClassName
{
background-color: #F06513;
}
.BgClassName
{
background-color: #F06513;
}
</style>
border-color css
<style>
span { border-color: #F06513; }
span { border-color: rgb(240,101,19); }
td.TdClassName
{
border-color: #F06513;
}
.TagClassName
{
border-color: #F06513;
}
</style>