Shades of Pumpkin #F7731B
Tints of Pumpkin #F7731B
RGB
CMYK
RGB Variations
Color information
#F7731B (or 0xF7731B) is known color: Pumpkin. HEX triplet: F7, 73 and 1B. RGB value is (247,115,27). Sum of RGB (Red+Green+Blue) = 247+115+27=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7731B is #088CE4. Grayscale: #909090. Windows color (decimal): -560357 or 1799159. OLE color: 1799159.
HSL color Cylindrical-coordinate representation of color #F7731B: hue angle of 24º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7731B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.03 |
| HSL | 24º | 0.93% | 0.54% | - |
| HSV(B) | 24º | 0.89% | 0.97% | - |
| XYZ | 44.69 | 32.11 | 4.88 | - |
| YUV | 144.44 | 61.73 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 27 | 0 | 0.53 | 0.89 | 0.03 | 24 | 0.93 | 0.54 |
| Hex | F7 | 73 | 1B | 0 | 35 | 59 | 3 | 18 | 5D | 36 |
| Octal | 367 | 163 | 33 | 0 | 65 | 131 | 3 | 30 | 135 | 66 |
| Binary | 11110111 | 1110011 | 11011 | 0 | 110101 | 1011001 | 11 | 11000 | 1011101 | 110110 |
Color Harmonies of #F7731B
Complementary color
Monochromatic Colors of #F7731B
Black with #F7731B
Text Example
Text Example
White with #F7731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7731B; }
p { color: rgb(247,115,27); }
H1.HeaderClassName
{
color: #F7731B;
}
.AnyTagClassName
{
color: #F7731B;
}
</style>
background-color css
<style>
a { background-color: #F7731B; }
a { background-color: rgb(247,115,27); }
div.DivClassName
{
background-color: #F7731B;
}
.BgClassName
{
background-color: #F7731B;
}
</style>
border-color css
<style>
span { border-color: #F7731B; }
span { border-color: rgb(247,115,27); }
td.TdClassName
{
border-color: #F7731B;
}
.TagClassName
{
border-color: #F7731B;
}
</style>