Shades of Pumpkin #FE730F
Tints of Pumpkin #FE730F
RGB
CMYK
RGB Variations
Color information
#FE730F (or 0xFE730F) is known color: Pumpkin. HEX triplet: FE, 73 and 0F. RGB value is (254,115,15). Sum of RGB (Red+Green+Blue) = 254+115+15=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE730F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE730F is #018CF0. Grayscale: #919191. Windows color (decimal): -101617 or 1012734. OLE color: 1012734.
HSL color Cylindrical-coordinate representation of color #FE730F: hue angle of 25.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE730F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 15 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.00 |
| HSL | 25.1º | 0.99% | 0.53% | - |
| HSV(B) | 25.1º | 0.94% | 1% | - |
| XYZ | 47.09 | 33.37 | 4.41 | - |
| YUV | 145.16 | 54.55 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 15 | 0 | 0.55 | 0.94 | 0.00 | 25.1 | 0.99 | 0.53 |
| Hex | FE | 73 | F | 0 | 37 | 5E | 0 | 19 | 63 | 35 |
| Octal | 376 | 163 | 17 | 0 | 67 | 136 | 0 | 31 | 143 | 65 |
| Binary | 11111110 | 1110011 | 1111 | 0 | 110111 | 1011110 | 0 | 11001 | 1100011 | 110101 |
Color Harmonies of #FE730F
Complementary color
Monochromatic Colors of #FE730F
Black with #FE730F
Text Example
Text Example
White with #FE730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE730F; }
p { color: rgb(254,115,15); }
H1.HeaderClassName
{
color: #FE730F;
}
.AnyTagClassName
{
color: #FE730F;
}
</style>
background-color css
<style>
a { background-color: #FE730F; }
a { background-color: rgb(254,115,15); }
div.DivClassName
{
background-color: #FE730F;
}
.BgClassName
{
background-color: #FE730F;
}
</style>
border-color css
<style>
span { border-color: #FE730F; }
span { border-color: rgb(254,115,15); }
td.TdClassName
{
border-color: #FE730F;
}
.TagClassName
{
border-color: #FE730F;
}
</style>