Shades of Pumpkin #FF751D
Tints of Pumpkin #FF751D
RGB
CMYK
RGB Variations
Color information
#FF751D (or 0xFF751D) is known color: Pumpkin. HEX triplet: FF, 75 and 1D. RGB value is (255,117,29). Sum of RGB (Red+Green+Blue) = 255+117+29=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF751D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF751D is #008AE2. Grayscale: #949494. Windows color (decimal): -35555 or 1930751. OLE color: 1930751.
HSL color Cylindrical-coordinate representation of color #FF751D: hue angle of 23.36º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF751D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 29 | - |
| CMYK | 0 | 0.54 | 0.89 | 0 |
| HSL | 23.36º | 1% | 0.56% | - |
| HSV(B) | 23.36º | 0.89% | 1% | - |
| XYZ | 47.82 | 34.07 | 5.22 | - |
| YUV | 148.23 | 60.72 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 29 | 0 | 0.54 | 0.89 | 0 | 23.36 | 1 | 0.56 |
| Hex | FF | 75 | 1D | 0 | 36 | 59 | 0 | 17 | 64 | 38 |
| Octal | 377 | 165 | 35 | 0 | 66 | 131 | 0 | 27 | 144 | 70 |
| Binary | 11111111 | 1110101 | 11101 | 0 | 110110 | 1011001 | 0 | 10111 | 1100100 | 111000 |
Color Harmonies of #FF751D
Complementary color
Monochromatic Colors of #FF751D
Black with #FF751D
Text Example
Text Example
White with #FF751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF751D; }
p { color: rgb(255,117,29); }
H1.HeaderClassName
{
color: #FF751D;
}
.AnyTagClassName
{
color: #FF751D;
}
</style>
background-color css
<style>
a { background-color: #FF751D; }
a { background-color: rgb(255,117,29); }
div.DivClassName
{
background-color: #FF751D;
}
.BgClassName
{
background-color: #FF751D;
}
</style>
border-color css
<style>
span { border-color: #FF751D; }
span { border-color: rgb(255,117,29); }
td.TdClassName
{
border-color: #FF751D;
}
.TagClassName
{
border-color: #FF751D;
}
</style>