#FC861A

Color #FC861A Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #FC861A

Tints of Pumpkin #FC861A

Color information

#FC861A (or 0xFC861A) is unknown color: approx 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

RGB25213426-
CMYK00.470.900.01
HSL28.67º97.41%54.51%-
HSV(B)28.67º89.68%98.82%-
XYZ48.8637.825.7-
YUV156.9754.09195.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 61.17%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 26 (10.55% from 255) = 6.31%
R=61.17%
G=32.52%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521342600.470.900.0128.6797.4154.51
HexFC861A02F5A11d6137
Octal3742063205713213514167
Binary111111001000011011010010111110110101111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>