Shades of Pumpkin #F3770E
Tints of Pumpkin #F3770E
RGB
CMYK
RGB Variations
Color information
#F3770E (or 0xF3770E) is known color: Pumpkin. HEX triplet: F3, 77 and 0E. RGB value is (243,119,14). Sum of RGB (Red+Green+Blue) = 243+119+14=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F3770E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3770E is #0C88F1. Grayscale: #909090. Windows color (decimal): -821490 or 948211. OLE color: 948211.
HSL color Cylindrical-coordinate representation of color #F3770E: hue angle of 27.51º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3770E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.05 |
| HSL | 27.51º | 0.91% | 0.5% | - |
| HSV(B) | 27.51º | 0.94% | 0.95% | - |
| XYZ | 43.64 | 32.28 | 4.35 | - |
| YUV | 144.11 | 54.58 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 14 | 0 | 0.51 | 0.94 | 0.05 | 27.51 | 0.91 | 0.5 |
| Hex | F3 | 77 | E | 0 | 33 | 5E | 5 | 1C | 5B | 32 |
| Octal | 363 | 167 | 16 | 0 | 63 | 136 | 5 | 34 | 133 | 62 |
| Binary | 11110011 | 1110111 | 1110 | 0 | 110011 | 1011110 | 101 | 11100 | 1011011 | 110010 |
Color Harmonies of #F3770E
Complementary color
Monochromatic Colors of #F3770E
Black with #F3770E
Text Example
Text Example
White with #F3770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3770E; }
p { color: rgb(243,119,14); }
H1.HeaderClassName
{
color: #F3770E;
}
.AnyTagClassName
{
color: #F3770E;
}
</style>
background-color css
<style>
a { background-color: #F3770E; }
a { background-color: rgb(243,119,14); }
div.DivClassName
{
background-color: #F3770E;
}
.BgClassName
{
background-color: #F3770E;
}
</style>
border-color css
<style>
span { border-color: #F3770E; }
span { border-color: rgb(243,119,14); }
td.TdClassName
{
border-color: #F3770E;
}
.TagClassName
{
border-color: #F3770E;
}
</style>