Shades of Pumpkin #FE7F0D
Tints of Pumpkin #FE7F0D
RGB
CMYK
RGB Variations
Color information
#FE7F0D (or 0xFE7F0D) is known color: Pumpkin. HEX triplet: FE, 7F and 0D. RGB value is (254,127,13). Sum of RGB (Red+Green+Blue) = 254+127+13=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F0D is #0180F2. Grayscale: #989898. Windows color (decimal): -98547 or 884734. OLE color: 884734.
HSL color Cylindrical-coordinate representation of color #FE7F0D: hue angle of 28.38º 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 #FE7F0D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.00 |
| HSL | 28.38º | 0.99% | 0.52% | - |
| HSV(B) | 28.38º | 0.95% | 1% | - |
| XYZ | 48.54 | 36.28 | 4.83 | - |
| YUV | 151.98 | 49.58 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 13 | 0 | 0.50 | 0.95 | 0.00 | 28.38 | 0.99 | 0.52 |
| Hex | FE | 7F | D | 0 | 32 | 5F | 0 | 1C | 63 | 34 |
| Octal | 376 | 177 | 15 | 0 | 62 | 137 | 0 | 34 | 143 | 64 |
| Binary | 11111110 | 1111111 | 1101 | 0 | 110010 | 1011111 | 0 | 11100 | 1100011 | 110100 |
Color Harmonies of #FE7F0D
Complementary color
Monochromatic Colors of #FE7F0D
Black with #FE7F0D
Text Example
Text Example
White with #FE7F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F0D; }
p { color: rgb(254,127,13); }
H1.HeaderClassName
{
color: #FE7F0D;
}
.AnyTagClassName
{
color: #FE7F0D;
}
</style>
background-color css
<style>
a { background-color: #FE7F0D; }
a { background-color: rgb(254,127,13); }
div.DivClassName
{
background-color: #FE7F0D;
}
.BgClassName
{
background-color: #FE7F0D;
}
</style>
border-color css
<style>
span { border-color: #FE7F0D; }
span { border-color: rgb(254,127,13); }
td.TdClassName
{
border-color: #FE7F0D;
}
.TagClassName
{
border-color: #FE7F0D;
}
</style>