Shades of Pumpkin #F37912
Tints of Pumpkin #F37912
RGB
CMYK
RGB Variations
Color information
#F37912 (or 0xF37912) is known color: Pumpkin. HEX triplet: F3, 79 and 12. RGB value is (243,121,18). Sum of RGB (Red+Green+Blue) = 243+121+18=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F37912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37912 is #0C86ED. Grayscale: #929292. Windows color (decimal): -820974 or 1210867. OLE color: 1210867.
HSL color Cylindrical-coordinate representation of color #F37912: hue angle of 27.47º 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 #F37912 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 18 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.05 |
| HSL | 27.47º | 0.9% | 0.51% | - |
| HSV(B) | 27.47º | 0.93% | 0.95% | - |
| XYZ | 43.91 | 32.77 | 4.58 | - |
| YUV | 145.74 | 55.92 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 18 | 0 | 0.50 | 0.93 | 0.05 | 27.47 | 0.9 | 0.51 |
| Hex | F3 | 79 | 12 | 0 | 32 | 5D | 5 | 1B | 5A | 33 |
| Octal | 363 | 171 | 22 | 0 | 62 | 135 | 5 | 33 | 132 | 63 |
| Binary | 11110011 | 1111001 | 10010 | 0 | 110010 | 1011101 | 101 | 11011 | 1011010 | 110011 |
Color Harmonies of #F37912
Complementary color
Monochromatic Colors of #F37912
Black with #F37912
Text Example
Text Example
White with #F37912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37912; }
p { color: rgb(243,121,18); }
H1.HeaderClassName
{
color: #F37912;
}
.AnyTagClassName
{
color: #F37912;
}
</style>
background-color css
<style>
a { background-color: #F37912; }
a { background-color: rgb(243,121,18); }
div.DivClassName
{
background-color: #F37912;
}
.BgClassName
{
background-color: #F37912;
}
</style>
border-color css
<style>
span { border-color: #F37912; }
span { border-color: rgb(243,121,18); }
td.TdClassName
{
border-color: #F37912;
}
.TagClassName
{
border-color: #F37912;
}
</style>