Shades of Pumpkin #FE730A
Tints of Pumpkin #FE730A
RGB
CMYK
RGB Variations
Color information
#FE730A (or 0xFE730A) is known color: Pumpkin. HEX triplet: FE, 73 and 0A. RGB value is (254,115,10). Sum of RGB (Red+Green+Blue) = 254+115+10=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE730A is #018CF5. Grayscale: #919191. Windows color (decimal): -101622 or 685054. OLE color: 685054.
HSL color Cylindrical-coordinate representation of color #FE730A: hue angle of 25.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE730A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 10 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.00 |
| HSL | 25.82º | 0.99% | 0.52% | - |
| HSV(B) | 25.82º | 0.96% | 1% | - |
| XYZ | 47.06 | 33.35 | 4.24 | - |
| YUV | 144.59 | 52.05 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 10 | 0 | 0.55 | 0.96 | 0.00 | 25.82 | 0.99 | 0.52 |
| Hex | FE | 73 | A | 0 | 37 | 60 | 0 | 1A | 63 | 34 |
| Octal | 376 | 163 | 12 | 0 | 67 | 140 | 0 | 32 | 143 | 64 |
| Binary | 11111110 | 1110011 | 1010 | 0 | 110111 | 1100000 | 0 | 11010 | 1100011 | 110100 |
Color Harmonies of #FE730A
Complementary color
Monochromatic Colors of #FE730A
Black with #FE730A
Text Example
Text Example
White with #FE730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE730A; }
p { color: rgb(254,115,10); }
H1.HeaderClassName
{
color: #FE730A;
}
.AnyTagClassName
{
color: #FE730A;
}
</style>
background-color css
<style>
a { background-color: #FE730A; }
a { background-color: rgb(254,115,10); }
div.DivClassName
{
background-color: #FE730A;
}
.BgClassName
{
background-color: #FE730A;
}
</style>
border-color css
<style>
span { border-color: #FE730A; }
span { border-color: rgb(254,115,10); }
td.TdClassName
{
border-color: #FE730A;
}
.TagClassName
{
border-color: #FE730A;
}
</style>