#FC6B20

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

Shades of Pumpkin #FC6B20

Tints of Pumpkin #FC6B20

Color information

#FC6B20 (or 0xFC6B20) is unknown color: approx Pumpkin. HEX triplet: FC, 6B and 20. RGB value is (252,107,32). Sum of RGB (Red+Green+Blue) = 252+107+32=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6B20 is #0394DF. Grayscale: #8E8E8E. Windows color (decimal): -234720 or 2124796. OLE color: 2124796.

HSL color Cylindrical-coordinate representation of color #FC6B20: hue angle of 20.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC6B20 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB25210732-
CMYK00.580.870.01
HSL20.45º97.35%55.69%-
HSV(B)20.45º87.3%98.82%-
XYZ45.6631.325-
YUV141.866.04206.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.45%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 32 (12.89% from 255) = 8.18%
R=64.45%
G=27.37%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521073200.580.870.0120.4597.3555.69
HexFC6B2003A571146138
Octal3741534007212712414170
Binary111111001101011100000011101010101111101001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B20; }

 p { color: rgb(252,107,32); }

 H1.HeaderClassName
 {
   color: #FC6B20;
 }
 .AnyTagClassName
 {
   color: #FC6B20;
 }
</style>
background-color css

<style>
 a { background-color: #FC6B20; }

 a { background-color: rgb(252,107,32); }

 div.DivClassName
 {
   background-color: #FC6B20;
 }
 .BgClassName
 {
   background-color: #FC6B20;
 }
</style>
border-color css

<style>
 span { border-color: #FC6B20; }

 span { border-color: rgb(252,107,32); }

 td.TdClassName
 {
   border-color: #FC6B20;
 }
 .TagClassName
 {
   border-color: #FC6B20;
 }
</style>