Shades of Pumpkin #FF760C
Tints of Pumpkin #FF760C
RGB
CMYK
RGB Variations
Color information
#FF760C (or 0xFF760C) is known color: Pumpkin. HEX triplet: FF, 76 and 0C. RGB value is (255,118,12). Sum of RGB (Red+Green+Blue) = 255+118+12=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF760C is #0089F3. Grayscale: #939393. Windows color (decimal): -35316 or 816895. OLE color: 816895.
HSL color Cylindrical-coordinate representation of color #FF760C: hue angle of 26.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF760C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0 |
| HSL | 26.17º | 1% | 0.52% | - |
| HSV(B) | 26.17º | 0.95% | 1% | - |
| XYZ | 47.78 | 34.24 | 4.44 | - |
| YUV | 146.88 | 51.89 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 12 | 0 | 0.54 | 0.95 | 0 | 26.17 | 1 | 0.52 |
| Hex | FF | 76 | C | 0 | 36 | 5F | 0 | 1A | 64 | 34 |
| Octal | 377 | 166 | 14 | 0 | 66 | 137 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110110 | 1100 | 0 | 110110 | 1011111 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF760C
Complementary color
Monochromatic Colors of #FF760C
Black with #FF760C
Text Example
Text Example
White with #FF760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF760C; }
p { color: rgb(255,118,12); }
H1.HeaderClassName
{
color: #FF760C;
}
.AnyTagClassName
{
color: #FF760C;
}
</style>
background-color css
<style>
a { background-color: #FF760C; }
a { background-color: rgb(255,118,12); }
div.DivClassName
{
background-color: #FF760C;
}
.BgClassName
{
background-color: #FF760C;
}
</style>
border-color css
<style>
span { border-color: #FF760C; }
span { border-color: rgb(255,118,12); }
td.TdClassName
{
border-color: #FF760C;
}
.TagClassName
{
border-color: #FF760C;
}
</style>