#FC7324

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

Shades of Pumpkin #FC7324

Tints of Pumpkin #FC7324

Color information

#FC7324 (or 0xFC7324) is unknown color: approx Pumpkin. HEX triplet: FC, 73 and 24. RGB value is (252,115,36). Sum of RGB (Red+Green+Blue) = 252+115+36=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7324 is #038CDB. Grayscale: #939393. Windows color (decimal): -232668 or 2388988. OLE color: 2388988.

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

Color convert

RGB25211536-
CMYK00.540.860.01
HSL21.94º97.3%56.47%-
HSV(B)21.94º85.71%98.82%-
XYZ46.5933.085.6-
YUV146.9665.39202.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.53%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 36 (14.45% from 255) = 8.93%
R=62.53%
G=28.54%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521153600.540.860.0121.9497.356.47
HexFC7324036561166138
Octal3741634406612612614170
Binary111111001110011100100011011010101101101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7324; }

 p { color: rgb(252,115,36); }

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

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

 a { background-color: rgb(252,115,36); }

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

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

 span { border-color: rgb(252,115,36); }

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