#FC6E12

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

Shades of Pumpkin #FC6E12

Tints of Pumpkin #FC6E12

Color information

#FC6E12 (or 0xFC6E12) is unknown color: approx Pumpkin. HEX triplet: FC, 6E and 12. RGB value is (252,110,18). Sum of RGB (Red+Green+Blue) = 252+110+18=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E12 is #0391ED. Grayscale: #8E8E8E. Windows color (decimal): -233966 or 1208060. OLE color: 1208060.

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

Color convert

RGB25211018-
CMYK00.560.930.01
HSL23.59º97.5%52.94%-
HSV(B)23.59º92.86%98.82%-
XYZ45.8331.894.31-
YUV141.9758.04206.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.32%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=66.32%
G=28.95%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521101800.560.930.0123.5997.552.94
HexFC6E120385D1186235
Octal3741562207013513014265
Binary11111100110111010010011100010111011110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6E12; }

 p { color: rgb(252,110,18); }

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

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

 a { background-color: rgb(252,110,18); }

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

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

 span { border-color: rgb(252,110,18); }

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