Shades of Pumpkin #FF711C
Tints of Pumpkin #FF711C
RGB
CMYK
RGB Variations
Color information
#FF711C (or 0xFF711C) is known color: Pumpkin. HEX triplet: FF, 71 and 1C. RGB value is (255,113,28). Sum of RGB (Red+Green+Blue) = 255+113+28=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF711C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF711C is #008EE3. Grayscale: #929292. Windows color (decimal): -36580 or 1864191. OLE color: 1864191.
HSL color Cylindrical-coordinate representation of color #FF711C: hue angle of 22.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF711C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 28 | - |
| CMYK | 0 | 0.56 | 0.89 | 0 |
| HSL | 22.47º | 1% | 0.55% | - |
| HSV(B) | 22.47º | 0.89% | 1% | - |
| XYZ | 47.35 | 33.15 | 5 | - |
| YUV | 145.77 | 61.54 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 28 | 0 | 0.56 | 0.89 | 0 | 22.47 | 1 | 0.55 |
| Hex | FF | 71 | 1C | 0 | 38 | 59 | 0 | 16 | 64 | 37 |
| Octal | 377 | 161 | 34 | 0 | 70 | 131 | 0 | 26 | 144 | 67 |
| Binary | 11111111 | 1110001 | 11100 | 0 | 111000 | 1011001 | 0 | 10110 | 1100100 | 110111 |
Color Harmonies of #FF711C
Complementary color
Monochromatic Colors of #FF711C
Black with #FF711C
Text Example
Text Example
White with #FF711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF711C; }
p { color: rgb(255,113,28); }
H1.HeaderClassName
{
color: #FF711C;
}
.AnyTagClassName
{
color: #FF711C;
}
</style>
background-color css
<style>
a { background-color: #FF711C; }
a { background-color: rgb(255,113,28); }
div.DivClassName
{
background-color: #FF711C;
}
.BgClassName
{
background-color: #FF711C;
}
</style>
border-color css
<style>
span { border-color: #FF711C; }
span { border-color: rgb(255,113,28); }
td.TdClassName
{
border-color: #FF711C;
}
.TagClassName
{
border-color: #FF711C;
}
</style>