Shades of Pumpkin #FF7E1F
Tints of Pumpkin #FF7E1F
RGB
CMYK
RGB Variations
Color information
#FF7E1F (or 0xFF7E1F) is known color: Pumpkin. HEX triplet: FF, 7E and 1F. RGB value is (255,126,31). Sum of RGB (Red+Green+Blue) = 255+126+31=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E1F is #0081E0. Grayscale: #9A9A9A. Windows color (decimal): -33249 or 2064127. OLE color: 2064127.
HSL color Cylindrical-coordinate representation of color #FF7E1F: hue angle of 25.45º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF7E1F is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 31 | - |
| CMYK | 0 | 0.51 | 0.88 | 0 |
| HSL | 25.45º | 1% | 0.56% | - |
| HSV(B) | 25.45º | 0.88% | 1% | - |
| XYZ | 48.95 | 36.28 | 5.72 | - |
| YUV | 153.74 | 58.74 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 31 | 0 | 0.51 | 0.88 | 0 | 25.45 | 1 | 0.56 |
| Hex | FF | 7E | 1F | 0 | 33 | 58 | 0 | 19 | 64 | 38 |
| Octal | 377 | 176 | 37 | 0 | 63 | 130 | 0 | 31 | 144 | 70 |
| Binary | 11111111 | 1111110 | 11111 | 0 | 110011 | 1011000 | 0 | 11001 | 1100100 | 111000 |
Color Harmonies of #FF7E1F
Complementary color
Monochromatic Colors of #FF7E1F
Black with #FF7E1F
Text Example
Text Example
White with #FF7E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E1F; }
p { color: rgb(255,126,31); }
H1.HeaderClassName
{
color: #FF7E1F;
}
.AnyTagClassName
{
color: #FF7E1F;
}
</style>
background-color css
<style>
a { background-color: #FF7E1F; }
a { background-color: rgb(255,126,31); }
div.DivClassName
{
background-color: #FF7E1F;
}
.BgClassName
{
background-color: #FF7E1F;
}
</style>
border-color css
<style>
span { border-color: #FF7E1F; }
span { border-color: rgb(255,126,31); }
td.TdClassName
{
border-color: #FF7E1F;
}
.TagClassName
{
border-color: #FF7E1F;
}
</style>