Shades of Pumpkin #FE791F
Tints of Pumpkin #FE791F
RGB
CMYK
RGB Variations
Color information
#FE791F (or 0xFE791F) is known color: Pumpkin. HEX triplet: FE, 79 and 1F. RGB value is (254,121,31). Sum of RGB (Red+Green+Blue) = 254+121+31=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE791F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE791F is #0186E0. Grayscale: #979797. Windows color (decimal): -100065 or 2062846. OLE color: 2062846.
HSL color Cylindrical-coordinate representation of color #FE791F: hue angle of 24.22º 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 #FE791F is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 31 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.00 |
| HSL | 24.22º | 0.99% | 0.56% | - |
| HSV(B) | 24.22º | 0.88% | 1% | - |
| XYZ | 47.96 | 34.84 | 5.49 | - |
| YUV | 150.51 | 60.56 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 31 | 0 | 0.52 | 0.88 | 0.00 | 24.22 | 0.99 | 0.56 |
| Hex | FE | 79 | 1F | 0 | 34 | 58 | 0 | 18 | 63 | 38 |
| Octal | 376 | 171 | 37 | 0 | 64 | 130 | 0 | 30 | 143 | 70 |
| Binary | 11111110 | 1111001 | 11111 | 0 | 110100 | 1011000 | 0 | 11000 | 1100011 | 111000 |
Color Harmonies of #FE791F
Complementary color
Monochromatic Colors of #FE791F
Black with #FE791F
Text Example
Text Example
White with #FE791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE791F; }
p { color: rgb(254,121,31); }
H1.HeaderClassName
{
color: #FE791F;
}
.AnyTagClassName
{
color: #FE791F;
}
</style>
background-color css
<style>
a { background-color: #FE791F; }
a { background-color: rgb(254,121,31); }
div.DivClassName
{
background-color: #FE791F;
}
.BgClassName
{
background-color: #FE791F;
}
</style>
border-color css
<style>
span { border-color: #FE791F; }
span { border-color: rgb(254,121,31); }
td.TdClassName
{
border-color: #FE791F;
}
.TagClassName
{
border-color: #FE791F;
}
</style>