Shades of Pumpkin #FF771C
Tints of Pumpkin #FF771C
RGB
CMYK
RGB Variations
Color information
#FF771C (or 0xFF771C) is known color: Pumpkin. HEX triplet: FF, 77 and 1C. RGB value is (255,119,28). Sum of RGB (Red+Green+Blue) = 255+119+28=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF771C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF771C is #0088E3. Grayscale: #959595. Windows color (decimal): -35044 or 1865727. OLE color: 1865727.
HSL color Cylindrical-coordinate representation of color #FF771C: hue angle of 24.05º 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 #FF771C is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 28 | - |
| CMYK | 0 | 0.53 | 0.89 | 0 |
| HSL | 24.05º | 1% | 0.55% | - |
| HSV(B) | 24.05º | 0.89% | 1% | - |
| XYZ | 48.05 | 34.54 | 5.23 | - |
| YUV | 149.29 | 59.56 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 28 | 0 | 0.53 | 0.89 | 0 | 24.05 | 1 | 0.55 |
| Hex | FF | 77 | 1C | 0 | 35 | 59 | 0 | 18 | 64 | 37 |
| Octal | 377 | 167 | 34 | 0 | 65 | 131 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1110111 | 11100 | 0 | 110101 | 1011001 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF771C
Complementary color
Monochromatic Colors of #FF771C
Black with #FF771C
Text Example
Text Example
White with #FF771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF771C; }
p { color: rgb(255,119,28); }
H1.HeaderClassName
{
color: #FF771C;
}
.AnyTagClassName
{
color: #FF771C;
}
</style>
background-color css
<style>
a { background-color: #FF771C; }
a { background-color: rgb(255,119,28); }
div.DivClassName
{
background-color: #FF771C;
}
.BgClassName
{
background-color: #FF771C;
}
</style>
border-color css
<style>
span { border-color: #FF771C; }
span { border-color: rgb(255,119,28); }
td.TdClassName
{
border-color: #FF771C;
}
.TagClassName
{
border-color: #FF771C;
}
</style>