Shades of Pumpkin #F3700D
Tints of Pumpkin #F3700D
RGB
CMYK
RGB Variations
Color information
#F3700D (or 0xF3700D) is known color: Pumpkin. HEX triplet: F3, 70 and 0D. RGB value is (243,112,13). Sum of RGB (Red+Green+Blue) = 243+112+13=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F3700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3700D is #0C8FF2. Grayscale: #8C8C8C. Windows color (decimal): -823283 or 880883. OLE color: 880883.
HSL color Cylindrical-coordinate representation of color #F3700D: hue angle of 25.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3700D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.05 |
| HSL | 25.83º | 0.91% | 0.5% | - |
| HSV(B) | 25.83º | 0.95% | 0.95% | - |
| XYZ | 42.83 | 30.67 | 4.04 | - |
| YUV | 139.88 | 56.4 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 13 | 0 | 0.54 | 0.95 | 0.05 | 25.83 | 0.91 | 0.5 |
| Hex | F3 | 70 | D | 0 | 36 | 5F | 5 | 1A | 5B | 32 |
| Octal | 363 | 160 | 15 | 0 | 66 | 137 | 5 | 32 | 133 | 62 |
| Binary | 11110011 | 1110000 | 1101 | 0 | 110110 | 1011111 | 101 | 11010 | 1011011 | 110010 |
Color Harmonies of #F3700D
Complementary color
Monochromatic Colors of #F3700D
Black with #F3700D
Text Example
Text Example
White with #F3700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3700D; }
p { color: rgb(243,112,13); }
H1.HeaderClassName
{
color: #F3700D;
}
.AnyTagClassName
{
color: #F3700D;
}
</style>
background-color css
<style>
a { background-color: #F3700D; }
a { background-color: rgb(243,112,13); }
div.DivClassName
{
background-color: #F3700D;
}
.BgClassName
{
background-color: #F3700D;
}
</style>
border-color css
<style>
span { border-color: #F3700D; }
span { border-color: rgb(243,112,13); }
td.TdClassName
{
border-color: #F3700D;
}
.TagClassName
{
border-color: #F3700D;
}
</style>