Shades of Pumpkin #F7750C
Tints of Pumpkin #F7750C
RGB
CMYK
RGB Variations
Color information
#F7750C (or 0xF7750C) is known color: Pumpkin. HEX triplet: F7, 75 and 0C. RGB value is (247,117,12). Sum of RGB (Red+Green+Blue) = 247+117+12=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7750C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7750C is #088AF3. Grayscale: #909090. Windows color (decimal): -559860 or 816631. OLE color: 816631.
HSL color Cylindrical-coordinate representation of color #F7750C: hue angle of 26.81º 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 #F7750C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.03 |
| HSL | 26.81º | 0.94% | 0.51% | - |
| HSV(B) | 26.81º | 0.95% | 0.97% | - |
| XYZ | 44.79 | 32.52 | 4.26 | - |
| YUV | 143.9 | 53.57 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 12 | 0 | 0.53 | 0.95 | 0.03 | 26.81 | 0.94 | 0.51 |
| Hex | F7 | 75 | C | 0 | 35 | 5F | 3 | 1B | 5E | 33 |
| Octal | 367 | 165 | 14 | 0 | 65 | 137 | 3 | 33 | 136 | 63 |
| Binary | 11110111 | 1110101 | 1100 | 0 | 110101 | 1011111 | 11 | 11011 | 1011110 | 110011 |
Color Harmonies of #F7750C
Complementary color
Monochromatic Colors of #F7750C
Black with #F7750C
Text Example
Text Example
White with #F7750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7750C; }
p { color: rgb(247,117,12); }
H1.HeaderClassName
{
color: #F7750C;
}
.AnyTagClassName
{
color: #F7750C;
}
</style>
background-color css
<style>
a { background-color: #F7750C; }
a { background-color: rgb(247,117,12); }
div.DivClassName
{
background-color: #F7750C;
}
.BgClassName
{
background-color: #F7750C;
}
</style>
border-color css
<style>
span { border-color: #F7750C; }
span { border-color: rgb(247,117,12); }
td.TdClassName
{
border-color: #F7750C;
}
.TagClassName
{
border-color: #F7750C;
}
</style>