Shades of Pumpkin #F3741D
Tints of Pumpkin #F3741D
RGB
CMYK
RGB Variations
Color information
#F3741D (or 0xF3741D) is known color: Pumpkin. HEX triplet: F3, 74 and 1D. RGB value is (243,116,29). Sum of RGB (Red+Green+Blue) = 243+116+29=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F3741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3741D is #0C8BE2. Grayscale: #909090. Windows color (decimal): -822243 or 1930483. OLE color: 1930483.
HSL color Cylindrical-coordinate representation of color #F3741D: hue angle of 24.39º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3741D is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 29 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.05 |
| HSL | 24.39º | 0.9% | 0.53% | - |
| HSV(B) | 24.39º | 0.88% | 0.95% | - |
| XYZ | 43.43 | 31.63 | 4.98 | - |
| YUV | 144.06 | 63.08 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 29 | 0 | 0.52 | 0.88 | 0.05 | 24.39 | 0.9 | 0.53 |
| Hex | F3 | 74 | 1D | 0 | 34 | 58 | 5 | 18 | 5A | 35 |
| Octal | 363 | 164 | 35 | 0 | 64 | 130 | 5 | 30 | 132 | 65 |
| Binary | 11110011 | 1110100 | 11101 | 0 | 110100 | 1011000 | 101 | 11000 | 1011010 | 110101 |
Color Harmonies of #F3741D
Complementary color
Monochromatic Colors of #F3741D
Black with #F3741D
Text Example
Text Example
White with #F3741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3741D; }
p { color: rgb(243,116,29); }
H1.HeaderClassName
{
color: #F3741D;
}
.AnyTagClassName
{
color: #F3741D;
}
</style>
background-color css
<style>
a { background-color: #F3741D; }
a { background-color: rgb(243,116,29); }
div.DivClassName
{
background-color: #F3741D;
}
.BgClassName
{
background-color: #F3741D;
}
</style>
border-color css
<style>
span { border-color: #F3741D; }
span { border-color: rgb(243,116,29); }
td.TdClassName
{
border-color: #F3741D;
}
.TagClassName
{
border-color: #F3741D;
}
</style>