Shades of Pumpkin #FC861E
Tints of Pumpkin #FC861E
RGB
CMYK
RGB Variations
Color information
#FC861E (or 0xFC861E) is known color: Pumpkin. HEX triplet: FC, 86 and 1E. RGB value is (252,134,30). Sum of RGB (Red+Green+Blue) = 252+134+30=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC861E is #0379E1. Grayscale: #9D9D9D. Windows color (decimal): -227810 or 2000636. OLE color: 2000636.
HSL color Cylindrical-coordinate representation of color #FC861E: hue angle of 28.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC861E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 30 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.01 |
| HSL | 28.11º | 0.97% | 0.55% | - |
| HSV(B) | 28.11º | 0.88% | 0.99% | - |
| XYZ | 48.9 | 37.84 | 5.95 | - |
| YUV | 157.43 | 56.09 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 30 | 0 | 0.47 | 0.88 | 0.01 | 28.11 | 0.97 | 0.55 |
| Hex | FC | 86 | 1E | 0 | 2F | 58 | 1 | 1C | 61 | 37 |
| Octal | 374 | 206 | 36 | 0 | 57 | 130 | 1 | 34 | 141 | 67 |
| Binary | 11111100 | 10000110 | 11110 | 0 | 101111 | 1011000 | 1 | 11100 | 1100001 | 110111 |
Color Harmonies of #FC861E
Complementary color
Monochromatic Colors of #FC861E
Black with #FC861E
Text Example
Text Example
White with #FC861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC861E; }
p { color: rgb(252,134,30); }
H1.HeaderClassName
{
color: #FC861E;
}
.AnyTagClassName
{
color: #FC861E;
}
</style>
background-color css
<style>
a { background-color: #FC861E; }
a { background-color: rgb(252,134,30); }
div.DivClassName
{
background-color: #FC861E;
}
.BgClassName
{
background-color: #FC861E;
}
</style>
border-color css
<style>
span { border-color: #FC861E; }
span { border-color: rgb(252,134,30); }
td.TdClassName
{
border-color: #FC861E;
}
.TagClassName
{
border-color: #FC861E;
}
</style>