Html Css Color HEX #FC7020 Pumpkin

📋 copy color: '#FC7020'

red 252 ◦ green 112 ◦ blue 32

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

Shades of Pumpkin #FC7020

Tints of Pumpkin #FC7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 63.64%
G = 28.28%
B = 8.08%

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

#FC7020 (or 0xFC7020) is known color: Pumpkin. HEX triplet: FC, 70 and 20. RGB value is (252,112,32). Sum of RGB (Red+Green+Blue) = 252+112+32=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7020 is #038FDF. Grayscale: #919191. Windows color (decimal): -233440 or 2126076. OLE color: 2126076.

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

Color convert

RGB 252 112 32 -
CMYK 0 0.56 0.87 0.01
HSL 21.82º 0.97% 0.56% -
HSV(B) 21.82º 0.87% 0.99% -
XYZ 46.2 32.39 5.18 -
YUV 144.74 64.38 204.5 -
System Red Green Blue C M Y K H S L
Decimal 252 112 32 0 0.56 0.87 0.01 21.82 0.97 0.56
Hex FC 70 20 0 38 57 1 16 61 38
Octal 374 160 40 0 70 127 1 26 141 70
Binary 11111100 1110000 100000 0 111000 1010111 1 10110 1100001 111000

Color Harmonies of #FC7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7020

Black with #FC7020

Text Example


Text Example

White with #FC7020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7020; }

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

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

background-color css

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

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

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

border-color css

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

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

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