Shades of Pumpkin #FF761B
Tints of Pumpkin #FF761B
RGB
CMYK
RGB Variations
Color information
#FF761B (or 0xFF761B) is known color: Pumpkin. HEX triplet: FF, 76 and 1B. RGB value is (255,118,27). Sum of RGB (Red+Green+Blue) = 255+118+27=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF761B is #0089E4. Grayscale: #959595. Windows color (decimal): -35301 or 1799935. OLE color: 1799935.
HSL color Cylindrical-coordinate representation of color #FF761B: hue angle of 23.95º 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 #FF761B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0 |
| HSL | 23.95º | 1% | 0.55% | - |
| HSV(B) | 23.95º | 0.89% | 1% | - |
| XYZ | 47.92 | 34.3 | 5.13 | - |
| YUV | 148.59 | 59.39 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 27 | 0 | 0.54 | 0.89 | 0 | 23.95 | 1 | 0.55 |
| Hex | FF | 76 | 1B | 0 | 36 | 59 | 0 | 18 | 64 | 37 |
| Octal | 377 | 166 | 33 | 0 | 66 | 131 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1110110 | 11011 | 0 | 110110 | 1011001 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF761B
Complementary color
Monochromatic Colors of #FF761B
Black with #FF761B
Text Example
Text Example
White with #FF761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF761B; }
p { color: rgb(255,118,27); }
H1.HeaderClassName
{
color: #FF761B;
}
.AnyTagClassName
{
color: #FF761B;
}
</style>
background-color css
<style>
a { background-color: #FF761B; }
a { background-color: rgb(255,118,27); }
div.DivClassName
{
background-color: #FF761B;
}
.BgClassName
{
background-color: #FF761B;
}
</style>
border-color css
<style>
span { border-color: #FF761B; }
span { border-color: rgb(255,118,27); }
td.TdClassName
{
border-color: #FF761B;
}
.TagClassName
{
border-color: #FF761B;
}
</style>