Shades of Pumpkin #F77A0E
Tints of Pumpkin #F77A0E
RGB
CMYK
RGB Variations
Color information
#F77A0E (or 0xF77A0E) is known color: Pumpkin. HEX triplet: F7, 7A and 0E. RGB value is (247,122,14). Sum of RGB (Red+Green+Blue) = 247+122+14=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77A0E is #0885F1. Grayscale: #939393. Windows color (decimal): -558578 or 948983. OLE color: 948983.
HSL color Cylindrical-coordinate representation of color #F77A0E: hue angle of 27.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F77A0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.03 |
| HSL | 27.81º | 0.94% | 0.51% | - |
| HSV(B) | 27.81º | 0.94% | 0.97% | - |
| XYZ | 45.4 | 33.72 | 4.53 | - |
| YUV | 147.06 | 52.91 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 14 | 0 | 0.51 | 0.94 | 0.03 | 27.81 | 0.94 | 0.51 |
| Hex | F7 | 7A | E | 0 | 33 | 5E | 3 | 1C | 5E | 33 |
| Octal | 367 | 172 | 16 | 0 | 63 | 136 | 3 | 34 | 136 | 63 |
| Binary | 11110111 | 1111010 | 1110 | 0 | 110011 | 1011110 | 11 | 11100 | 1011110 | 110011 |
Color Harmonies of #F77A0E
Complementary color
Monochromatic Colors of #F77A0E
Black with #F77A0E
Text Example
Text Example
White with #F77A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A0E; }
p { color: rgb(247,122,14); }
H1.HeaderClassName
{
color: #F77A0E;
}
.AnyTagClassName
{
color: #F77A0E;
}
</style>
background-color css
<style>
a { background-color: #F77A0E; }
a { background-color: rgb(247,122,14); }
div.DivClassName
{
background-color: #F77A0E;
}
.BgClassName
{
background-color: #F77A0E;
}
</style>
border-color css
<style>
span { border-color: #F77A0E; }
span { border-color: rgb(247,122,14); }
td.TdClassName
{
border-color: #F77A0E;
}
.TagClassName
{
border-color: #F77A0E;
}
</style>