Shades of Pumpkin #FF6711
Tints of Pumpkin #FF6711
RGB
CMYK
RGB Variations
Color information
#FF6711 (or 0xFF6711) is known color: Pumpkin. HEX triplet: FF, 67 and 11. RGB value is (255,103,17). Sum of RGB (Red+Green+Blue) = 255+103+17=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6711 is #0098EE. Grayscale: #8B8B8B. Windows color (decimal): -39151 or 1140735. OLE color: 1140735.
HSL color Cylindrical-coordinate representation of color #FF6711: hue angle of 21.68º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6711 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0 |
| HSL | 21.68º | 1% | 0.53% | - |
| HSV(B) | 21.68º | 0.93% | 1% | - |
| XYZ | 46.19 | 31 | 4.08 | - |
| YUV | 138.64 | 59.36 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 17 | 0 | 0.60 | 0.93 | 0 | 21.68 | 1 | 0.53 |
| Hex | FF | 67 | 11 | 0 | 3C | 5D | 0 | 16 | 64 | 35 |
| Octal | 377 | 147 | 21 | 0 | 74 | 135 | 0 | 26 | 144 | 65 |
| Binary | 11111111 | 1100111 | 10001 | 0 | 111100 | 1011101 | 0 | 10110 | 1100100 | 110101 |
Color Harmonies of #FF6711
Complementary color
Monochromatic Colors of #FF6711
Black with #FF6711
Text Example
Text Example
White with #FF6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6711; }
p { color: rgb(255,103,17); }
H1.HeaderClassName
{
color: #FF6711;
}
.AnyTagClassName
{
color: #FF6711;
}
</style>
background-color css
<style>
a { background-color: #FF6711; }
a { background-color: rgb(255,103,17); }
div.DivClassName
{
background-color: #FF6711;
}
.BgClassName
{
background-color: #FF6711;
}
</style>
border-color css
<style>
span { border-color: #FF6711; }
span { border-color: rgb(255,103,17); }
td.TdClassName
{
border-color: #FF6711;
}
.TagClassName
{
border-color: #FF6711;
}
</style>