Shades of Pumpkin #F7700B
Tints of Pumpkin #F7700B
RGB
CMYK
RGB Variations
Color information
#F7700B (or 0xF7700B) is known color: Pumpkin. HEX triplet: F7, 70 and 0B. RGB value is (247,112,11). Sum of RGB (Red+Green+Blue) = 247+112+11=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F7700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7700B is #088FF4. Grayscale: #8D8D8D. Windows color (decimal): -561141 or 749815. OLE color: 749815.
HSL color Cylindrical-coordinate representation of color #F7700B: hue angle of 25.68º 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 #F7700B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.03 |
| HSL | 25.68º | 0.94% | 0.51% | - |
| HSV(B) | 25.68º | 0.96% | 0.97% | - |
| XYZ | 44.21 | 31.39 | 4.04 | - |
| YUV | 140.85 | 54.73 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 11 | 0 | 0.55 | 0.96 | 0.03 | 25.68 | 0.94 | 0.51 |
| Hex | F7 | 70 | B | 0 | 37 | 60 | 3 | 1A | 5E | 33 |
| Octal | 367 | 160 | 13 | 0 | 67 | 140 | 3 | 32 | 136 | 63 |
| Binary | 11110111 | 1110000 | 1011 | 0 | 110111 | 1100000 | 11 | 11010 | 1011110 | 110011 |
Color Harmonies of #F7700B
Complementary color
Monochromatic Colors of #F7700B
Black with #F7700B
Text Example
Text Example
White with #F7700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7700B; }
p { color: rgb(247,112,11); }
H1.HeaderClassName
{
color: #F7700B;
}
.AnyTagClassName
{
color: #F7700B;
}
</style>
background-color css
<style>
a { background-color: #F7700B; }
a { background-color: rgb(247,112,11); }
div.DivClassName
{
background-color: #F7700B;
}
.BgClassName
{
background-color: #F7700B;
}
</style>
border-color css
<style>
span { border-color: #F7700B; }
span { border-color: rgb(247,112,11); }
td.TdClassName
{
border-color: #F7700B;
}
.TagClassName
{
border-color: #F7700B;
}
</style>