Shades of Pumpkin #FE7326
Tints of Pumpkin #FE7326
RGB
CMYK
RGB Variations
Color information
#FE7326 (or 0xFE7326) is known color: Pumpkin. HEX triplet: FE, 73 and 26. RGB value is (254,115,38). Sum of RGB (Red+Green+Blue) = 254+115+38=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7326 is #018CD9. Grayscale: #949494. Windows color (decimal): -101594 or 2520062. OLE color: 2520062.
HSL color Cylindrical-coordinate representation of color #FE7326: hue angle of 21.39º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE7326 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 38 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.00 |
| HSL | 21.39º | 0.99% | 0.57% | - |
| HSV(B) | 21.39º | 0.85% | 1% | - |
| XYZ | 47.35 | 33.47 | 5.8 | - |
| YUV | 147.78 | 66.05 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 38 | 0 | 0.55 | 0.85 | 0.00 | 21.39 | 0.99 | 0.57 |
| Hex | FE | 73 | 26 | 0 | 37 | 55 | 0 | 15 | 63 | 39 |
| Octal | 376 | 163 | 46 | 0 | 67 | 125 | 0 | 25 | 143 | 71 |
| Binary | 11111110 | 1110011 | 100110 | 0 | 110111 | 1010101 | 0 | 10101 | 1100011 | 111001 |
Color Harmonies of #FE7326
Complementary color
Monochromatic Colors of #FE7326
Black with #FE7326
Text Example
Text Example
White with #FE7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7326; }
p { color: rgb(254,115,38); }
H1.HeaderClassName
{
color: #FE7326;
}
.AnyTagClassName
{
color: #FE7326;
}
</style>
background-color css
<style>
a { background-color: #FE7326; }
a { background-color: rgb(254,115,38); }
div.DivClassName
{
background-color: #FE7326;
}
.BgClassName
{
background-color: #FE7326;
}
</style>
border-color css
<style>
span { border-color: #FE7326; }
span { border-color: rgb(254,115,38); }
td.TdClassName
{
border-color: #FE7326;
}
.TagClassName
{
border-color: #FE7326;
}
</style>