Shades of Pumpkin #F3730D
Tints of Pumpkin #F3730D
RGB
CMYK
RGB Variations
Color information
#F3730D (or 0xF3730D) is known color: Pumpkin. HEX triplet: F3, 73 and 0D. RGB value is (243,115,13). Sum of RGB (Red+Green+Blue) = 243+115+13=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F3730D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3730D is #0C8CF2. Grayscale: #8E8E8E. Windows color (decimal): -822515 or 881651. OLE color: 881651.
HSL color Cylindrical-coordinate representation of color #F3730D: hue angle of 26.61º 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 #F3730D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.05 |
| HSL | 26.61º | 0.91% | 0.5% | - |
| HSV(B) | 26.61º | 0.95% | 0.95% | - |
| XYZ | 43.17 | 31.35 | 4.16 | - |
| YUV | 141.64 | 55.41 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 13 | 0 | 0.53 | 0.95 | 0.05 | 26.61 | 0.91 | 0.5 |
| Hex | F3 | 73 | D | 0 | 35 | 5F | 5 | 1B | 5B | 32 |
| Octal | 363 | 163 | 15 | 0 | 65 | 137 | 5 | 33 | 133 | 62 |
| Binary | 11110011 | 1110011 | 1101 | 0 | 110101 | 1011111 | 101 | 11011 | 1011011 | 110010 |
Color Harmonies of #F3730D
Complementary color
Monochromatic Colors of #F3730D
Black with #F3730D
Text Example
Text Example
White with #F3730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3730D; }
p { color: rgb(243,115,13); }
H1.HeaderClassName
{
color: #F3730D;
}
.AnyTagClassName
{
color: #F3730D;
}
</style>
background-color css
<style>
a { background-color: #F3730D; }
a { background-color: rgb(243,115,13); }
div.DivClassName
{
background-color: #F3730D;
}
.BgClassName
{
background-color: #F3730D;
}
</style>
border-color css
<style>
span { border-color: #F3730D; }
span { border-color: rgb(243,115,13); }
td.TdClassName
{
border-color: #F3730D;
}
.TagClassName
{
border-color: #F3730D;
}
</style>