Shades of Pumpkin #FE7C13
Tints of Pumpkin #FE7C13
RGB
CMYK
RGB Variations
Color information
#FE7C13 (or 0xFE7C13) is known color: Pumpkin. HEX triplet: FE, 7C and 13. RGB value is (254,124,19). Sum of RGB (Red+Green+Blue) = 254+124+19=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7C13 is #0183EC. Grayscale: #979797. Windows color (decimal): -99309 or 1277182. OLE color: 1277182.
HSL color Cylindrical-coordinate representation of color #FE7C13: hue angle of 26.81º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE7C13 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 19 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.00 |
| HSL | 26.81º | 0.99% | 0.54% | - |
| HSV(B) | 26.81º | 0.93% | 1% | - |
| XYZ | 48.2 | 35.53 | 4.93 | - |
| YUV | 150.9 | 53.57 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 19 | 0 | 0.51 | 0.93 | 0.00 | 26.81 | 0.99 | 0.54 |
| Hex | FE | 7C | 13 | 0 | 33 | 5D | 0 | 1B | 63 | 36 |
| Octal | 376 | 174 | 23 | 0 | 63 | 135 | 0 | 33 | 143 | 66 |
| Binary | 11111110 | 1111100 | 10011 | 0 | 110011 | 1011101 | 0 | 11011 | 1100011 | 110110 |
Color Harmonies of #FE7C13
Complementary color
Monochromatic Colors of #FE7C13
Black with #FE7C13
Text Example
Text Example
White with #FE7C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C13; }
p { color: rgb(254,124,19); }
H1.HeaderClassName
{
color: #FE7C13;
}
.AnyTagClassName
{
color: #FE7C13;
}
</style>
background-color css
<style>
a { background-color: #FE7C13; }
a { background-color: rgb(254,124,19); }
div.DivClassName
{
background-color: #FE7C13;
}
.BgClassName
{
background-color: #FE7C13;
}
</style>
border-color css
<style>
span { border-color: #FE7C13; }
span { border-color: rgb(254,124,19); }
td.TdClassName
{
border-color: #FE7C13;
}
.TagClassName
{
border-color: #FE7C13;
}
</style>