Html Css Color HEX #FF6620 Pumpkin

📋 copy color: '#FF6620'

red 255 ◦ green 102 ◦ blue 32

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

Shades of Pumpkin #FF6620

Tints of Pumpkin #FF6620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.22%

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

R = 65.55%
G = 26.22%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF6620 (or 0xFF6620) is known color: Pumpkin. HEX triplet: FF, 66 and 20. RGB value is (255,102,32). Sum of RGB (Red+Green+Blue) = 255+102+32=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6620 is #0099DF. Grayscale: #8C8C8C. Windows color (decimal): -39392 or 2123519. OLE color: 2123519.

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

Color convert

RGB 255 102 32 -
CMYK 0 0.6 0.87 0
HSL 18.83º 1% 0.56% -
HSV(B) 18.83º 0.87% 1% -
XYZ 46.25 30.87 4.89 -
YUV 139.77 67.19 210.19 -
System Red Green Blue C M Y K H S L
Decimal 255 102 32 0 0.6 0.87 0 18.83 1 0.56
Hex FF 66 20 0 3C 57 0 13 64 38
Octal 377 146 40 0 74 127 0 23 144 70
Binary 11111111 1100110 100000 0 111100 1010111 0 10011 1100100 111000

Color Harmonies of #FF6620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6620

Black with #FF6620

Text Example


Text Example

White with #FF6620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6620; }

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

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

background-color css

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

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

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

border-color css

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

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

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