Shades of Pumpkin #FF7D0D
Tints of Pumpkin #FF7D0D
RGB
CMYK
RGB Variations
Color information
#FF7D0D (or 0xFF7D0D) is known color: Pumpkin. HEX triplet: FF, 7D and 0D. RGB value is (255,125,13). Sum of RGB (Red+Green+Blue) = 255+125+13=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7D0D is #0082F2. Grayscale: #979797. Windows color (decimal): -33523 or 884223. OLE color: 884223.
HSL color Cylindrical-coordinate representation of color #FF7D0D: hue angle of 27.77º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF7D0D is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 13 | - |
| CMYK | 0 | 0.51 | 0.95 | 0 |
| HSL | 27.77º | 1% | 0.53% | - |
| HSV(B) | 27.77º | 0.95% | 1% | - |
| XYZ | 48.65 | 35.96 | 4.76 | - |
| YUV | 151.1 | 50.07 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 13 | 0 | 0.51 | 0.95 | 0 | 27.77 | 1 | 0.53 |
| Hex | FF | 7D | D | 0 | 33 | 5F | 0 | 1C | 64 | 35 |
| Octal | 377 | 175 | 15 | 0 | 63 | 137 | 0 | 34 | 144 | 65 |
| Binary | 11111111 | 1111101 | 1101 | 0 | 110011 | 1011111 | 0 | 11100 | 1100100 | 110101 |
Color Harmonies of #FF7D0D
Complementary color
Monochromatic Colors of #FF7D0D
Black with #FF7D0D
Text Example
Text Example
White with #FF7D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D0D; }
p { color: rgb(255,125,13); }
H1.HeaderClassName
{
color: #FF7D0D;
}
.AnyTagClassName
{
color: #FF7D0D;
}
</style>
background-color css
<style>
a { background-color: #FF7D0D; }
a { background-color: rgb(255,125,13); }
div.DivClassName
{
background-color: #FF7D0D;
}
.BgClassName
{
background-color: #FF7D0D;
}
</style>
border-color css
<style>
span { border-color: #FF7D0D; }
span { border-color: rgb(255,125,13); }
td.TdClassName
{
border-color: #FF7D0D;
}
.TagClassName
{
border-color: #FF7D0D;
}
</style>