Shades of Pumpkin #F3770C
Tints of Pumpkin #F3770C
RGB
CMYK
RGB Variations
Color information
#F3770C (or 0xF3770C) is known color: Pumpkin. HEX triplet: F3, 77 and 0C. RGB value is (243,119,12). Sum of RGB (Red+Green+Blue) = 243+119+12=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3770C is #0C88F3. Grayscale: #909090. Windows color (decimal): -821492 or 817139. OLE color: 817139.
HSL color Cylindrical-coordinate representation of color #F3770C: hue angle of 27.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3770C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.05 |
| HSL | 27.79º | 0.91% | 0.5% | - |
| HSV(B) | 27.79º | 0.95% | 0.95% | - |
| XYZ | 43.63 | 32.27 | 4.28 | - |
| YUV | 143.88 | 53.58 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 12 | 0 | 0.51 | 0.95 | 0.05 | 27.79 | 0.91 | 0.5 |
| Hex | F3 | 77 | C | 0 | 33 | 5F | 5 | 1C | 5B | 32 |
| Octal | 363 | 167 | 14 | 0 | 63 | 137 | 5 | 34 | 133 | 62 |
| Binary | 11110011 | 1110111 | 1100 | 0 | 110011 | 1011111 | 101 | 11100 | 1011011 | 110010 |
Color Harmonies of #F3770C
Complementary color
Monochromatic Colors of #F3770C
Black with #F3770C
Text Example
Text Example
White with #F3770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3770C; }
p { color: rgb(243,119,12); }
H1.HeaderClassName
{
color: #F3770C;
}
.AnyTagClassName
{
color: #F3770C;
}
</style>
background-color css
<style>
a { background-color: #F3770C; }
a { background-color: rgb(243,119,12); }
div.DivClassName
{
background-color: #F3770C;
}
.BgClassName
{
background-color: #F3770C;
}
</style>
border-color css
<style>
span { border-color: #F3770C; }
span { border-color: rgb(243,119,12); }
td.TdClassName
{
border-color: #F3770C;
}
.TagClassName
{
border-color: #F3770C;
}
</style>