Shades of Pumpkin #F37D15
Tints of Pumpkin #F37D15
RGB
CMYK
RGB Variations
Color information
#F37D15 (or 0xF37D15) is known color: Pumpkin. HEX triplet: F3, 7D and 15. RGB value is (243,125,21). Sum of RGB (Red+Green+Blue) = 243+125+21=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37D15 is #0C82EA. Grayscale: #949494. Windows color (decimal): -819947 or 1408499. OLE color: 1408499.
HSL color Cylindrical-coordinate representation of color #F37D15: hue angle of 28.11º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F37D15 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 21 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.05 |
| HSL | 28.11º | 0.9% | 0.52% | - |
| HSV(B) | 28.11º | 0.91% | 0.95% | - |
| XYZ | 44.43 | 33.78 | 4.89 | - |
| YUV | 148.43 | 56.09 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 21 | 0 | 0.49 | 0.91 | 0.05 | 28.11 | 0.9 | 0.52 |
| Hex | F3 | 7D | 15 | 0 | 31 | 5B | 5 | 1C | 5A | 34 |
| Octal | 363 | 175 | 25 | 0 | 61 | 133 | 5 | 34 | 132 | 64 |
| Binary | 11110011 | 1111101 | 10101 | 0 | 110001 | 1011011 | 101 | 11100 | 1011010 | 110100 |
Color Harmonies of #F37D15
Complementary color
Monochromatic Colors of #F37D15
Black with #F37D15
Text Example
Text Example
White with #F37D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D15; }
p { color: rgb(243,125,21); }
H1.HeaderClassName
{
color: #F37D15;
}
.AnyTagClassName
{
color: #F37D15;
}
</style>
background-color css
<style>
a { background-color: #F37D15; }
a { background-color: rgb(243,125,21); }
div.DivClassName
{
background-color: #F37D15;
}
.BgClassName
{
background-color: #F37D15;
}
</style>
border-color css
<style>
span { border-color: #F37D15; }
span { border-color: rgb(243,125,21); }
td.TdClassName
{
border-color: #F37D15;
}
.TagClassName
{
border-color: #F37D15;
}
</style>