Shades of Pumpkin #FE730D
Tints of Pumpkin #FE730D
RGB
CMYK
RGB Variations
Color information
#FE730D (or 0xFE730D) is known color: Pumpkin. HEX triplet: FE, 73 and 0D. RGB value is (254,115,13). Sum of RGB (Red+Green+Blue) = 254+115+13=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE730D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE730D is #018CF2. Grayscale: #919191. Windows color (decimal): -101619 or 881662. OLE color: 881662.
HSL color Cylindrical-coordinate representation of color #FE730D: hue angle of 25.39º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE730D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.00 |
| HSL | 25.39º | 0.99% | 0.52% | - |
| HSV(B) | 25.39º | 0.95% | 1% | - |
| XYZ | 47.08 | 33.36 | 4.34 | - |
| YUV | 144.93 | 53.55 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 13 | 0 | 0.55 | 0.95 | 0.00 | 25.39 | 0.99 | 0.52 |
| Hex | FE | 73 | D | 0 | 37 | 5F | 0 | 19 | 63 | 34 |
| Octal | 376 | 163 | 15 | 0 | 67 | 137 | 0 | 31 | 143 | 64 |
| Binary | 11111110 | 1110011 | 1101 | 0 | 110111 | 1011111 | 0 | 11001 | 1100011 | 110100 |
Color Harmonies of #FE730D
Complementary color
Monochromatic Colors of #FE730D
Black with #FE730D
Text Example
Text Example
White with #FE730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE730D; }
p { color: rgb(254,115,13); }
H1.HeaderClassName
{
color: #FE730D;
}
.AnyTagClassName
{
color: #FE730D;
}
</style>
background-color css
<style>
a { background-color: #FE730D; }
a { background-color: rgb(254,115,13); }
div.DivClassName
{
background-color: #FE730D;
}
.BgClassName
{
background-color: #FE730D;
}
</style>
border-color css
<style>
span { border-color: #FE730D; }
span { border-color: rgb(254,115,13); }
td.TdClassName
{
border-color: #FE730D;
}
.TagClassName
{
border-color: #FE730D;
}
</style>