Html Css Color HEX #FC8220 Pumpkin

📋 copy color: '#FC8220'

red 252 ◦ green 130 ◦ blue 32

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

Shades of Pumpkin #FC8220

Tints of Pumpkin #FC8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.4%

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

R = 60.87%
G = 31.4%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC8220 (or 0xFC8220) is known color: Pumpkin. HEX triplet: FC, 82 and 20. RGB value is (252,130,32). Sum of RGB (Red+Green+Blue) = 252+130+32=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8220 is #037DDF. Grayscale: #9B9B9B. Windows color (decimal): -228832 or 2130684. OLE color: 2130684.

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

Color convert

RGB 252 130 32 -
CMYK 0 0.48 0.87 0.01
HSL 26.73º 0.97% 0.56% -
HSV(B) 26.73º 0.87% 0.99% -
XYZ 48.39 36.77 5.91 -
YUV 155.31 58.42 196.97 -
System Red Green Blue C M Y K H S L
Decimal 252 130 32 0 0.48 0.87 0.01 26.73 0.97 0.56
Hex FC 82 20 0 30 57 1 1B 61 38
Octal 374 202 40 0 60 127 1 33 141 70
Binary 11111100 10000010 100000 0 110000 1010111 1 11011 1100001 111000

Color Harmonies of #FC8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8220

Black with #FC8220

Text Example


Text Example

White with #FC8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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