Shades of Pumpkin #FF761C
Tints of Pumpkin #FF761C
RGB
CMYK
RGB Variations
Color information
#FF761C (or 0xFF761C) is known color: Pumpkin. HEX triplet: FF, 76 and 1C. RGB value is (255,118,28). Sum of RGB (Red+Green+Blue) = 255+118+28=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF761C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF761C is #0089E3. Grayscale: #959595. Windows color (decimal): -35300 or 1865471. OLE color: 1865471.
HSL color Cylindrical-coordinate representation of color #FF761C: hue angle of 23.79º 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 #FF761C is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 28 | - |
| CMYK | 0 | 0.54 | 0.89 | 0 |
| HSL | 23.79º | 1% | 0.55% | - |
| HSV(B) | 23.79º | 0.89% | 1% | - |
| XYZ | 47.93 | 34.3 | 5.19 | - |
| YUV | 148.7 | 59.89 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 28 | 0 | 0.54 | 0.89 | 0 | 23.79 | 1 | 0.55 |
| Hex | FF | 76 | 1C | 0 | 36 | 59 | 0 | 18 | 64 | 37 |
| Octal | 377 | 166 | 34 | 0 | 66 | 131 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1110110 | 11100 | 0 | 110110 | 1011001 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF761C
Complementary color
Monochromatic Colors of #FF761C
Black with #FF761C
Text Example
Text Example
White with #FF761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF761C; }
p { color: rgb(255,118,28); }
H1.HeaderClassName
{
color: #FF761C;
}
.AnyTagClassName
{
color: #FF761C;
}
</style>
background-color css
<style>
a { background-color: #FF761C; }
a { background-color: rgb(255,118,28); }
div.DivClassName
{
background-color: #FF761C;
}
.BgClassName
{
background-color: #FF761C;
}
</style>
border-color css
<style>
span { border-color: #FF761C; }
span { border-color: rgb(255,118,28); }
td.TdClassName
{
border-color: #FF761C;
}
.TagClassName
{
border-color: #FF761C;
}
</style>