Shades of Pumpkin #FE7A0D
Tints of Pumpkin #FE7A0D
RGB
CMYK
RGB Variations
Color information
#FE7A0D (or 0xFE7A0D) is known color: Pumpkin. HEX triplet: FE, 7A and 0D. RGB value is (254,122,13). Sum of RGB (Red+Green+Blue) = 254+122+13=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7A0D is #0185F2. Grayscale: #959595. Windows color (decimal): -99827 or 883454. OLE color: 883454.
HSL color Cylindrical-coordinate representation of color #FE7A0D: hue angle of 27.14º 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 #FE7A0D is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 13 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.00 |
| HSL | 27.14º | 0.99% | 0.52% | - |
| HSV(B) | 27.14º | 0.95% | 1% | - |
| XYZ | 47.91 | 35.02 | 4.62 | - |
| YUV | 149.04 | 51.23 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 13 | 0 | 0.52 | 0.95 | 0.00 | 27.14 | 0.99 | 0.52 |
| Hex | FE | 7A | D | 0 | 34 | 5F | 0 | 1B | 63 | 34 |
| Octal | 376 | 172 | 15 | 0 | 64 | 137 | 0 | 33 | 143 | 64 |
| Binary | 11111110 | 1111010 | 1101 | 0 | 110100 | 1011111 | 0 | 11011 | 1100011 | 110100 |
Color Harmonies of #FE7A0D
Complementary color
Monochromatic Colors of #FE7A0D
Black with #FE7A0D
Text Example
Text Example
White with #FE7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A0D; }
p { color: rgb(254,122,13); }
H1.HeaderClassName
{
color: #FE7A0D;
}
.AnyTagClassName
{
color: #FE7A0D;
}
</style>
background-color css
<style>
a { background-color: #FE7A0D; }
a { background-color: rgb(254,122,13); }
div.DivClassName
{
background-color: #FE7A0D;
}
.BgClassName
{
background-color: #FE7A0D;
}
</style>
border-color css
<style>
span { border-color: #FE7A0D; }
span { border-color: rgb(254,122,13); }
td.TdClassName
{
border-color: #FE7A0D;
}
.TagClassName
{
border-color: #FE7A0D;
}
</style>