Shades of Pumpkin #FF761F
Tints of Pumpkin #FF761F
RGB
CMYK
RGB Variations
Color information
#FF761F (or 0xFF761F) is known color: Pumpkin. HEX triplet: FF, 76 and 1F. RGB value is (255,118,31). Sum of RGB (Red+Green+Blue) = 255+118+31=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF761F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF761F is #0089E0. Grayscale: #959595. Windows color (decimal): -35297 or 2062079. OLE color: 2062079.
HSL color Cylindrical-coordinate representation of color #FF761F: hue angle of 23.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF761F is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 31 | - |
| CMYK | 0 | 0.54 | 0.88 | 0 |
| HSL | 23.3º | 1% | 0.56% | - |
| HSV(B) | 23.3º | 0.88% | 1% | - |
| XYZ | 47.97 | 34.32 | 5.39 | - |
| YUV | 149.05 | 61.39 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 31 | 0 | 0.54 | 0.88 | 0 | 23.3 | 1 | 0.56 |
| Hex | FF | 76 | 1F | 0 | 36 | 58 | 0 | 17 | 64 | 38 |
| Octal | 377 | 166 | 37 | 0 | 66 | 130 | 0 | 27 | 144 | 70 |
| Binary | 11111111 | 1110110 | 11111 | 0 | 110110 | 1011000 | 0 | 10111 | 1100100 | 111000 |
Color Harmonies of #FF761F
Complementary color
Monochromatic Colors of #FF761F
Black with #FF761F
Text Example
Text Example
White with #FF761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF761F; }
p { color: rgb(255,118,31); }
H1.HeaderClassName
{
color: #FF761F;
}
.AnyTagClassName
{
color: #FF761F;
}
</style>
background-color css
<style>
a { background-color: #FF761F; }
a { background-color: rgb(255,118,31); }
div.DivClassName
{
background-color: #FF761F;
}
.BgClassName
{
background-color: #FF761F;
}
</style>
border-color css
<style>
span { border-color: #FF761F; }
span { border-color: rgb(255,118,31); }
td.TdClassName
{
border-color: #FF761F;
}
.TagClassName
{
border-color: #FF761F;
}
</style>