Shades of Pumpkin #FC861A
Tints of Pumpkin #FC861A
RGB
CMYK
RGB Variations
Color information
#FC861A (or 0xFC861A) is known color: Pumpkin. HEX triplet: FC, 86 and 1A. RGB value is (252,134,26). Sum of RGB (Red+Green+Blue) = 252+134+26=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC861A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC861A is #0379E5. Grayscale: #9D9D9D. Windows color (decimal): -227814 or 1738492. OLE color: 1738492.
HSL color Cylindrical-coordinate representation of color #FC861A: hue angle of 28.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC861A is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 134 | 26 | - |
CMYK | 0 | 0.47 | 0.90 | 0.01 |
HSL | 28.67º | 0.97% | 0.55% | - |
HSV(B) | 28.67º | 0.9% | 0.99% | - |
XYZ | 48.86 | 37.82 | 5.7 | - |
YUV | 156.97 | 54.09 | 195.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 134 | 26 | 0 | 0.47 | 0.90 | 0.01 | 28.67 | 0.97 | 0.55 |
Hex | FC | 86 | 1A | 0 | 2F | 5A | 1 | 1D | 61 | 37 |
Octal | 374 | 206 | 32 | 0 | 57 | 132 | 1 | 35 | 141 | 67 |
Binary | 11111100 | 10000110 | 11010 | 0 | 101111 | 1011010 | 1 | 11101 | 1100001 | 110111 |
Color Harmonies of #FC861A
Complementary color
Monochromatic Colors of #FC861A
Black with #FC861A
Text Example
Text Example
White with #FC861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC861A; }
p { color: rgb(252,134,26); }
H1.HeaderClassName
{
color: #FC861A;
}
.AnyTagClassName
{
color: #FC861A;
}
</style>
background-color css
<style>
a { background-color: #FC861A; }
a { background-color: rgb(252,134,26); }
div.DivClassName
{
background-color: #FC861A;
}
.BgClassName
{
background-color: #FC861A;
}
</style>
border-color css
<style>
span { border-color: #FC861A; }
span { border-color: rgb(252,134,26); }
td.TdClassName
{
border-color: #FC861A;
}
.TagClassName
{
border-color: #FC861A;
}
</style>