Shades of Pumpkin #F77B0C
Tints of Pumpkin #F77B0C
RGB
CMYK
RGB Variations
Color information
#F77B0C (or 0xF77B0C) is known color: Pumpkin. HEX triplet: F7, 7B and 0C. RGB value is (247,123,12). Sum of RGB (Red+Green+Blue) = 247+123+12=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77B0C is #0884F3. Grayscale: #939393. Windows color (decimal): -558324 or 818167. OLE color: 818167.
HSL color Cylindrical-coordinate representation of color #F77B0C: hue angle of 28.34º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F77B0C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.03 |
| HSL | 28.34º | 0.94% | 0.51% | - |
| HSV(B) | 28.34º | 0.95% | 0.97% | - |
| XYZ | 45.51 | 33.97 | 4.51 | - |
| YUV | 147.42 | 51.58 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 12 | 0 | 0.50 | 0.95 | 0.03 | 28.34 | 0.94 | 0.51 |
| Hex | F7 | 7B | C | 0 | 32 | 5F | 3 | 1C | 5E | 33 |
| Octal | 367 | 173 | 14 | 0 | 62 | 137 | 3 | 34 | 136 | 63 |
| Binary | 11110111 | 1111011 | 1100 | 0 | 110010 | 1011111 | 11 | 11100 | 1011110 | 110011 |
Color Harmonies of #F77B0C
Complementary color
Monochromatic Colors of #F77B0C
Black with #F77B0C
Text Example
Text Example
White with #F77B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B0C; }
p { color: rgb(247,123,12); }
H1.HeaderClassName
{
color: #F77B0C;
}
.AnyTagClassName
{
color: #F77B0C;
}
</style>
background-color css
<style>
a { background-color: #F77B0C; }
a { background-color: rgb(247,123,12); }
div.DivClassName
{
background-color: #F77B0C;
}
.BgClassName
{
background-color: #F77B0C;
}
</style>
border-color css
<style>
span { border-color: #F77B0C; }
span { border-color: rgb(247,123,12); }
td.TdClassName
{
border-color: #F77B0C;
}
.TagClassName
{
border-color: #F77B0C;
}
</style>