Shades of Pumpkin #FE7123
Tints of Pumpkin #FE7123
RGB
CMYK
RGB Variations
Color information
#FE7123 (or 0xFE7123) is known color: Pumpkin. HEX triplet: FE, 71 and 23. RGB value is (254,113,35). Sum of RGB (Red+Green+Blue) = 254+113+35=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7123 is #018EDC. Grayscale: #929292. Windows color (decimal): -102109 or 2322942. OLE color: 2322942.
HSL color Cylindrical-coordinate representation of color #FE7123: hue angle of 21.37º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE7123 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 35 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.00 |
| HSL | 21.37º | 0.99% | 0.57% | - |
| HSV(B) | 21.37º | 0.86% | 1% | - |
| XYZ | 47.08 | 33 | 5.48 | - |
| YUV | 146.27 | 65.21 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 35 | 0 | 0.56 | 0.86 | 0.00 | 21.37 | 0.99 | 0.57 |
| Hex | FE | 71 | 23 | 0 | 38 | 56 | 0 | 15 | 63 | 39 |
| Octal | 376 | 161 | 43 | 0 | 70 | 126 | 0 | 25 | 143 | 71 |
| Binary | 11111110 | 1110001 | 100011 | 0 | 111000 | 1010110 | 0 | 10101 | 1100011 | 111001 |
Color Harmonies of #FE7123
Complementary color
Monochromatic Colors of #FE7123
Black with #FE7123
Text Example
Text Example
White with #FE7123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7123; }
p { color: rgb(254,113,35); }
H1.HeaderClassName
{
color: #FE7123;
}
.AnyTagClassName
{
color: #FE7123;
}
</style>
background-color css
<style>
a { background-color: #FE7123; }
a { background-color: rgb(254,113,35); }
div.DivClassName
{
background-color: #FE7123;
}
.BgClassName
{
background-color: #FE7123;
}
</style>
border-color css
<style>
span { border-color: #FE7123; }
span { border-color: rgb(254,113,35); }
td.TdClassName
{
border-color: #FE7123;
}
.TagClassName
{
border-color: #FE7123;
}
</style>