Shades of Pumpkin #FF6522
Tints of Pumpkin #FF6522
RGB
CMYK
RGB Variations
Color information
#FF6522 (or 0xFF6522) is known color: Pumpkin. HEX triplet: FF, 65 and 22. RGB value is (255,101,34). Sum of RGB (Red+Green+Blue) = 255+101+34=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6522 is #009ADD. Grayscale: #8B8B8B. Windows color (decimal): -39646 or 2254335. OLE color: 2254335.
HSL color Cylindrical-coordinate representation of color #FF6522: hue angle of 18.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF6522 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 34 | - |
| CMYK | 0 | 0.60 | 0.87 | 0 |
| HSL | 18.19º | 1% | 0.57% | - |
| HSV(B) | 18.19º | 0.87% | 1% | - |
| XYZ | 46.18 | 30.68 | 5 | - |
| YUV | 139.41 | 68.52 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 34 | 0 | 0.60 | 0.87 | 0 | 18.19 | 1 | 0.57 |
| Hex | FF | 65 | 22 | 0 | 3C | 57 | 0 | 12 | 64 | 39 |
| Octal | 377 | 145 | 42 | 0 | 74 | 127 | 0 | 22 | 144 | 71 |
| Binary | 11111111 | 1100101 | 100010 | 0 | 111100 | 1010111 | 0 | 10010 | 1100100 | 111001 |
Color Harmonies of #FF6522
Complementary color
Monochromatic Colors of #FF6522
Black with #FF6522
Text Example
Text Example
White with #FF6522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6522; }
p { color: rgb(255,101,34); }
H1.HeaderClassName
{
color: #FF6522;
}
.AnyTagClassName
{
color: #FF6522;
}
</style>
background-color css
<style>
a { background-color: #FF6522; }
a { background-color: rgb(255,101,34); }
div.DivClassName
{
background-color: #FF6522;
}
.BgClassName
{
background-color: #FF6522;
}
</style>
border-color css
<style>
span { border-color: #FF6522; }
span { border-color: rgb(255,101,34); }
td.TdClassName
{
border-color: #FF6522;
}
.TagClassName
{
border-color: #FF6522;
}
</style>