Html Css Color HEX #FF8020 Pumpkin

📋 copy color: '#FF8020'

red 255 ◦ green 128 ◦ blue 32

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

Shades of Pumpkin #FF8020

Tints of Pumpkin #FF8020

RGB

 RED value IS 255 (100% from 255) = 61.45%

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

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

R = 61.45%
G = 30.84%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8020 (or 0xFF8020) is known color: Pumpkin. HEX triplet: FF, 80 and 20. RGB value is (255,128,32). Sum of RGB (Red+Green+Blue) = 255+128+32=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8020 is #007FDF. Grayscale: #9B9B9B. Windows color (decimal): -32736 or 2130175. OLE color: 2130175.

HSL color Cylindrical-coordinate representation of color #FF8020: hue angle of 25.83º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF8020 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 32 -
CMYK 0 0.50 0.87 0
HSL 25.83º 1% 0.56% -
HSV(B) 25.83º 0.87% 1% -
XYZ 49.22 36.8 5.88 -
YUV 155.03 58.58 199.31 -
System Red Green Blue C M Y K H S L
Decimal 255 128 32 0 0.50 0.87 0 25.83 1 0.56
Hex FF 80 20 0 32 57 0 1A 64 38
Octal 377 200 40 0 62 127 0 32 144 70
Binary 11111111 10000000 100000 0 110010 1010111 0 11010 1100100 111000

Color Harmonies of #FF8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8020

Black with #FF8020

Text Example


Text Example

White with #FF8020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8020; }

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

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

background-color css

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

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

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

border-color css

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

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

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