Shades of Pumpkin #F37D12
Tints of Pumpkin #F37D12
RGB
CMYK
RGB Variations
Color information
#F37D12 (or 0xF37D12) is known color: Pumpkin. HEX triplet: F3, 7D and 12. RGB value is (243,125,18). Sum of RGB (Red+Green+Blue) = 243+125+18=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37D12 is #0C82ED. Grayscale: #949494. Windows color (decimal): -819950 or 1211891. OLE color: 1211891.
HSL color Cylindrical-coordinate representation of color #F37D12: hue angle of 28.53º 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 #F37D12 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 18 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.05 |
| HSL | 28.53º | 0.9% | 0.51% | - |
| HSV(B) | 28.53º | 0.93% | 0.95% | - |
| XYZ | 44.4 | 33.77 | 4.75 | - |
| YUV | 148.08 | 54.59 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 18 | 0 | 0.49 | 0.93 | 0.05 | 28.53 | 0.9 | 0.51 |
| Hex | F3 | 7D | 12 | 0 | 31 | 5D | 5 | 1D | 5A | 33 |
| Octal | 363 | 175 | 22 | 0 | 61 | 135 | 5 | 35 | 132 | 63 |
| Binary | 11110011 | 1111101 | 10010 | 0 | 110001 | 1011101 | 101 | 11101 | 1011010 | 110011 |
Color Harmonies of #F37D12
Complementary color
Monochromatic Colors of #F37D12
Black with #F37D12
Text Example
Text Example
White with #F37D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D12; }
p { color: rgb(243,125,18); }
H1.HeaderClassName
{
color: #F37D12;
}
.AnyTagClassName
{
color: #F37D12;
}
</style>
background-color css
<style>
a { background-color: #F37D12; }
a { background-color: rgb(243,125,18); }
div.DivClassName
{
background-color: #F37D12;
}
.BgClassName
{
background-color: #F37D12;
}
</style>
border-color css
<style>
span { border-color: #F37D12; }
span { border-color: rgb(243,125,18); }
td.TdClassName
{
border-color: #F37D12;
}
.TagClassName
{
border-color: #F37D12;
}
</style>