Shades of Pumpkin #F3761B
Tints of Pumpkin #F3761B
RGB
CMYK
RGB Variations
Color information
#F3761B (or 0xF3761B) is known color: Pumpkin. HEX triplet: F3, 76 and 1B. RGB value is (243,118,27). Sum of RGB (Red+Green+Blue) = 243+118+27=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F3761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3761B is #0C89E4. Grayscale: #919191. Windows color (decimal): -821733 or 1799923. OLE color: 1799923.
HSL color Cylindrical-coordinate representation of color #F3761B: hue angle of 25.28º 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 #F3761B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 27 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.05 |
| HSL | 25.28º | 0.9% | 0.53% | - |
| HSV(B) | 25.28º | 0.89% | 0.95% | - |
| XYZ | 43.64 | 32.09 | 4.93 | - |
| YUV | 145 | 61.41 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 27 | 0 | 0.51 | 0.89 | 0.05 | 25.28 | 0.9 | 0.53 |
| Hex | F3 | 76 | 1B | 0 | 33 | 59 | 5 | 19 | 5A | 35 |
| Octal | 363 | 166 | 33 | 0 | 63 | 131 | 5 | 31 | 132 | 65 |
| Binary | 11110011 | 1110110 | 11011 | 0 | 110011 | 1011001 | 101 | 11001 | 1011010 | 110101 |
Color Harmonies of #F3761B
Complementary color
Monochromatic Colors of #F3761B
Black with #F3761B
Text Example
Text Example
White with #F3761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3761B; }
p { color: rgb(243,118,27); }
H1.HeaderClassName
{
color: #F3761B;
}
.AnyTagClassName
{
color: #F3761B;
}
</style>
background-color css
<style>
a { background-color: #F3761B; }
a { background-color: rgb(243,118,27); }
div.DivClassName
{
background-color: #F3761B;
}
.BgClassName
{
background-color: #F3761B;
}
</style>
border-color css
<style>
span { border-color: #F3761B; }
span { border-color: rgb(243,118,27); }
td.TdClassName
{
border-color: #F3761B;
}
.TagClassName
{
border-color: #F3761B;
}
</style>