Html Css Color HEX #FC8020 Pumpkin

📋 copy color: '#FC8020'

red 252 ◦ green 128 ◦ blue 32

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

Shades of Pumpkin #FC8020

Tints of Pumpkin #FC8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

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

R = 61.17%
G = 31.07%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC8020 (or 0xFC8020) is known color: Pumpkin. HEX triplet: FC, 80 and 20. RGB value is (252,128,32). Sum of RGB (Red+Green+Blue) = 252+128+32=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8020 is #037FDF. Grayscale: #9A9A9A. Windows color (decimal): -229344 or 2130172. OLE color: 2130172.

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

Color convert

RGB 252 128 32 -
CMYK 0 0.49 0.87 0.01
HSL 26.18º 0.97% 0.56% -
HSV(B) 26.18º 0.87% 0.99% -
XYZ 48.12 36.24 5.82 -
YUV 154.13 59.08 197.81 -
System Red Green Blue C M Y K H S L
Decimal 252 128 32 0 0.49 0.87 0.01 26.18 0.97 0.56
Hex FC 80 20 0 31 57 1 1A 61 38
Octal 374 200 40 0 61 127 1 32 141 70
Binary 11111100 10000000 100000 0 110001 1010111 1 11010 1100001 111000

Color Harmonies of #FC8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8020

Black with #FC8020

Text Example


Text Example

White with #FC8020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8020; }

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

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

background-color css

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

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

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

border-color css

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

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

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