Shades of Pumpkin #FF7C13
Tints of Pumpkin #FF7C13
RGB
CMYK
RGB Variations
Color information
#FF7C13 (or 0xFF7C13) is known color: Pumpkin. HEX triplet: FF, 7C and 13. RGB value is (255,124,19). Sum of RGB (Red+Green+Blue) = 255+124+19=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7C13 is #0083EC. Grayscale: #979797. Windows color (decimal): -33773 or 1277183. OLE color: 1277183.
HSL color Cylindrical-coordinate representation of color #FF7C13: hue angle of 26.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF7C13 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 19 | - |
| CMYK | 0 | 0.51 | 0.93 | 0 |
| HSL | 26.69º | 1% | 0.54% | - |
| HSV(B) | 26.69º | 0.93% | 1% | - |
| XYZ | 48.57 | 35.72 | 4.95 | - |
| YUV | 151.2 | 53.4 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 19 | 0 | 0.51 | 0.93 | 0 | 26.69 | 1 | 0.54 |
| Hex | FF | 7C | 13 | 0 | 33 | 5D | 0 | 1B | 64 | 36 |
| Octal | 377 | 174 | 23 | 0 | 63 | 135 | 0 | 33 | 144 | 66 |
| Binary | 11111111 | 1111100 | 10011 | 0 | 110011 | 1011101 | 0 | 11011 | 1100100 | 110110 |
Color Harmonies of #FF7C13
Complementary color
Monochromatic Colors of #FF7C13
Black with #FF7C13
Text Example
Text Example
White with #FF7C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C13; }
p { color: rgb(255,124,19); }
H1.HeaderClassName
{
color: #FF7C13;
}
.AnyTagClassName
{
color: #FF7C13;
}
</style>
background-color css
<style>
a { background-color: #FF7C13; }
a { background-color: rgb(255,124,19); }
div.DivClassName
{
background-color: #FF7C13;
}
.BgClassName
{
background-color: #FF7C13;
}
</style>
border-color css
<style>
span { border-color: #FF7C13; }
span { border-color: rgb(255,124,19); }
td.TdClassName
{
border-color: #FF7C13;
}
.TagClassName
{
border-color: #FF7C13;
}
</style>