Html Css Color HEX #FC6320 Pumpkin

📋 copy color: '#FC6320'

red 252 ◦ green 99 ◦ blue 32

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

Shades of Pumpkin #FC6320

Tints of Pumpkin #FC6320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

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

R = 65.8%
G = 25.85%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6320 (or 0xFC6320) is known color: Pumpkin. HEX triplet: FC, 63 and 20. RGB value is (252,99,32). Sum of RGB (Red+Green+Blue) = 252+99+32=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6320 is #039CDF. Grayscale: #898989. Windows color (decimal): -236768 or 2122748. OLE color: 2122748.

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

Color convert

RGB 252 99 32 -
CMYK 0 0.61 0.87 0.01
HSL 18.27º 0.97% 0.56% -
HSV(B) 18.27º 0.87% 0.99% -
XYZ 44.87 29.72 4.74 -
YUV 137.11 68.69 209.95 -
System Red Green Blue C M Y K H S L
Decimal 252 99 32 0 0.61 0.87 0.01 18.27 0.97 0.56
Hex FC 63 20 0 3D 57 1 12 61 38
Octal 374 143 40 0 75 127 1 22 141 70
Binary 11111100 1100011 100000 0 111101 1010111 1 10010 1100001 111000

Color Harmonies of #FC6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6320

Black with #FC6320

Text Example


Text Example

White with #FC6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6320; }

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

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

background-color css

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

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

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

border-color css

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

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

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