Shades of Pumpkin #F37D14
Tints of Pumpkin #F37D14
RGB
CMYK
RGB Variations
Color information
#F37D14 (or 0xF37D14) is known color: Pumpkin. HEX triplet: F3, 7D and 14. RGB value is (243,125,20). Sum of RGB (Red+Green+Blue) = 243+125+20=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37D14 is #0C82EB. Grayscale: #949494. Windows color (decimal): -819948 or 1342963. OLE color: 1342963.
HSL color Cylindrical-coordinate representation of color #F37D14: hue angle of 28.25º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F37D14 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 20 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.05 |
| HSL | 28.25º | 0.9% | 0.52% | - |
| HSV(B) | 28.25º | 0.92% | 0.95% | - |
| XYZ | 44.42 | 33.77 | 4.84 | - |
| YUV | 148.31 | 55.59 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 20 | 0 | 0.49 | 0.92 | 0.05 | 28.25 | 0.9 | 0.52 |
| Hex | F3 | 7D | 14 | 0 | 31 | 5C | 5 | 1C | 5A | 34 |
| Octal | 363 | 175 | 24 | 0 | 61 | 134 | 5 | 34 | 132 | 64 |
| Binary | 11110011 | 1111101 | 10100 | 0 | 110001 | 1011100 | 101 | 11100 | 1011010 | 110100 |
Color Harmonies of #F37D14
Complementary color
Monochromatic Colors of #F37D14
Black with #F37D14
Text Example
Text Example
White with #F37D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D14; }
p { color: rgb(243,125,20); }
H1.HeaderClassName
{
color: #F37D14;
}
.AnyTagClassName
{
color: #F37D14;
}
</style>
background-color css
<style>
a { background-color: #F37D14; }
a { background-color: rgb(243,125,20); }
div.DivClassName
{
background-color: #F37D14;
}
.BgClassName
{
background-color: #F37D14;
}
</style>
border-color css
<style>
span { border-color: #F37D14; }
span { border-color: rgb(243,125,20); }
td.TdClassName
{
border-color: #F37D14;
}
.TagClassName
{
border-color: #F37D14;
}
</style>