Shades of Pumpkin #FF6A20
Tints of Pumpkin #FF6A20
RGB
CMYK
RGB Variations
Color information
#FF6A20 (or 0xFF6A20) is known color: Pumpkin. HEX triplet: FF, 6A and 20. RGB value is (255,106,32). Sum of RGB (Red+Green+Blue) = 255+106+32=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A20 is #0095DF. Grayscale: #8E8E8E. Windows color (decimal): -38368 or 2124543. OLE color: 2124543.
HSL color Cylindrical-coordinate representation of color #FF6A20: hue angle of 19.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF6A20 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 32 | - |
| CMYK | 0 | 0.58 | 0.87 | 0 |
| HSL | 19.91º | 1% | 0.56% | - |
| HSV(B) | 19.91º | 0.87% | 1% | - |
| XYZ | 46.65 | 31.67 | 5.02 | - |
| YUV | 142.12 | 65.86 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 32 | 0 | 0.58 | 0.87 | 0 | 19.91 | 1 | 0.56 |
| Hex | FF | 6A | 20 | 0 | 3A | 57 | 0 | 14 | 64 | 38 |
| Octal | 377 | 152 | 40 | 0 | 72 | 127 | 0 | 24 | 144 | 70 |
| Binary | 11111111 | 1101010 | 100000 | 0 | 111010 | 1010111 | 0 | 10100 | 1100100 | 111000 |
Color Harmonies of #FF6A20
Complementary color
Monochromatic Colors of #FF6A20
Black with #FF6A20
Text Example
Text Example
White with #FF6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A20; }
p { color: rgb(255,106,32); }
H1.HeaderClassName
{
color: #FF6A20;
}
.AnyTagClassName
{
color: #FF6A20;
}
</style>
background-color css
<style>
a { background-color: #FF6A20; }
a { background-color: rgb(255,106,32); }
div.DivClassName
{
background-color: #FF6A20;
}
.BgClassName
{
background-color: #FF6A20;
}
</style>
border-color css
<style>
span { border-color: #FF6A20; }
span { border-color: rgb(255,106,32); }
td.TdClassName
{
border-color: #FF6A20;
}
.TagClassName
{
border-color: #FF6A20;
}
</style>