Shades of Pumpkin #FE731A
Tints of Pumpkin #FE731A
RGB
CMYK
RGB Variations
Color information
#FE731A (or 0xFE731A) is known color: Pumpkin. HEX triplet: FE, 73 and 1A. RGB value is (254,115,26). Sum of RGB (Red+Green+Blue) = 254+115+26=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE731A is #018CE5. Grayscale: #929292. Windows color (decimal): -101606 or 1733630. OLE color: 1733630.
HSL color Cylindrical-coordinate representation of color #FE731A: hue angle of 23.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE731A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 26 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.00 |
| HSL | 23.42º | 0.99% | 0.55% | - |
| HSV(B) | 23.42º | 0.9% | 1% | - |
| XYZ | 47.19 | 33.41 | 4.94 | - |
| YUV | 146.42 | 60.05 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 26 | 0 | 0.55 | 0.90 | 0.00 | 23.42 | 0.99 | 0.55 |
| Hex | FE | 73 | 1A | 0 | 37 | 5A | 0 | 17 | 63 | 37 |
| Octal | 376 | 163 | 32 | 0 | 67 | 132 | 0 | 27 | 143 | 67 |
| Binary | 11111110 | 1110011 | 11010 | 0 | 110111 | 1011010 | 0 | 10111 | 1100011 | 110111 |
Color Harmonies of #FE731A
Complementary color
Monochromatic Colors of #FE731A
Black with #FE731A
Text Example
Text Example
White with #FE731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE731A; }
p { color: rgb(254,115,26); }
H1.HeaderClassName
{
color: #FE731A;
}
.AnyTagClassName
{
color: #FE731A;
}
</style>
background-color css
<style>
a { background-color: #FE731A; }
a { background-color: rgb(254,115,26); }
div.DivClassName
{
background-color: #FE731A;
}
.BgClassName
{
background-color: #FE731A;
}
</style>
border-color css
<style>
span { border-color: #FE731A; }
span { border-color: rgb(254,115,26); }
td.TdClassName
{
border-color: #FE731A;
}
.TagClassName
{
border-color: #FE731A;
}
</style>