Shades of Pumpkin #F37512
Tints of Pumpkin #F37512
RGB
CMYK
RGB Variations
Color information
#F37512 (or 0xF37512) is known color: Pumpkin. HEX triplet: F3, 75 and 12. RGB value is (243,117,18). Sum of RGB (Red+Green+Blue) = 243+117+18=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F37512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37512 is #0C8AED. Grayscale: #8F8F8F. Windows color (decimal): -821998 or 1209843. OLE color: 1209843.
HSL color Cylindrical-coordinate representation of color #F37512: hue angle of 26.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F37512 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 18 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.05 |
| HSL | 26.4º | 0.9% | 0.51% | - |
| HSV(B) | 26.4º | 0.93% | 0.95% | - |
| XYZ | 43.43 | 31.82 | 4.43 | - |
| YUV | 143.39 | 57.24 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 18 | 0 | 0.52 | 0.93 | 0.05 | 26.4 | 0.9 | 0.51 |
| Hex | F3 | 75 | 12 | 0 | 34 | 5D | 5 | 1A | 5A | 33 |
| Octal | 363 | 165 | 22 | 0 | 64 | 135 | 5 | 32 | 132 | 63 |
| Binary | 11110011 | 1110101 | 10010 | 0 | 110100 | 1011101 | 101 | 11010 | 1011010 | 110011 |
Color Harmonies of #F37512
Complementary color
Monochromatic Colors of #F37512
Black with #F37512
Text Example
Text Example
White with #F37512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37512; }
p { color: rgb(243,117,18); }
H1.HeaderClassName
{
color: #F37512;
}
.AnyTagClassName
{
color: #F37512;
}
</style>
background-color css
<style>
a { background-color: #F37512; }
a { background-color: rgb(243,117,18); }
div.DivClassName
{
background-color: #F37512;
}
.BgClassName
{
background-color: #F37512;
}
</style>
border-color css
<style>
span { border-color: #F37512; }
span { border-color: rgb(243,117,18); }
td.TdClassName
{
border-color: #F37512;
}
.TagClassName
{
border-color: #F37512;
}
</style>