Shades of Pumpkin #FF7C15
Tints of Pumpkin #FF7C15
RGB
CMYK
RGB Variations
Color information
#FF7C15 (or 0xFF7C15) is known color: Pumpkin. HEX triplet: FF, 7C and 15. RGB value is (255,124,21). Sum of RGB (Red+Green+Blue) = 255+124+21=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7C15 is #0083EA. Grayscale: #979797. Windows color (decimal): -33771 or 1408255. OLE color: 1408255.
HSL color Cylindrical-coordinate representation of color #FF7C15: hue angle of 26.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF7C15 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 21 | - |
| CMYK | 0 | 0.51 | 0.92 | 0 |
| HSL | 26.41º | 1% | 0.54% | - |
| HSV(B) | 26.41º | 0.92% | 1% | - |
| XYZ | 48.58 | 35.73 | 5.05 | - |
| YUV | 151.43 | 54.4 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 21 | 0 | 0.51 | 0.92 | 0 | 26.41 | 1 | 0.54 |
| Hex | FF | 7C | 15 | 0 | 33 | 5C | 0 | 1A | 64 | 36 |
| Octal | 377 | 174 | 25 | 0 | 63 | 134 | 0 | 32 | 144 | 66 |
| Binary | 11111111 | 1111100 | 10101 | 0 | 110011 | 1011100 | 0 | 11010 | 1100100 | 110110 |
Color Harmonies of #FF7C15
Complementary color
Monochromatic Colors of #FF7C15
Black with #FF7C15
Text Example
Text Example
White with #FF7C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C15; }
p { color: rgb(255,124,21); }
H1.HeaderClassName
{
color: #FF7C15;
}
.AnyTagClassName
{
color: #FF7C15;
}
</style>
background-color css
<style>
a { background-color: #FF7C15; }
a { background-color: rgb(255,124,21); }
div.DivClassName
{
background-color: #FF7C15;
}
.BgClassName
{
background-color: #FF7C15;
}
</style>
border-color css
<style>
span { border-color: #FF7C15; }
span { border-color: rgb(255,124,21); }
td.TdClassName
{
border-color: #FF7C15;
}
.TagClassName
{
border-color: #FF7C15;
}
</style>