Shades of Pumpkin #F3791B
Tints of Pumpkin #F3791B
RGB
CMYK
RGB Variations
Color information
#F3791B (or 0xF3791B) is known color: Pumpkin. HEX triplet: F3, 79 and 1B. RGB value is (243,121,27). Sum of RGB (Red+Green+Blue) = 243+121+27=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F3791B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3791B is #0C86E4. Grayscale: #939393. Windows color (decimal): -820965 or 1800691. OLE color: 1800691.
HSL color Cylindrical-coordinate representation of color #F3791B: hue angle of 26.11º 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 #F3791B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 27 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.05 |
| HSL | 26.11º | 0.9% | 0.53% | - |
| HSV(B) | 26.11º | 0.89% | 0.95% | - |
| XYZ | 44 | 32.81 | 5.05 | - |
| YUV | 146.76 | 60.42 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 27 | 0 | 0.50 | 0.89 | 0.05 | 26.11 | 0.9 | 0.53 |
| Hex | F3 | 79 | 1B | 0 | 32 | 59 | 5 | 1A | 5A | 35 |
| Octal | 363 | 171 | 33 | 0 | 62 | 131 | 5 | 32 | 132 | 65 |
| Binary | 11110011 | 1111001 | 11011 | 0 | 110010 | 1011001 | 101 | 11010 | 1011010 | 110101 |
Color Harmonies of #F3791B
Complementary color
Monochromatic Colors of #F3791B
Black with #F3791B
Text Example
Text Example
White with #F3791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3791B; }
p { color: rgb(243,121,27); }
H1.HeaderClassName
{
color: #F3791B;
}
.AnyTagClassName
{
color: #F3791B;
}
</style>
background-color css
<style>
a { background-color: #F3791B; }
a { background-color: rgb(243,121,27); }
div.DivClassName
{
background-color: #F3791B;
}
.BgClassName
{
background-color: #F3791B;
}
</style>
border-color css
<style>
span { border-color: #F3791B; }
span { border-color: rgb(243,121,27); }
td.TdClassName
{
border-color: #F3791B;
}
.TagClassName
{
border-color: #F3791B;
}
</style>