Shades of Pumpkin #FF7D1C
Tints of Pumpkin #FF7D1C
RGB
CMYK
RGB Variations
Color information
#FF7D1C (or 0xFF7D1C) is known color: Pumpkin. HEX triplet: FF, 7D and 1C. RGB value is (255,125,28). Sum of RGB (Red+Green+Blue) = 255+125+28=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D1C is #0082E3. Grayscale: #999999. Windows color (decimal): -33508 or 1867263. OLE color: 1867263.
HSL color Cylindrical-coordinate representation of color #FF7D1C: hue angle of 25.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF7D1C is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 28 | - |
| CMYK | 0 | 0.51 | 0.89 | 0 |
| HSL | 25.64º | 1% | 0.55% | - |
| HSV(B) | 25.64º | 0.89% | 1% | - |
| XYZ | 48.78 | 36.01 | 5.48 | - |
| YUV | 152.81 | 57.57 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 28 | 0 | 0.51 | 0.89 | 0 | 25.64 | 1 | 0.55 |
| Hex | FF | 7D | 1C | 0 | 33 | 59 | 0 | 1A | 64 | 37 |
| Octal | 377 | 175 | 34 | 0 | 63 | 131 | 0 | 32 | 144 | 67 |
| Binary | 11111111 | 1111101 | 11100 | 0 | 110011 | 1011001 | 0 | 11010 | 1100100 | 110111 |
Color Harmonies of #FF7D1C
Complementary color
Monochromatic Colors of #FF7D1C
Black with #FF7D1C
Text Example
Text Example
White with #FF7D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D1C; }
p { color: rgb(255,125,28); }
H1.HeaderClassName
{
color: #FF7D1C;
}
.AnyTagClassName
{
color: #FF7D1C;
}
</style>
background-color css
<style>
a { background-color: #FF7D1C; }
a { background-color: rgb(255,125,28); }
div.DivClassName
{
background-color: #FF7D1C;
}
.BgClassName
{
background-color: #FF7D1C;
}
</style>
border-color css
<style>
span { border-color: #FF7D1C; }
span { border-color: rgb(255,125,28); }
td.TdClassName
{
border-color: #FF7D1C;
}
.TagClassName
{
border-color: #FF7D1C;
}
</style>