Shades of Pumpkin #FF711A
Tints of Pumpkin #FF711A
RGB
CMYK
RGB Variations
Color information
#FF711A (or 0xFF711A) is known color: Pumpkin. HEX triplet: FF, 71 and 1A. RGB value is (255,113,26). Sum of RGB (Red+Green+Blue) = 255+113+26=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF711A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF711A is #008EE5. Grayscale: #929292. Windows color (decimal): -36582 or 1733119. OLE color: 1733119.
HSL color Cylindrical-coordinate representation of color #FF711A: hue angle of 22.79º 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 #FF711A is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 26 | - |
| CMYK | 0 | 0.56 | 0.90 | 0 |
| HSL | 22.79º | 1% | 0.55% | - |
| HSV(B) | 22.79º | 0.9% | 1% | - |
| XYZ | 47.33 | 33.14 | 4.88 | - |
| YUV | 145.54 | 60.54 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 26 | 0 | 0.56 | 0.90 | 0 | 22.79 | 1 | 0.55 |
| Hex | FF | 71 | 1A | 0 | 38 | 5A | 0 | 17 | 64 | 37 |
| Octal | 377 | 161 | 32 | 0 | 70 | 132 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110001 | 11010 | 0 | 111000 | 1011010 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF711A
Complementary color
Monochromatic Colors of #FF711A
Black with #FF711A
Text Example
Text Example
White with #FF711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF711A; }
p { color: rgb(255,113,26); }
H1.HeaderClassName
{
color: #FF711A;
}
.AnyTagClassName
{
color: #FF711A;
}
</style>
background-color css
<style>
a { background-color: #FF711A; }
a { background-color: rgb(255,113,26); }
div.DivClassName
{
background-color: #FF711A;
}
.BgClassName
{
background-color: #FF711A;
}
</style>
border-color css
<style>
span { border-color: #FF711A; }
span { border-color: rgb(255,113,26); }
td.TdClassName
{
border-color: #FF711A;
}
.TagClassName
{
border-color: #FF711A;
}
</style>