Html Css Color HEX #FC7320 Pumpkin

📋 copy color: '#FC7320'

red 252 ◦ green 115 ◦ blue 32

#FC7320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #FC7320

Tints of Pumpkin #FC7320

RGB

 RED value IS 252 (98.83% from 255) = 63.16%

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 63.16%
G = 28.82%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC7320 (or 0xFC7320) is known color: Pumpkin. HEX triplet: FC, 73 and 20. RGB value is (252,115,32). Sum of RGB (Red+Green+Blue) = 252+115+32=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7320 is #038CDF. Grayscale: #929292. Windows color (decimal): -232672 or 2126844. OLE color: 2126844.

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

Color convert

RGB 252 115 32 -
CMYK 0 0.54 0.87 0.01
HSL 22.64º 0.97% 0.56% -
HSV(B) 22.64º 0.87% 0.99% -
XYZ 46.54 33.06 5.3 -
YUV 146.5 63.39 203.25 -
System Red Green Blue C M Y K H S L
Decimal 252 115 32 0 0.54 0.87 0.01 22.64 0.97 0.56
Hex FC 73 20 0 36 57 1 17 61 38
Octal 374 163 40 0 66 127 1 27 141 70
Binary 11111100 1110011 100000 0 110110 1010111 1 10111 1100001 111000

Color Harmonies of #FC7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7320

Black with #FC7320

Text Example


Text Example

White with #FC7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7320; }

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

 H1.HeaderClassName
 {
   color: #FC7320;
 }
 .AnyTagClassName
 {
   color: #FC7320;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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