Shades of Pumpkin #FE731C
Tints of Pumpkin #FE731C
RGB
CMYK
RGB Variations
Color information
#FE731C (or 0xFE731C) is known color: Pumpkin. HEX triplet: FE, 73 and 1C. RGB value is (254,115,28). Sum of RGB (Red+Green+Blue) = 254+115+28=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE731C is #018CE3. Grayscale: #939393. Windows color (decimal): -101604 or 1864702. OLE color: 1864702.
HSL color Cylindrical-coordinate representation of color #FE731C: hue angle of 23.1º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE731C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.00 |
| HSL | 23.1º | 0.99% | 0.55% | - |
| HSV(B) | 23.1º | 0.89% | 1% | - |
| XYZ | 47.21 | 33.42 | 5.06 | - |
| YUV | 146.64 | 61.05 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 28 | 0 | 0.55 | 0.89 | 0.00 | 23.1 | 0.99 | 0.55 |
| Hex | FE | 73 | 1C | 0 | 37 | 59 | 0 | 17 | 63 | 37 |
| Octal | 376 | 163 | 34 | 0 | 67 | 131 | 0 | 27 | 143 | 67 |
| Binary | 11111110 | 1110011 | 11100 | 0 | 110111 | 1011001 | 0 | 10111 | 1100011 | 110111 |
Color Harmonies of #FE731C
Complementary color
Monochromatic Colors of #FE731C
Black with #FE731C
Text Example
Text Example
White with #FE731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE731C; }
p { color: rgb(254,115,28); }
H1.HeaderClassName
{
color: #FE731C;
}
.AnyTagClassName
{
color: #FE731C;
}
</style>
background-color css
<style>
a { background-color: #FE731C; }
a { background-color: rgb(254,115,28); }
div.DivClassName
{
background-color: #FE731C;
}
.BgClassName
{
background-color: #FE731C;
}
</style>
border-color css
<style>
span { border-color: #FE731C; }
span { border-color: rgb(254,115,28); }
td.TdClassName
{
border-color: #FE731C;
}
.TagClassName
{
border-color: #FE731C;
}
</style>