Shades of Pumpkin #FF751A
Tints of Pumpkin #FF751A
RGB
CMYK
RGB Variations
Color information
#FF751A (or 0xFF751A) is known color: Pumpkin. HEX triplet: FF, 75 and 1A. RGB value is (255,117,26). Sum of RGB (Red+Green+Blue) = 255+117+26=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF751A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF751A is #008AE5. Grayscale: #949494. Windows color (decimal): -35558 or 1734143. OLE color: 1734143.
HSL color Cylindrical-coordinate representation of color #FF751A: hue angle of 23.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF751A is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 26 | - |
| CMYK | 0 | 0.54 | 0.90 | 0 |
| HSL | 23.84º | 1% | 0.55% | - |
| HSV(B) | 23.84º | 0.9% | 1% | - |
| XYZ | 47.79 | 34.06 | 5.03 | - |
| YUV | 147.89 | 59.22 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 26 | 0 | 0.54 | 0.90 | 0 | 23.84 | 1 | 0.55 |
| Hex | FF | 75 | 1A | 0 | 36 | 5A | 0 | 18 | 64 | 37 |
| Octal | 377 | 165 | 32 | 0 | 66 | 132 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1110101 | 11010 | 0 | 110110 | 1011010 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF751A
Complementary color
Monochromatic Colors of #FF751A
Black with #FF751A
Text Example
Text Example
White with #FF751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF751A; }
p { color: rgb(255,117,26); }
H1.HeaderClassName
{
color: #FF751A;
}
.AnyTagClassName
{
color: #FF751A;
}
</style>
background-color css
<style>
a { background-color: #FF751A; }
a { background-color: rgb(255,117,26); }
div.DivClassName
{
background-color: #FF751A;
}
.BgClassName
{
background-color: #FF751A;
}
</style>
border-color css
<style>
span { border-color: #FF751A; }
span { border-color: rgb(255,117,26); }
td.TdClassName
{
border-color: #FF751A;
}
.TagClassName
{
border-color: #FF751A;
}
</style>