Shades of Pumpkin #FF7D10
Tints of Pumpkin #FF7D10
RGB
CMYK
RGB Variations
Color information
#FF7D10 (or 0xFF7D10) is known color: Pumpkin. HEX triplet: FF, 7D and 10. RGB value is (255,125,16). Sum of RGB (Red+Green+Blue) = 255+125+16=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7D10 is #0082EF. Grayscale: #989898. Windows color (decimal): -33520 or 1080831. OLE color: 1080831.
HSL color Cylindrical-coordinate representation of color #FF7D10: hue angle of 27.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF7D10 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 16 | - |
| CMYK | 0 | 0.51 | 0.94 | 0 |
| HSL | 27.36º | 1% | 0.53% | - |
| HSV(B) | 27.36º | 0.94% | 1% | - |
| XYZ | 48.67 | 35.96 | 4.87 | - |
| YUV | 151.44 | 51.57 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 16 | 0 | 0.51 | 0.94 | 0 | 27.36 | 1 | 0.53 |
| Hex | FF | 7D | 10 | 0 | 33 | 5E | 0 | 1B | 64 | 35 |
| Octal | 377 | 175 | 20 | 0 | 63 | 136 | 0 | 33 | 144 | 65 |
| Binary | 11111111 | 1111101 | 10000 | 0 | 110011 | 1011110 | 0 | 11011 | 1100100 | 110101 |
Color Harmonies of #FF7D10
Complementary color
Monochromatic Colors of #FF7D10
Black with #FF7D10
Text Example
Text Example
White with #FF7D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D10; }
p { color: rgb(255,125,16); }
H1.HeaderClassName
{
color: #FF7D10;
}
.AnyTagClassName
{
color: #FF7D10;
}
</style>
background-color css
<style>
a { background-color: #FF7D10; }
a { background-color: rgb(255,125,16); }
div.DivClassName
{
background-color: #FF7D10;
}
.BgClassName
{
background-color: #FF7D10;
}
</style>
border-color css
<style>
span { border-color: #FF7D10; }
span { border-color: rgb(255,125,16); }
td.TdClassName
{
border-color: #FF7D10;
}
.TagClassName
{
border-color: #FF7D10;
}
</style>