Shades of Pumpkin #F37612
Tints of Pumpkin #F37612
RGB
CMYK
RGB Variations
Color information
#F37612 (or 0xF37612) is known color: Pumpkin. HEX triplet: F3, 76 and 12. RGB value is (243,118,18). Sum of RGB (Red+Green+Blue) = 243+118+18=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F37612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37612 is #0C89ED. Grayscale: #909090. Windows color (decimal): -821742 or 1210099. OLE color: 1210099.
HSL color Cylindrical-coordinate representation of color #F37612: hue angle of 26.67º 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 #F37612 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 18 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.05 |
| HSL | 26.67º | 0.9% | 0.51% | - |
| HSV(B) | 26.67º | 0.93% | 0.95% | - |
| XYZ | 43.55 | 32.06 | 4.46 | - |
| YUV | 143.98 | 56.91 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 18 | 0 | 0.51 | 0.93 | 0.05 | 26.67 | 0.9 | 0.51 |
| Hex | F3 | 76 | 12 | 0 | 33 | 5D | 5 | 1B | 5A | 33 |
| Octal | 363 | 166 | 22 | 0 | 63 | 135 | 5 | 33 | 132 | 63 |
| Binary | 11110011 | 1110110 | 10010 | 0 | 110011 | 1011101 | 101 | 11011 | 1011010 | 110011 |
Color Harmonies of #F37612
Complementary color
Monochromatic Colors of #F37612
Black with #F37612
Text Example
Text Example
White with #F37612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37612; }
p { color: rgb(243,118,18); }
H1.HeaderClassName
{
color: #F37612;
}
.AnyTagClassName
{
color: #F37612;
}
</style>
background-color css
<style>
a { background-color: #F37612; }
a { background-color: rgb(243,118,18); }
div.DivClassName
{
background-color: #F37612;
}
.BgClassName
{
background-color: #F37612;
}
</style>
border-color css
<style>
span { border-color: #F37612; }
span { border-color: rgb(243,118,18); }
td.TdClassName
{
border-color: #F37612;
}
.TagClassName
{
border-color: #F37612;
}
</style>