Shades of Pumpkin #FF760D
Tints of Pumpkin #FF760D
RGB
CMYK
RGB Variations
Color information
#FF760D (or 0xFF760D) is known color: Pumpkin. HEX triplet: FF, 76 and 0D. RGB value is (255,118,13). Sum of RGB (Red+Green+Blue) = 255+118+13=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF760D is #0089F2. Grayscale: #939393. Windows color (decimal): -35315 or 882431. OLE color: 882431.
HSL color Cylindrical-coordinate representation of color #FF760D: hue angle of 26.03º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF760D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0 |
| HSL | 26.03º | 1% | 0.53% | - |
| HSV(B) | 26.03º | 0.95% | 1% | - |
| XYZ | 47.79 | 34.25 | 4.47 | - |
| YUV | 146.99 | 52.39 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 13 | 0 | 0.54 | 0.95 | 0 | 26.03 | 1 | 0.53 |
| Hex | FF | 76 | D | 0 | 36 | 5F | 0 | 1A | 64 | 35 |
| Octal | 377 | 166 | 15 | 0 | 66 | 137 | 0 | 32 | 144 | 65 |
| Binary | 11111111 | 1110110 | 1101 | 0 | 110110 | 1011111 | 0 | 11010 | 1100100 | 110101 |
Color Harmonies of #FF760D
Complementary color
Monochromatic Colors of #FF760D
Black with #FF760D
Text Example
Text Example
White with #FF760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF760D; }
p { color: rgb(255,118,13); }
H1.HeaderClassName
{
color: #FF760D;
}
.AnyTagClassName
{
color: #FF760D;
}
</style>
background-color css
<style>
a { background-color: #FF760D; }
a { background-color: rgb(255,118,13); }
div.DivClassName
{
background-color: #FF760D;
}
.BgClassName
{
background-color: #FF760D;
}
</style>
border-color css
<style>
span { border-color: #FF760D; }
span { border-color: rgb(255,118,13); }
td.TdClassName
{
border-color: #FF760D;
}
.TagClassName
{
border-color: #FF760D;
}
</style>