Shades of Pumpkin #FF8618
Tints of Pumpkin #FF8618
RGB
CMYK
RGB Variations
Color information
#FF8618 (or 0xFF8618) is known color: Pumpkin. HEX triplet: FF, 86 and 18. RGB value is (255,134,24). Sum of RGB (Red+Green+Blue) = 255+134+24=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8618 is #0079E7. Grayscale: #9E9E9E. Windows color (decimal): -31208 or 1607423. OLE color: 1607423.
HSL color Cylindrical-coordinate representation of color #FF8618: hue angle of 28.57º 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 #FF8618 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 24 | - |
| CMYK | 0 | 0.47 | 0.91 | 0 |
| HSL | 28.57º | 1% | 0.55% | - |
| HSV(B) | 28.57º | 0.91% | 1% | - |
| XYZ | 49.93 | 38.38 | 5.64 | - |
| YUV | 157.64 | 52.59 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 24 | 0 | 0.47 | 0.91 | 0 | 28.57 | 1 | 0.55 |
| Hex | FF | 86 | 18 | 0 | 2F | 5B | 0 | 1D | 64 | 37 |
| Octal | 377 | 206 | 30 | 0 | 57 | 133 | 0 | 35 | 144 | 67 |
| Binary | 11111111 | 10000110 | 11000 | 0 | 101111 | 1011011 | 0 | 11101 | 1100100 | 110111 |
Color Harmonies of #FF8618
Complementary color
Monochromatic Colors of #FF8618
Black with #FF8618
Text Example
Text Example
White with #FF8618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8618; }
p { color: rgb(255,134,24); }
H1.HeaderClassName
{
color: #FF8618;
}
.AnyTagClassName
{
color: #FF8618;
}
</style>
background-color css
<style>
a { background-color: #FF8618; }
a { background-color: rgb(255,134,24); }
div.DivClassName
{
background-color: #FF8618;
}
.BgClassName
{
background-color: #FF8618;
}
</style>
border-color css
<style>
span { border-color: #FF8618; }
span { border-color: rgb(255,134,24); }
td.TdClassName
{
border-color: #FF8618;
}
.TagClassName
{
border-color: #FF8618;
}
</style>