Shades of Pumpkin #FF6C1A
Tints of Pumpkin #FF6C1A
RGB
CMYK
RGB Variations
Color information
#FF6C1A (or 0xFF6C1A) is known color: Pumpkin. HEX triplet: FF, 6C and 1A. RGB value is (255,108,26). Sum of RGB (Red+Green+Blue) = 255+108+26=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C1A is #0093E5. Grayscale: #8F8F8F. Windows color (decimal): -37862 or 1731839. OLE color: 1731839.
HSL color Cylindrical-coordinate representation of color #FF6C1A: hue angle of 21.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF6C1A is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 26 | - |
| CMYK | 0 | 0.58 | 0.90 | 0 |
| HSL | 21.48º | 1% | 0.55% | - |
| HSV(B) | 21.48º | 0.9% | 1% | - |
| XYZ | 46.79 | 32.06 | 4.7 | - |
| YUV | 142.61 | 62.2 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 26 | 0 | 0.58 | 0.90 | 0 | 21.48 | 1 | 0.55 |
| Hex | FF | 6C | 1A | 0 | 3A | 5A | 0 | 15 | 64 | 37 |
| Octal | 377 | 154 | 32 | 0 | 72 | 132 | 0 | 25 | 144 | 67 |
| Binary | 11111111 | 1101100 | 11010 | 0 | 111010 | 1011010 | 0 | 10101 | 1100100 | 110111 |
Color Harmonies of #FF6C1A
Complementary color
Monochromatic Colors of #FF6C1A
Black with #FF6C1A
Text Example
Text Example
White with #FF6C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C1A; }
p { color: rgb(255,108,26); }
H1.HeaderClassName
{
color: #FF6C1A;
}
.AnyTagClassName
{
color: #FF6C1A;
}
</style>
background-color css
<style>
a { background-color: #FF6C1A; }
a { background-color: rgb(255,108,26); }
div.DivClassName
{
background-color: #FF6C1A;
}
.BgClassName
{
background-color: #FF6C1A;
}
</style>
border-color css
<style>
span { border-color: #FF6C1A; }
span { border-color: rgb(255,108,26); }
td.TdClassName
{
border-color: #FF6C1A;
}
.TagClassName
{
border-color: #FF6C1A;
}
</style>