#FC7123

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

Shades of Pumpkin #FC7123

Tints of Pumpkin #FC7123

Color information

#FC7123 (or 0xFC7123) is unknown color: approx Pumpkin. HEX triplet: FC, 71 and 23. RGB value is (252,113,35). Sum of RGB (Red+Green+Blue) = 252+113+35=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7123 is #038EDC. Grayscale: #929292. Windows color (decimal): -233181 or 2322940. OLE color: 2322940.

HSL color Cylindrical-coordinate representation of color #FC7123: hue angle of 21.57º 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 #FC7123 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB25211335-
CMYK00.550.860.01
HSL21.57º97.31%56.27%-
HSV(B)21.57º86.11%98.82%-
XYZ46.3532.635.44-
YUV145.6765.55203.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 35 (14.06% from 255) = 8.75%
R=63%
G=28.25%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521133500.550.860.0121.5797.3156.27
HexFC7123037561166138
Octal3741614306712612614170
Binary111111001110001100011011011110101101101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7123; }

 p { color: rgb(252,113,35); }

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

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

 a { background-color: rgb(252,113,35); }

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

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

 span { border-color: rgb(252,113,35); }

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