Shades of Pumpkin #F3781B
Tints of Pumpkin #F3781B
RGB
CMYK
RGB Variations
Color information
#F3781B (or 0xF3781B) is known color: Pumpkin. HEX triplet: F3, 78 and 1B. RGB value is (243,120,27). Sum of RGB (Red+Green+Blue) = 243+120+27=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3781B is #0C87E4. Grayscale: #929292. Windows color (decimal): -821221 or 1800435. OLE color: 1800435.
HSL color Cylindrical-coordinate representation of color #F3781B: hue angle of 25.83º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3781B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 27 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.05 |
| HSL | 25.83º | 0.9% | 0.53% | - |
| HSV(B) | 25.83º | 0.89% | 0.95% | - |
| XYZ | 43.88 | 32.57 | 5.01 | - |
| YUV | 146.18 | 60.75 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 27 | 0 | 0.51 | 0.89 | 0.05 | 25.83 | 0.9 | 0.53 |
| Hex | F3 | 78 | 1B | 0 | 33 | 59 | 5 | 1A | 5A | 35 |
| Octal | 363 | 170 | 33 | 0 | 63 | 131 | 5 | 32 | 132 | 65 |
| Binary | 11110011 | 1111000 | 11011 | 0 | 110011 | 1011001 | 101 | 11010 | 1011010 | 110101 |
Color Harmonies of #F3781B
Complementary color
Monochromatic Colors of #F3781B
Black with #F3781B
Text Example
Text Example
White with #F3781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3781B; }
p { color: rgb(243,120,27); }
H1.HeaderClassName
{
color: #F3781B;
}
.AnyTagClassName
{
color: #F3781B;
}
</style>
background-color css
<style>
a { background-color: #F3781B; }
a { background-color: rgb(243,120,27); }
div.DivClassName
{
background-color: #F3781B;
}
.BgClassName
{
background-color: #F3781B;
}
</style>
border-color css
<style>
span { border-color: #F3781B; }
span { border-color: rgb(243,120,27); }
td.TdClassName
{
border-color: #F3781B;
}
.TagClassName
{
border-color: #F3781B;
}
</style>