#FC7F24

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

Shades of Pumpkin #FC7F24

Tints of Pumpkin #FC7F24

Color information

#FC7F24 (or 0xFC7F24) is unknown color: approx Pumpkin. HEX triplet: FC, 7F and 24. RGB value is (252,127,36). Sum of RGB (Red+Green+Blue) = 252+127+36=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F24 is #0380DB. Grayscale: #9A9A9A. Windows color (decimal): -229596 or 2392060. OLE color: 2392060.

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

Color convert

RGB25212736-
CMYK00.500.860.01
HSL25.28º97.3%56.47%-
HSV(B)25.28º85.71%98.82%-
XYZ48.05366.09-
YUV15461.41197.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.72%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 36 (14.45% from 255) = 8.67%
R=60.72%
G=30.60%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521273600.500.860.0125.2897.356.47
HexFC7F24032561196138
Octal3741774406212613114170
Binary111111001111111100100011001010101101110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F24; }

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

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

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

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

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

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

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

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