Html Css Color HEX #FC6920 Pumpkin

📋 copy color: '#FC6920'

red 252 ◦ green 105 ◦ blue 32

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

Shades of Pumpkin #FC6920

Tints of Pumpkin #FC6920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 64.78%
G = 26.99%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6920 (or 0xFC6920) is known color: Pumpkin. HEX triplet: FC, 69 and 20. RGB value is (252,105,32). Sum of RGB (Red+Green+Blue) = 252+105+32=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6920 is #0396DF. Grayscale: #8D8D8D. Windows color (decimal): -235232 or 2124284. OLE color: 2124284.

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

Color convert

RGB 252 105 32 -
CMYK 0 0.58 0.87 0.01
HSL 19.91º 0.97% 0.56% -
HSV(B) 19.91º 0.87% 0.99% -
XYZ 45.46 30.9 4.94 -
YUV 140.63 66.7 207.44 -
System Red Green Blue C M Y K H S L
Decimal 252 105 32 0 0.58 0.87 0.01 19.91 0.97 0.56
Hex FC 69 20 0 3A 57 1 14 61 38
Octal 374 151 40 0 72 127 1 24 141 70
Binary 11111100 1101001 100000 0 111010 1010111 1 10100 1100001 111000

Color Harmonies of #FC6920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6920

Black with #FC6920

Text Example


Text Example

White with #FC6920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6920; }

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

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

background-color css

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

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

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

border-color css

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

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

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