Html Css Color HEX #FC6E20 Pumpkin

📋 copy color: '#FC6E20'

red 252 ◦ green 110 ◦ blue 32

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

Shades of Pumpkin #FC6E20

Tints of Pumpkin #FC6E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

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

R = 63.96%
G = 27.92%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6E20 (or 0xFC6E20) is known color: Pumpkin. HEX triplet: FC, 6E and 20. RGB value is (252,110,32). Sum of RGB (Red+Green+Blue) = 252+110+32=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E20 is #0391DF. Grayscale: #909090. Windows color (decimal): -233952 or 2125564. OLE color: 2125564.

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

Color convert

RGB 252 110 32 -
CMYK 0 0.56 0.87 0.01
HSL 21.27º 0.97% 0.56% -
HSV(B) 21.27º 0.87% 0.99% -
XYZ 45.98 31.95 5.11 -
YUV 143.57 65.04 205.34 -
System Red Green Blue C M Y K H S L
Decimal 252 110 32 0 0.56 0.87 0.01 21.27 0.97 0.56
Hex FC 6E 20 0 38 57 1 15 61 38
Octal 374 156 40 0 70 127 1 25 141 70
Binary 11111100 1101110 100000 0 111000 1010111 1 10101 1100001 111000

Color Harmonies of #FC6E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E20

Black with #FC6E20

Text Example


Text Example

White with #FC6E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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