Html Css Color HEX #FC6620 Pumpkin

📋 copy color: '#FC6620'

red 252 ◦ green 102 ◦ blue 32

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

Shades of Pumpkin #FC6620

Tints of Pumpkin #FC6620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.42%

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

R = 65.28%
G = 26.42%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6620 (or 0xFC6620) is known color: Pumpkin. HEX triplet: FC, 66 and 20. RGB value is (252,102,32). Sum of RGB (Red+Green+Blue) = 252+102+32=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6620 is #0399DF. Grayscale: #8B8B8B. Windows color (decimal): -236000 or 2123516. OLE color: 2123516.

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

Color convert

RGB 252 102 32 -
CMYK 0 0.60 0.87 0.01
HSL 19.09º 0.97% 0.56% -
HSV(B) 19.09º 0.87% 0.99% -
XYZ 45.16 30.3 4.84 -
YUV 138.87 67.7 208.69 -
System Red Green Blue C M Y K H S L
Decimal 252 102 32 0 0.60 0.87 0.01 19.09 0.97 0.56
Hex FC 66 20 0 3C 57 1 13 61 38
Octal 374 146 40 0 74 127 1 23 141 70
Binary 11111100 1100110 100000 0 111100 1010111 1 10011 1100001 111000

Color Harmonies of #FC6620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6620

Black with #FC6620

Text Example


Text Example

White with #FC6620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6620; }

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

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

background-color css

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

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

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

border-color css

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

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

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