Shades of Pumpkin #F37212
Tints of Pumpkin #F37212
RGB
CMYK
RGB Variations
Color information
#F37212 (or 0xF37212) is known color: Pumpkin. HEX triplet: F3, 72 and 12. RGB value is (243,114,18). Sum of RGB (Red+Green+Blue) = 243+114+18=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F37212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37212 is #0C8DED. Grayscale: #8E8E8E. Windows color (decimal): -822766 or 1209075. OLE color: 1209075.
HSL color Cylindrical-coordinate representation of color #F37212: hue angle of 25.6º 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 #F37212 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 18 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.05 |
| HSL | 25.6º | 0.9% | 0.51% | - |
| HSV(B) | 25.6º | 0.93% | 0.95% | - |
| XYZ | 43.09 | 31.13 | 4.31 | - |
| YUV | 141.63 | 58.24 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 18 | 0 | 0.53 | 0.93 | 0.05 | 25.6 | 0.9 | 0.51 |
| Hex | F3 | 72 | 12 | 0 | 35 | 5D | 5 | 1A | 5A | 33 |
| Octal | 363 | 162 | 22 | 0 | 65 | 135 | 5 | 32 | 132 | 63 |
| Binary | 11110011 | 1110010 | 10010 | 0 | 110101 | 1011101 | 101 | 11010 | 1011010 | 110011 |
Color Harmonies of #F37212
Complementary color
Monochromatic Colors of #F37212
Black with #F37212
Text Example
Text Example
White with #F37212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37212; }
p { color: rgb(243,114,18); }
H1.HeaderClassName
{
color: #F37212;
}
.AnyTagClassName
{
color: #F37212;
}
</style>
background-color css
<style>
a { background-color: #F37212; }
a { background-color: rgb(243,114,18); }
div.DivClassName
{
background-color: #F37212;
}
.BgClassName
{
background-color: #F37212;
}
</style>
border-color css
<style>
span { border-color: #F37212; }
span { border-color: rgb(243,114,18); }
td.TdClassName
{
border-color: #F37212;
}
.TagClassName
{
border-color: #F37212;
}
</style>