Shades of Pumpkin #FF750D
Tints of Pumpkin #FF750D
RGB
CMYK
RGB Variations
Color information
#FF750D (or 0xFF750D) is known color: Pumpkin. HEX triplet: FF, 75 and 0D. RGB value is (255,117,13). Sum of RGB (Red+Green+Blue) = 255+117+13=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF750D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF750D is #008AF2. Grayscale: #929292. Windows color (decimal): -35571 or 882175. OLE color: 882175.
HSL color Cylindrical-coordinate representation of color #FF750D: hue angle of 25.79º 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 #FF750D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0 |
| HSL | 25.79º | 1% | 0.53% | - |
| HSV(B) | 25.79º | 0.95% | 1% | - |
| XYZ | 47.67 | 34.01 | 4.43 | - |
| YUV | 146.41 | 52.72 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 13 | 0 | 0.54 | 0.95 | 0 | 25.79 | 1 | 0.53 |
| Hex | FF | 75 | D | 0 | 36 | 5F | 0 | 1A | 64 | 35 |
| Octal | 377 | 165 | 15 | 0 | 66 | 137 | 0 | 32 | 144 | 65 |
| Binary | 11111111 | 1110101 | 1101 | 0 | 110110 | 1011111 | 0 | 11010 | 1100100 | 110101 |
Color Harmonies of #FF750D
Complementary color
Monochromatic Colors of #FF750D
Black with #FF750D
Text Example
Text Example
White with #FF750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF750D; }
p { color: rgb(255,117,13); }
H1.HeaderClassName
{
color: #FF750D;
}
.AnyTagClassName
{
color: #FF750D;
}
</style>
background-color css
<style>
a { background-color: #FF750D; }
a { background-color: rgb(255,117,13); }
div.DivClassName
{
background-color: #FF750D;
}
.BgClassName
{
background-color: #FF750D;
}
</style>
border-color css
<style>
span { border-color: #FF750D; }
span { border-color: rgb(255,117,13); }
td.TdClassName
{
border-color: #FF750D;
}
.TagClassName
{
border-color: #FF750D;
}
</style>