Html Css Color HEX #FC6820 Pumpkin

📋 copy color: '#FC6820'

red 252 ◦ green 104 ◦ blue 32

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

Shades of Pumpkin #FC6820

Tints of Pumpkin #FC6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

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

R = 64.95%
G = 26.8%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6820 (or 0xFC6820) is known color: Pumpkin. HEX triplet: FC, 68 and 20. RGB value is (252,104,32). Sum of RGB (Red+Green+Blue) = 252+104+32=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6820 is #0397DF. Grayscale: #8C8C8C. Windows color (decimal): -235488 or 2124028. OLE color: 2124028.

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

Color convert

RGB 252 104 32 -
CMYK 0 0.59 0.87 0.01
HSL 19.64º 0.97% 0.56% -
HSV(B) 19.64º 0.87% 0.99% -
XYZ 45.36 30.7 4.9 -
YUV 140.04 67.03 207.85 -
System Red Green Blue C M Y K H S L
Decimal 252 104 32 0 0.59 0.87 0.01 19.64 0.97 0.56
Hex FC 68 20 0 3B 57 1 14 61 38
Octal 374 150 40 0 73 127 1 24 141 70
Binary 11111100 1101000 100000 0 111011 1010111 1 10100 1100001 111000

Color Harmonies of #FC6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6820

Black with #FC6820

Text Example


Text Example

White with #FC6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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