#FC7C22

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

Shades of Pumpkin #FC7C22

Tints of Pumpkin #FC7C22

Color information

#FC7C22 (or 0xFC7C22) is unknown color: approx Pumpkin. HEX triplet: FC, 7C and 22. RGB value is (252,124,34). Sum of RGB (Red+Green+Blue) = 252+124+34=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C22 is #0383DD. Grayscale: #989898. Windows color (decimal): -230366 or 2260220. OLE color: 2260220.

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

Color convert

RGB25212434-
CMYK00.510.870.01
HSL24.77º97.32%56.08%-
HSV(B)24.77º86.51%98.82%-
XYZ47.6435.235.8-
YUV152.0161.41199.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.46%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 34 (13.67% from 255) = 8.29%
R=61.46%
G=30.24%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521243400.510.870.0124.7797.3256.08
HexFC7C22033571196138
Octal3741744206312713114170
Binary111111001111100100010011001110101111110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C22; }

 p { color: rgb(252,124,34); }

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

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

 a { background-color: rgb(252,124,34); }

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

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

 span { border-color: rgb(252,124,34); }

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