Shades of Pumpkin #FF6E1C
Tints of Pumpkin #FF6E1C
RGB
CMYK
RGB Variations
Color information
#FF6E1C (or 0xFF6E1C) is known color: Pumpkin. HEX triplet: FF, 6E and 1C. RGB value is (255,110,28). Sum of RGB (Red+Green+Blue) = 255+110+28=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E1C is #0091E3. Grayscale: #909090. Windows color (decimal): -37348 or 1863423. OLE color: 1863423.
HSL color Cylindrical-coordinate representation of color #FF6E1C: hue angle of 21.67º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF6E1C is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 28 | - |
| CMYK | 0 | 0.57 | 0.89 | 0 |
| HSL | 21.67º | 1% | 0.55% | - |
| HSV(B) | 21.67º | 0.89% | 1% | - |
| XYZ | 47.03 | 32.5 | 4.89 | - |
| YUV | 144.01 | 62.54 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 28 | 0 | 0.57 | 0.89 | 0 | 21.67 | 1 | 0.55 |
| Hex | FF | 6E | 1C | 0 | 39 | 59 | 0 | 16 | 64 | 37 |
| Octal | 377 | 156 | 34 | 0 | 71 | 131 | 0 | 26 | 144 | 67 |
| Binary | 11111111 | 1101110 | 11100 | 0 | 111001 | 1011001 | 0 | 10110 | 1100100 | 110111 |
Color Harmonies of #FF6E1C
Complementary color
Monochromatic Colors of #FF6E1C
Black with #FF6E1C
Text Example
Text Example
White with #FF6E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E1C; }
p { color: rgb(255,110,28); }
H1.HeaderClassName
{
color: #FF6E1C;
}
.AnyTagClassName
{
color: #FF6E1C;
}
</style>
background-color css
<style>
a { background-color: #FF6E1C; }
a { background-color: rgb(255,110,28); }
div.DivClassName
{
background-color: #FF6E1C;
}
.BgClassName
{
background-color: #FF6E1C;
}
</style>
border-color css
<style>
span { border-color: #FF6E1C; }
span { border-color: rgb(255,110,28); }
td.TdClassName
{
border-color: #FF6E1C;
}
.TagClassName
{
border-color: #FF6E1C;
}
</style>