Html Css Color HEX #FF8620 Pumpkin

📋 copy color: '#FF8620'

red 255 ◦ green 134 ◦ blue 32

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

Shades of Pumpkin #FF8620

Tints of Pumpkin #FF8620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.83%

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

R = 60.57%
G = 31.83%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8620 (or 0xFF8620) is known color: Pumpkin. HEX triplet: FF, 86 and 20. RGB value is (255,134,32). Sum of RGB (Red+Green+Blue) = 255+134+32=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8620 is #0079DF. Grayscale: #9F9F9F. Windows color (decimal): -31200 or 2131711. OLE color: 2131711.

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

Color convert

RGB 255 134 32 -
CMYK 0 0.47 0.87 0
HSL 27.44º 1% 0.56% -
HSV(B) 27.44º 0.87% 1% -
XYZ 50.03 38.41 6.14 -
YUV 158.55 56.59 196.79 -
System Red Green Blue C M Y K H S L
Decimal 255 134 32 0 0.47 0.87 0 27.44 1 0.56
Hex FF 86 20 0 2F 57 0 1B 64 38
Octal 377 206 40 0 57 127 0 33 144 70
Binary 11111111 10000110 100000 0 101111 1010111 0 11011 1100100 111000

Color Harmonies of #FF8620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8620

Black with #FF8620

Text Example


Text Example

White with #FF8620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8620; }

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

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

background-color css

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

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

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

border-color css

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

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

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