Shades of Pumpkin #F37112
Tints of Pumpkin #F37112
RGB
CMYK
RGB Variations
Color information
#F37112 (or 0xF37112) is known color: Pumpkin. HEX triplet: F3, 71 and 12. RGB value is (243,113,18). Sum of RGB (Red+Green+Blue) = 243+113+18=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F37112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37112 is #0C8EED. Grayscale: #8D8D8D. Windows color (decimal): -823022 or 1208819. OLE color: 1208819.
HSL color Cylindrical-coordinate representation of color #F37112: hue angle of 25.33º 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 #F37112 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 18 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.05 |
| HSL | 25.33º | 0.9% | 0.51% | - |
| HSV(B) | 25.33º | 0.93% | 0.95% | - |
| XYZ | 42.98 | 30.91 | 4.27 | - |
| YUV | 141.04 | 58.57 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 18 | 0 | 0.53 | 0.93 | 0.05 | 25.33 | 0.9 | 0.51 |
| Hex | F3 | 71 | 12 | 0 | 35 | 5D | 5 | 19 | 5A | 33 |
| Octal | 363 | 161 | 22 | 0 | 65 | 135 | 5 | 31 | 132 | 63 |
| Binary | 11110011 | 1110001 | 10010 | 0 | 110101 | 1011101 | 101 | 11001 | 1011010 | 110011 |
Color Harmonies of #F37112
Complementary color
Monochromatic Colors of #F37112
Black with #F37112
Text Example
Text Example
White with #F37112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37112; }
p { color: rgb(243,113,18); }
H1.HeaderClassName
{
color: #F37112;
}
.AnyTagClassName
{
color: #F37112;
}
</style>
background-color css
<style>
a { background-color: #F37112; }
a { background-color: rgb(243,113,18); }
div.DivClassName
{
background-color: #F37112;
}
.BgClassName
{
background-color: #F37112;
}
</style>
border-color css
<style>
span { border-color: #F37112; }
span { border-color: rgb(243,113,18); }
td.TdClassName
{
border-color: #F37112;
}
.TagClassName
{
border-color: #F37112;
}
</style>