Shades of Pumpkin #FF760A
Tints of Pumpkin #FF760A
RGB
CMYK
RGB Variations
Color information
#FF760A (or 0xFF760A) is known color: Pumpkin. HEX triplet: FF, 76 and 0A. RGB value is (255,118,10). Sum of RGB (Red+Green+Blue) = 255+118+10=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF760A is #0089F5. Grayscale: #939393. Windows color (decimal): -35318 or 685823. OLE color: 685823.
HSL color Cylindrical-coordinate representation of color #FF760A: hue angle of 26.45º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF760A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0 |
| HSL | 26.45º | 1% | 0.52% | - |
| HSV(B) | 26.45º | 0.96% | 1% | - |
| XYZ | 47.77 | 34.24 | 4.38 | - |
| YUV | 146.65 | 50.89 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 10 | 0 | 0.54 | 0.96 | 0 | 26.45 | 1 | 0.52 |
| Hex | FF | 76 | A | 0 | 36 | 60 | 0 | 1A | 64 | 34 |
| Octal | 377 | 166 | 12 | 0 | 66 | 140 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110110 | 1010 | 0 | 110110 | 1100000 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF760A
Complementary color
Monochromatic Colors of #FF760A
Black with #FF760A
Text Example
Text Example
White with #FF760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF760A; }
p { color: rgb(255,118,10); }
H1.HeaderClassName
{
color: #FF760A;
}
.AnyTagClassName
{
color: #FF760A;
}
</style>
background-color css
<style>
a { background-color: #FF760A; }
a { background-color: rgb(255,118,10); }
div.DivClassName
{
background-color: #FF760A;
}
.BgClassName
{
background-color: #FF760A;
}
</style>
border-color css
<style>
span { border-color: #FF760A; }
span { border-color: rgb(255,118,10); }
td.TdClassName
{
border-color: #FF760A;
}
.TagClassName
{
border-color: #FF760A;
}
</style>