Shades of Pumpkin #FF6E0C
Tints of Pumpkin #FF6E0C
RGB
CMYK
RGB Variations
Color information
#FF6E0C (or 0xFF6E0C) is known color: Pumpkin. HEX triplet: FF, 6E and 0C. RGB value is (255,110,12). Sum of RGB (Red+Green+Blue) = 255+110+12=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E0C is #0091F3. Grayscale: #8E8E8E. Windows color (decimal): -37364 or 814847. OLE color: 814847.
HSL color Cylindrical-coordinate representation of color #FF6E0C: hue angle of 24.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF6E0C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0 |
| HSL | 24.2º | 1% | 0.52% | - |
| HSV(B) | 24.2º | 0.95% | 1% | - |
| XYZ | 46.88 | 32.44 | 4.14 | - |
| YUV | 142.18 | 54.54 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 12 | 0 | 0.57 | 0.95 | 0 | 24.2 | 1 | 0.52 |
| Hex | FF | 6E | C | 0 | 39 | 5F | 0 | 18 | 64 | 34 |
| Octal | 377 | 156 | 14 | 0 | 71 | 137 | 0 | 30 | 144 | 64 |
| Binary | 11111111 | 1101110 | 1100 | 0 | 111001 | 1011111 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6E0C
Complementary color
Monochromatic Colors of #FF6E0C
Black with #FF6E0C
Text Example
Text Example
White with #FF6E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E0C; }
p { color: rgb(255,110,12); }
H1.HeaderClassName
{
color: #FF6E0C;
}
.AnyTagClassName
{
color: #FF6E0C;
}
</style>
background-color css
<style>
a { background-color: #FF6E0C; }
a { background-color: rgb(255,110,12); }
div.DivClassName
{
background-color: #FF6E0C;
}
.BgClassName
{
background-color: #FF6E0C;
}
</style>
border-color css
<style>
span { border-color: #FF6E0C; }
span { border-color: rgb(255,110,12); }
td.TdClassName
{
border-color: #FF6E0C;
}
.TagClassName
{
border-color: #FF6E0C;
}
</style>