Shades of Pumpkin #FF861C
Tints of Pumpkin #FF861C
RGB
CMYK
RGB Variations
Color information
#FF861C (or 0xFF861C) is known color: Pumpkin. HEX triplet: FF, 86 and 1C. RGB value is (255,134,28). Sum of RGB (Red+Green+Blue) = 255+134+28=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF861C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF861C is #0079E3. Grayscale: #9E9E9E. Windows color (decimal): -31204 or 1869567. OLE color: 1869567.
HSL color Cylindrical-coordinate representation of color #FF861C: hue angle of 28.02º 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 #FF861C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0 |
| HSL | 28.02º | 1% | 0.55% | - |
| HSV(B) | 28.02º | 0.89% | 1% | - |
| XYZ | 49.97 | 38.39 | 5.88 | - |
| YUV | 158.1 | 54.59 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 28 | 0 | 0.47 | 0.89 | 0 | 28.02 | 1 | 0.55 |
| Hex | FF | 86 | 1C | 0 | 2F | 59 | 0 | 1C | 64 | 37 |
| Octal | 377 | 206 | 34 | 0 | 57 | 131 | 0 | 34 | 144 | 67 |
| Binary | 11111111 | 10000110 | 11100 | 0 | 101111 | 1011001 | 0 | 11100 | 1100100 | 110111 |
Color Harmonies of #FF861C
Complementary color
Monochromatic Colors of #FF861C
Black with #FF861C
Text Example
Text Example
White with #FF861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF861C; }
p { color: rgb(255,134,28); }
H1.HeaderClassName
{
color: #FF861C;
}
.AnyTagClassName
{
color: #FF861C;
}
</style>
background-color css
<style>
a { background-color: #FF861C; }
a { background-color: rgb(255,134,28); }
div.DivClassName
{
background-color: #FF861C;
}
.BgClassName
{
background-color: #FF861C;
}
</style>
border-color css
<style>
span { border-color: #FF861C; }
span { border-color: rgb(255,134,28); }
td.TdClassName
{
border-color: #FF861C;
}
.TagClassName
{
border-color: #FF861C;
}
</style>