Shades of Pumpkin #F3641D
Tints of Pumpkin #F3641D
RGB
CMYK
RGB Variations
Color information
#F3641D (or 0xF3641D) is known color: Pumpkin. HEX triplet: F3, 64 and 1D. RGB value is (243,100,29). Sum of RGB (Red+Green+Blue) = 243+100+29=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3641D is #0C9BE2. Grayscale: #878787. Windows color (decimal): -826339 or 1926387. OLE color: 1926387.
HSL color Cylindrical-coordinate representation of color #F3641D: hue angle of 19.91º 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 #F3641D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.05 |
| HSL | 19.91º | 0.9% | 0.53% | - |
| HSV(B) | 19.91º | 0.88% | 0.95% | - |
| XYZ | 41.74 | 28.26 | 4.42 | - |
| YUV | 134.66 | 68.38 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 29 | 0 | 0.59 | 0.88 | 0.05 | 19.91 | 0.9 | 0.53 |
| Hex | F3 | 64 | 1D | 0 | 3B | 58 | 5 | 14 | 5A | 35 |
| Octal | 363 | 144 | 35 | 0 | 73 | 130 | 5 | 24 | 132 | 65 |
| Binary | 11110011 | 1100100 | 11101 | 0 | 111011 | 1011000 | 101 | 10100 | 1011010 | 110101 |
Color Harmonies of #F3641D
Complementary color
Monochromatic Colors of #F3641D
Black with #F3641D
Text Example
Text Example
White with #F3641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3641D; }
p { color: rgb(243,100,29); }
H1.HeaderClassName
{
color: #F3641D;
}
.AnyTagClassName
{
color: #F3641D;
}
</style>
background-color css
<style>
a { background-color: #F3641D; }
a { background-color: rgb(243,100,29); }
div.DivClassName
{
background-color: #F3641D;
}
.BgClassName
{
background-color: #F3641D;
}
</style>
border-color css
<style>
span { border-color: #F3641D; }
span { border-color: rgb(243,100,29); }
td.TdClassName
{
border-color: #F3641D;
}
.TagClassName
{
border-color: #F3641D;
}
</style>