Shades of Pumpkin #F77D1F
Tints of Pumpkin #F77D1F
RGB
CMYK
RGB Variations
Color information
#F77D1F (or 0xF77D1F) is known color: Pumpkin. HEX triplet: F7, 7D and 1F. RGB value is (247,125,31). Sum of RGB (Red+Green+Blue) = 247+125+31=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77D1F is #0882E0. Grayscale: #979797. Windows color (decimal): -557793 or 2063863. OLE color: 2063863.
HSL color Cylindrical-coordinate representation of color #F77D1F: hue angle of 26.11º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F77D1F is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 31 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.03 |
| HSL | 26.11º | 0.93% | 0.55% | - |
| HSV(B) | 26.11º | 0.87% | 0.97% | - |
| XYZ | 45.94 | 34.54 | 5.54 | - |
| YUV | 150.76 | 60.42 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 31 | 0 | 0.49 | 0.87 | 0.03 | 26.11 | 0.93 | 0.55 |
| Hex | F7 | 7D | 1F | 0 | 31 | 57 | 3 | 1A | 5D | 37 |
| Octal | 367 | 175 | 37 | 0 | 61 | 127 | 3 | 32 | 135 | 67 |
| Binary | 11110111 | 1111101 | 11111 | 0 | 110001 | 1010111 | 11 | 11010 | 1011101 | 110111 |
Color Harmonies of #F77D1F
Complementary color
Monochromatic Colors of #F77D1F
Black with #F77D1F
Text Example
Text Example
White with #F77D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D1F; }
p { color: rgb(247,125,31); }
H1.HeaderClassName
{
color: #F77D1F;
}
.AnyTagClassName
{
color: #F77D1F;
}
</style>
background-color css
<style>
a { background-color: #F77D1F; }
a { background-color: rgb(247,125,31); }
div.DivClassName
{
background-color: #F77D1F;
}
.BgClassName
{
background-color: #F77D1F;
}
</style>
border-color css
<style>
span { border-color: #F77D1F; }
span { border-color: rgb(247,125,31); }
td.TdClassName
{
border-color: #F77D1F;
}
.TagClassName
{
border-color: #F77D1F;
}
</style>