Shades of Pumpkin #FF771B
Tints of Pumpkin #FF771B
RGB
CMYK
RGB Variations
Color information
#FF771B (or 0xFF771B) is known color: Pumpkin. HEX triplet: FF, 77 and 1B. RGB value is (255,119,27). Sum of RGB (Red+Green+Blue) = 255+119+27=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF771B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF771B is #0088E4. Grayscale: #959595. Windows color (decimal): -35045 or 1800191. OLE color: 1800191.
HSL color Cylindrical-coordinate representation of color #FF771B: hue angle of 24.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF771B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 27 | - |
| CMYK | 0 | 0.53 | 0.89 | 0 |
| HSL | 24.21º | 1% | 0.55% | - |
| HSV(B) | 24.21º | 0.89% | 1% | - |
| XYZ | 48.03 | 34.53 | 5.17 | - |
| YUV | 149.18 | 59.06 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 27 | 0 | 0.53 | 0.89 | 0 | 24.21 | 1 | 0.55 |
| Hex | FF | 77 | 1B | 0 | 35 | 59 | 0 | 18 | 64 | 37 |
| Octal | 377 | 167 | 33 | 0 | 65 | 131 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1110111 | 11011 | 0 | 110101 | 1011001 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF771B
Complementary color
Monochromatic Colors of #FF771B
Black with #FF771B
Text Example
Text Example
White with #FF771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF771B; }
p { color: rgb(255,119,27); }
H1.HeaderClassName
{
color: #FF771B;
}
.AnyTagClassName
{
color: #FF771B;
}
</style>
background-color css
<style>
a { background-color: #FF771B; }
a { background-color: rgb(255,119,27); }
div.DivClassName
{
background-color: #FF771B;
}
.BgClassName
{
background-color: #FF771B;
}
</style>
border-color css
<style>
span { border-color: #FF771B; }
span { border-color: rgb(255,119,27); }
td.TdClassName
{
border-color: #FF771B;
}
.TagClassName
{
border-color: #FF771B;
}
</style>