Shades of Pumpkin #FE7C0F
Tints of Pumpkin #FE7C0F
RGB
CMYK
RGB Variations
Color information
#FE7C0F (or 0xFE7C0F) is known color: Pumpkin. HEX triplet: FE, 7C and 0F. RGB value is (254,124,15). Sum of RGB (Red+Green+Blue) = 254+124+15=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7C0F is #0183F0. Grayscale: #979797. Windows color (decimal): -99313 or 1015038. OLE color: 1015038.
HSL color Cylindrical-coordinate representation of color #FE7C0F: hue angle of 27.36º 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 #FE7C0F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.00 |
| HSL | 27.36º | 0.99% | 0.53% | - |
| HSV(B) | 27.36º | 0.94% | 1% | - |
| XYZ | 48.17 | 35.52 | 4.77 | - |
| YUV | 150.44 | 51.57 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 15 | 0 | 0.51 | 0.94 | 0.00 | 27.36 | 0.99 | 0.53 |
| Hex | FE | 7C | F | 0 | 33 | 5E | 0 | 1B | 63 | 35 |
| Octal | 376 | 174 | 17 | 0 | 63 | 136 | 0 | 33 | 143 | 65 |
| Binary | 11111110 | 1111100 | 1111 | 0 | 110011 | 1011110 | 0 | 11011 | 1100011 | 110101 |
Color Harmonies of #FE7C0F
Complementary color
Monochromatic Colors of #FE7C0F
Black with #FE7C0F
Text Example
Text Example
White with #FE7C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C0F; }
p { color: rgb(254,124,15); }
H1.HeaderClassName
{
color: #FE7C0F;
}
.AnyTagClassName
{
color: #FE7C0F;
}
</style>
background-color css
<style>
a { background-color: #FE7C0F; }
a { background-color: rgb(254,124,15); }
div.DivClassName
{
background-color: #FE7C0F;
}
.BgClassName
{
background-color: #FE7C0F;
}
</style>
border-color css
<style>
span { border-color: #FE7C0F; }
span { border-color: rgb(254,124,15); }
td.TdClassName
{
border-color: #FE7C0F;
}
.TagClassName
{
border-color: #FE7C0F;
}
</style>