Shades of Pumpkin #FF6E18
Tints of Pumpkin #FF6E18
RGB
CMYK
RGB Variations
Color information
#FF6E18 (or 0xFF6E18) is known color: Pumpkin. HEX triplet: FF, 6E and 18. RGB value is (255,110,24). Sum of RGB (Red+Green+Blue) = 255+110+24=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E18 is #0091E7. Grayscale: #909090. Windows color (decimal): -37352 or 1601279. OLE color: 1601279.
HSL color Cylindrical-coordinate representation of color #FF6E18: hue angle of 22.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF6E18 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 24 | - |
| CMYK | 0 | 0.57 | 0.91 | 0 |
| HSL | 22.34º | 1% | 0.55% | - |
| HSV(B) | 22.34º | 0.91% | 1% | - |
| XYZ | 46.98 | 32.48 | 4.66 | - |
| YUV | 143.55 | 60.54 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 24 | 0 | 0.57 | 0.91 | 0 | 22.34 | 1 | 0.55 |
| Hex | FF | 6E | 18 | 0 | 39 | 5B | 0 | 16 | 64 | 37 |
| Octal | 377 | 156 | 30 | 0 | 71 | 133 | 0 | 26 | 144 | 67 |
| Binary | 11111111 | 1101110 | 11000 | 0 | 111001 | 1011011 | 0 | 10110 | 1100100 | 110111 |
Color Harmonies of #FF6E18
Complementary color
Monochromatic Colors of #FF6E18
Black with #FF6E18
Text Example
Text Example
White with #FF6E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E18; }
p { color: rgb(255,110,24); }
H1.HeaderClassName
{
color: #FF6E18;
}
.AnyTagClassName
{
color: #FF6E18;
}
</style>
background-color css
<style>
a { background-color: #FF6E18; }
a { background-color: rgb(255,110,24); }
div.DivClassName
{
background-color: #FF6E18;
}
.BgClassName
{
background-color: #FF6E18;
}
</style>
border-color css
<style>
span { border-color: #FF6E18; }
span { border-color: rgb(255,110,24); }
td.TdClassName
{
border-color: #FF6E18;
}
.TagClassName
{
border-color: #FF6E18;
}
</style>