Shades of Pumpkin #FE7A1F
Tints of Pumpkin #FE7A1F
RGB
CMYK
RGB Variations
Color information
#FE7A1F (or 0xFE7A1F) is known color: Pumpkin. HEX triplet: FE, 7A and 1F. RGB value is (254,122,31). Sum of RGB (Red+Green+Blue) = 254+122+31=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A1F is #0185E0. Grayscale: #979797. Windows color (decimal): -99809 or 2063102. OLE color: 2063102.
HSL color Cylindrical-coordinate representation of color #FE7A1F: hue angle of 24.48º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE7A1F is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 31 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.00 |
| HSL | 24.48º | 0.99% | 0.56% | - |
| HSV(B) | 24.48º | 0.88% | 1% | - |
| XYZ | 48.08 | 35.09 | 5.54 | - |
| YUV | 151.09 | 60.23 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 31 | 0 | 0.52 | 0.88 | 0.00 | 24.48 | 0.99 | 0.56 |
| Hex | FE | 7A | 1F | 0 | 34 | 58 | 0 | 18 | 63 | 38 |
| Octal | 376 | 172 | 37 | 0 | 64 | 130 | 0 | 30 | 143 | 70 |
| Binary | 11111110 | 1111010 | 11111 | 0 | 110100 | 1011000 | 0 | 11000 | 1100011 | 111000 |
Color Harmonies of #FE7A1F
Complementary color
Monochromatic Colors of #FE7A1F
Black with #FE7A1F
Text Example
Text Example
White with #FE7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A1F; }
p { color: rgb(254,122,31); }
H1.HeaderClassName
{
color: #FE7A1F;
}
.AnyTagClassName
{
color: #FE7A1F;
}
</style>
background-color css
<style>
a { background-color: #FE7A1F; }
a { background-color: rgb(254,122,31); }
div.DivClassName
{
background-color: #FE7A1F;
}
.BgClassName
{
background-color: #FE7A1F;
}
</style>
border-color css
<style>
span { border-color: #FE7A1F; }
span { border-color: rgb(254,122,31); }
td.TdClassName
{
border-color: #FE7A1F;
}
.TagClassName
{
border-color: #FE7A1F;
}
</style>