Shades of Pumpkin #FF7C11
Tints of Pumpkin #FF7C11
RGB
CMYK
RGB Variations
Color information
#FF7C11 (or 0xFF7C11) is known color: Pumpkin. HEX triplet: FF, 7C and 11. RGB value is (255,124,17). Sum of RGB (Red+Green+Blue) = 255+124+17=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7C11 is #0083EE. Grayscale: #979797. Windows color (decimal): -33775 or 1146111. OLE color: 1146111.
HSL color Cylindrical-coordinate representation of color #FF7C11: hue angle of 26.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF7C11 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 17 | - |
| CMYK | 0 | 0.51 | 0.93 | 0 |
| HSL | 26.97º | 1% | 0.53% | - |
| HSV(B) | 26.97º | 0.93% | 1% | - |
| XYZ | 48.55 | 35.72 | 4.87 | - |
| YUV | 150.97 | 52.4 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 17 | 0 | 0.51 | 0.93 | 0 | 26.97 | 1 | 0.53 |
| Hex | FF | 7C | 11 | 0 | 33 | 5D | 0 | 1B | 64 | 35 |
| Octal | 377 | 174 | 21 | 0 | 63 | 135 | 0 | 33 | 144 | 65 |
| Binary | 11111111 | 1111100 | 10001 | 0 | 110011 | 1011101 | 0 | 11011 | 1100100 | 110101 |
Color Harmonies of #FF7C11
Complementary color
Monochromatic Colors of #FF7C11
Black with #FF7C11
Text Example
Text Example
White with #FF7C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C11; }
p { color: rgb(255,124,17); }
H1.HeaderClassName
{
color: #FF7C11;
}
.AnyTagClassName
{
color: #FF7C11;
}
</style>
background-color css
<style>
a { background-color: #FF7C11; }
a { background-color: rgb(255,124,17); }
div.DivClassName
{
background-color: #FF7C11;
}
.BgClassName
{
background-color: #FF7C11;
}
</style>
border-color css
<style>
span { border-color: #FF7C11; }
span { border-color: rgb(255,124,17); }
td.TdClassName
{
border-color: #FF7C11;
}
.TagClassName
{
border-color: #FF7C11;
}
</style>