Shades of Pumpkin #FF771D
Tints of Pumpkin #FF771D
RGB
CMYK
RGB Variations
Color information
#FF771D (or 0xFF771D) is known color: Pumpkin. HEX triplet: FF, 77 and 1D. RGB value is (255,119,29). Sum of RGB (Red+Green+Blue) = 255+119+29=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF771D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF771D is #0088E2. Grayscale: #959595. Windows color (decimal): -35043 or 1931263. OLE color: 1931263.
HSL color Cylindrical-coordinate representation of color #FF771D: hue angle of 23.89º 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 #FF771D is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 29 | - |
| CMYK | 0 | 0.53 | 0.89 | 0 |
| HSL | 23.89º | 1% | 0.56% | - |
| HSV(B) | 23.89º | 0.89% | 1% | - |
| XYZ | 48.06 | 34.54 | 5.3 | - |
| YUV | 149.4 | 60.06 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 29 | 0 | 0.53 | 0.89 | 0 | 23.89 | 1 | 0.56 |
| Hex | FF | 77 | 1D | 0 | 35 | 59 | 0 | 18 | 64 | 38 |
| Octal | 377 | 167 | 35 | 0 | 65 | 131 | 0 | 30 | 144 | 70 |
| Binary | 11111111 | 1110111 | 11101 | 0 | 110101 | 1011001 | 0 | 11000 | 1100100 | 111000 |
Color Harmonies of #FF771D
Complementary color
Monochromatic Colors of #FF771D
Black with #FF771D
Text Example
Text Example
White with #FF771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF771D; }
p { color: rgb(255,119,29); }
H1.HeaderClassName
{
color: #FF771D;
}
.AnyTagClassName
{
color: #FF771D;
}
</style>
background-color css
<style>
a { background-color: #FF771D; }
a { background-color: rgb(255,119,29); }
div.DivClassName
{
background-color: #FF771D;
}
.BgClassName
{
background-color: #FF771D;
}
</style>
border-color css
<style>
span { border-color: #FF771D; }
span { border-color: rgb(255,119,29); }
td.TdClassName
{
border-color: #FF771D;
}
.TagClassName
{
border-color: #FF771D;
}
</style>