Shades of Pumpkin #F7730B
Tints of Pumpkin #F7730B
RGB
CMYK
RGB Variations
Color information
#F7730B (or 0xF7730B) is known color: Pumpkin. HEX triplet: F7, 73 and 0B. RGB value is (247,115,11). Sum of RGB (Red+Green+Blue) = 247+115+11=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7730B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7730B is #088CF4. Grayscale: #8F8F8F. Windows color (decimal): -560373 or 750583. OLE color: 750583.
HSL color Cylindrical-coordinate representation of color #F7730B: hue angle of 26.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7730B is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 11 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.03 |
| HSL | 26.44º | 0.94% | 0.51% | - |
| HSV(B) | 26.44º | 0.96% | 0.97% | - |
| XYZ | 44.55 | 32.06 | 4.16 | - |
| YUV | 142.61 | 53.73 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 11 | 0 | 0.53 | 0.96 | 0.03 | 26.44 | 0.94 | 0.51 |
| Hex | F7 | 73 | B | 0 | 35 | 60 | 3 | 1A | 5E | 33 |
| Octal | 367 | 163 | 13 | 0 | 65 | 140 | 3 | 32 | 136 | 63 |
| Binary | 11110111 | 1110011 | 1011 | 0 | 110101 | 1100000 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F7730B
Complementary color
Monochromatic Colors of #F7730B
Black with #F7730B
Text Example
Text Example
White with #F7730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7730B; }
p { color: rgb(247,115,11); }
H1.HeaderClassName
{
color: #F7730B;
}
.AnyTagClassName
{
color: #F7730B;
}
</style>
background-color css
<style>
a { background-color: #F7730B; }
a { background-color: rgb(247,115,11); }
div.DivClassName
{
background-color: #F7730B;
}
.BgClassName
{
background-color: #F7730B;
}
</style>
border-color css
<style>
span { border-color: #F7730B; }
span { border-color: rgb(247,115,11); }
td.TdClassName
{
border-color: #F7730B;
}
.TagClassName
{
border-color: #F7730B;
}
</style>