Shades of Pumpkin #F3710D
Tints of Pumpkin #F3710D
RGB
CMYK
RGB Variations
Color information
#F3710D (or 0xF3710D) is known color: Pumpkin. HEX triplet: F3, 71 and 0D. RGB value is (243,113,13). Sum of RGB (Red+Green+Blue) = 243+113+13=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3710D is #0C8EF2. Grayscale: #8D8D8D. Windows color (decimal): -823027 or 881139. OLE color: 881139.
HSL color Cylindrical-coordinate representation of color #F3710D: hue angle of 26.09º 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 #F3710D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.05 |
| HSL | 26.09º | 0.91% | 0.5% | - |
| HSV(B) | 26.09º | 0.95% | 0.95% | - |
| XYZ | 42.94 | 30.89 | 4.08 | - |
| YUV | 140.47 | 56.07 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 13 | 0 | 0.53 | 0.95 | 0.05 | 26.09 | 0.91 | 0.5 |
| Hex | F3 | 71 | D | 0 | 35 | 5F | 5 | 1A | 5B | 32 |
| Octal | 363 | 161 | 15 | 0 | 65 | 137 | 5 | 32 | 133 | 62 |
| Binary | 11110011 | 1110001 | 1101 | 0 | 110101 | 1011111 | 101 | 11010 | 1011011 | 110010 |
Color Harmonies of #F3710D
Complementary color
Monochromatic Colors of #F3710D
Black with #F3710D
Text Example
Text Example
White with #F3710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3710D; }
p { color: rgb(243,113,13); }
H1.HeaderClassName
{
color: #F3710D;
}
.AnyTagClassName
{
color: #F3710D;
}
</style>
background-color css
<style>
a { background-color: #F3710D; }
a { background-color: rgb(243,113,13); }
div.DivClassName
{
background-color: #F3710D;
}
.BgClassName
{
background-color: #F3710D;
}
</style>
border-color css
<style>
span { border-color: #F3710D; }
span { border-color: rgb(243,113,13); }
td.TdClassName
{
border-color: #F3710D;
}
.TagClassName
{
border-color: #F3710D;
}
</style>