Shades of Pumpkin #F3731C
Tints of Pumpkin #F3731C
RGB
CMYK
RGB Variations
Color information
#F3731C (or 0xF3731C) is known color: Pumpkin. HEX triplet: F3, 73 and 1C. RGB value is (243,115,28). Sum of RGB (Red+Green+Blue) = 243+115+28=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3731C is #0C8CE3. Grayscale: #8F8F8F. Windows color (decimal): -822500 or 1864691. OLE color: 1864691.
HSL color Cylindrical-coordinate representation of color #F3731C: hue angle of 24.28º 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 #F3731C is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 28 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.05 |
| HSL | 24.28º | 0.9% | 0.53% | - |
| HSV(B) | 24.28º | 0.88% | 0.95% | - |
| XYZ | 43.3 | 31.4 | 4.88 | - |
| YUV | 143.35 | 62.91 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 28 | 0 | 0.53 | 0.88 | 0.05 | 24.28 | 0.9 | 0.53 |
| Hex | F3 | 73 | 1C | 0 | 35 | 58 | 5 | 18 | 5A | 35 |
| Octal | 363 | 163 | 34 | 0 | 65 | 130 | 5 | 30 | 132 | 65 |
| Binary | 11110011 | 1110011 | 11100 | 0 | 110101 | 1011000 | 101 | 11000 | 1011010 | 110101 |
Color Harmonies of #F3731C
Complementary color
Monochromatic Colors of #F3731C
Black with #F3731C
Text Example
Text Example
White with #F3731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3731C; }
p { color: rgb(243,115,28); }
H1.HeaderClassName
{
color: #F3731C;
}
.AnyTagClassName
{
color: #F3731C;
}
</style>
background-color css
<style>
a { background-color: #F3731C; }
a { background-color: rgb(243,115,28); }
div.DivClassName
{
background-color: #F3731C;
}
.BgClassName
{
background-color: #F3731C;
}
</style>
border-color css
<style>
span { border-color: #F3731C; }
span { border-color: rgb(243,115,28); }
td.TdClassName
{
border-color: #F3731C;
}
.TagClassName
{
border-color: #F3731C;
}
</style>