Shades of Pumpkin #F37313
Tints of Pumpkin #F37313
RGB
CMYK
RGB Variations
Color information
#F37313 (or 0xF37313) is known color: Pumpkin. HEX triplet: F3, 73 and 13. RGB value is (243,115,19). Sum of RGB (Red+Green+Blue) = 243+115+19=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F37313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37313 is #0C8CEC. Grayscale: #8E8E8E. Windows color (decimal): -822509 or 1274867. OLE color: 1274867.
HSL color Cylindrical-coordinate representation of color #F37313: hue angle of 25.71º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F37313 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 19 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.05 |
| HSL | 25.71º | 0.9% | 0.51% | - |
| HSV(B) | 25.71º | 0.92% | 0.95% | - |
| XYZ | 43.21 | 31.36 | 4.39 | - |
| YUV | 142.33 | 58.41 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 19 | 0 | 0.53 | 0.92 | 0.05 | 25.71 | 0.9 | 0.51 |
| Hex | F3 | 73 | 13 | 0 | 35 | 5C | 5 | 1A | 5A | 33 |
| Octal | 363 | 163 | 23 | 0 | 65 | 134 | 5 | 32 | 132 | 63 |
| Binary | 11110011 | 1110011 | 10011 | 0 | 110101 | 1011100 | 101 | 11010 | 1011010 | 110011 |
Color Harmonies of #F37313
Complementary color
Monochromatic Colors of #F37313
Black with #F37313
Text Example
Text Example
White with #F37313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37313; }
p { color: rgb(243,115,19); }
H1.HeaderClassName
{
color: #F37313;
}
.AnyTagClassName
{
color: #F37313;
}
</style>
background-color css
<style>
a { background-color: #F37313; }
a { background-color: rgb(243,115,19); }
div.DivClassName
{
background-color: #F37313;
}
.BgClassName
{
background-color: #F37313;
}
</style>
border-color css
<style>
span { border-color: #F37313; }
span { border-color: rgb(243,115,19); }
td.TdClassName
{
border-color: #F37313;
}
.TagClassName
{
border-color: #F37313;
}
</style>