Html Css Color HEX #FC6520 Pumpkin

📋 copy color: '#FC6520'

red 252 ◦ green 101 ◦ blue 32

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

Shades of Pumpkin #FC6520

Tints of Pumpkin #FC6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

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

R = 65.45%
G = 26.23%
B = 8.31%

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

#FC6520 (or 0xFC6520) is known color: Pumpkin. HEX triplet: FC, 65 and 20. RGB value is (252,101,32). Sum of RGB (Red+Green+Blue) = 252+101+32=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6520 is #039ADF. Grayscale: #8A8A8A. Windows color (decimal): -236256 or 2123260. OLE color: 2123260.

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

Color convert

RGB 252 101 32 -
CMYK 0 0.60 0.87 0.01
HSL 18.82º 0.97% 0.56% -
HSV(B) 18.82º 0.87% 0.99% -
XYZ 45.06 30.11 4.8 -
YUV 138.28 68.03 209.11 -
System Red Green Blue C M Y K H S L
Decimal 252 101 32 0 0.60 0.87 0.01 18.82 0.97 0.56
Hex FC 65 20 0 3C 57 1 13 61 38
Octal 374 145 40 0 74 127 1 23 141 70
Binary 11111100 1100101 100000 0 111100 1010111 1 10011 1100001 111000

Color Harmonies of #FC6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6520

Black with #FC6520

Text Example


Text Example

White with #FC6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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