Shades of Pumpkin #FF761D
Tints of Pumpkin #FF761D
RGB
CMYK
RGB Variations
Color information
#FF761D (or 0xFF761D) is known color: Pumpkin. HEX triplet: FF, 76 and 1D. RGB value is (255,118,29). Sum of RGB (Red+Green+Blue) = 255+118+29=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF761D is #0089E2. Grayscale: #959595. Windows color (decimal): -35299 or 1931007. OLE color: 1931007.
HSL color Cylindrical-coordinate representation of color #FF761D: hue angle of 23.63º 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 #FF761D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 29 | - |
| CMYK | 0 | 0.54 | 0.89 | 0 |
| HSL | 23.63º | 1% | 0.56% | - |
| HSV(B) | 23.63º | 0.89% | 1% | - |
| XYZ | 47.94 | 34.31 | 5.26 | - |
| YUV | 148.82 | 60.39 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 29 | 0 | 0.54 | 0.89 | 0 | 23.63 | 1 | 0.56 |
| Hex | FF | 76 | 1D | 0 | 36 | 59 | 0 | 18 | 64 | 38 |
| Octal | 377 | 166 | 35 | 0 | 66 | 131 | 0 | 30 | 144 | 70 |
| Binary | 11111111 | 1110110 | 11101 | 0 | 110110 | 1011001 | 0 | 11000 | 1100100 | 111000 |
Color Harmonies of #FF761D
Complementary color
Monochromatic Colors of #FF761D
Black with #FF761D
Text Example
Text Example
White with #FF761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF761D; }
p { color: rgb(255,118,29); }
H1.HeaderClassName
{
color: #FF761D;
}
.AnyTagClassName
{
color: #FF761D;
}
</style>
background-color css
<style>
a { background-color: #FF761D; }
a { background-color: rgb(255,118,29); }
div.DivClassName
{
background-color: #FF761D;
}
.BgClassName
{
background-color: #FF761D;
}
</style>
border-color css
<style>
span { border-color: #FF761D; }
span { border-color: rgb(255,118,29); }
td.TdClassName
{
border-color: #FF761D;
}
.TagClassName
{
border-color: #FF761D;
}
</style>