Shades of Pumpkin #FF6611
Tints of Pumpkin #FF6611
RGB
CMYK
RGB Variations
Color information
#FF6611 (or 0xFF6611) is known color: Pumpkin. HEX triplet: FF, 66 and 11. RGB value is (255,102,17). Sum of RGB (Red+Green+Blue) = 255+102+17=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6611 is #0099EE. Grayscale: #8A8A8A. Windows color (decimal): -39407 or 1140479. OLE color: 1140479.
HSL color Cylindrical-coordinate representation of color #FF6611: hue angle of 21.43º 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 #FF6611 is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 17 | - |
| CMYK | 0 | 0.6 | 0.93 | 0 |
| HSL | 21.43º | 1% | 0.53% | - |
| HSV(B) | 21.43º | 0.93% | 1% | - |
| XYZ | 46.09 | 30.8 | 4.05 | - |
| YUV | 138.06 | 59.69 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 17 | 0 | 0.6 | 0.93 | 0 | 21.43 | 1 | 0.53 |
| Hex | FF | 66 | 11 | 0 | 3C | 5D | 0 | 15 | 64 | 35 |
| Octal | 377 | 146 | 21 | 0 | 74 | 135 | 0 | 25 | 144 | 65 |
| Binary | 11111111 | 1100110 | 10001 | 0 | 111100 | 1011101 | 0 | 10101 | 1100100 | 110101 |
Color Harmonies of #FF6611
Complementary color
Monochromatic Colors of #FF6611
Black with #FF6611
Text Example
Text Example
White with #FF6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6611; }
p { color: rgb(255,102,17); }
H1.HeaderClassName
{
color: #FF6611;
}
.AnyTagClassName
{
color: #FF6611;
}
</style>
background-color css
<style>
a { background-color: #FF6611; }
a { background-color: rgb(255,102,17); }
div.DivClassName
{
background-color: #FF6611;
}
.BgClassName
{
background-color: #FF6611;
}
</style>
border-color css
<style>
span { border-color: #FF6611; }
span { border-color: rgb(255,102,17); }
td.TdClassName
{
border-color: #FF6611;
}
.TagClassName
{
border-color: #FF6611;
}
</style>