Html Css Color HEX #FF6820 Pumpkin

📋 copy color: '#FF6820'

red 255 ◦ green 104 ◦ blue 32

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

Shades of Pumpkin #FF6820

Tints of Pumpkin #FF6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

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

R = 65.22%
G = 26.6%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF6820 (or 0xFF6820) is known color: Pumpkin. HEX triplet: FF, 68 and 20. RGB value is (255,104,32). Sum of RGB (Red+Green+Blue) = 255+104+32=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6820 is #0097DF. Grayscale: #8D8D8D. Windows color (decimal): -38880 or 2124031. OLE color: 2124031.

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

Color convert

RGB 255 104 32 -
CMYK 0 0.59 0.87 0
HSL 19.37º 1% 0.56% -
HSV(B) 19.37º 0.87% 1% -
XYZ 46.45 31.26 4.95 -
YUV 140.94 66.53 209.35 -
System Red Green Blue C M Y K H S L
Decimal 255 104 32 0 0.59 0.87 0 19.37 1 0.56
Hex FF 68 20 0 3B 57 0 13 64 38
Octal 377 150 40 0 73 127 0 23 144 70
Binary 11111111 1101000 100000 0 111011 1010111 0 10011 1100100 111000

Color Harmonies of #FF6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6820

Black with #FF6820

Text Example


Text Example

White with #FF6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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