Html Css Color HEX #FF6B20 Pumpkin

📋 copy color: '#FF6B20'

red 255 ◦ green 107 ◦ blue 32

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

Shades of Pumpkin #FF6B20

Tints of Pumpkin #FF6B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

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

R = 64.72%
G = 27.16%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF6B20 (or 0xFF6B20) is known color: Pumpkin. HEX triplet: FF, 6B and 20. RGB value is (255,107,32). Sum of RGB (Red+Green+Blue) = 255+107+32=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6B20 is #0094DF. Grayscale: #8F8F8F. Windows color (decimal): -38112 or 2124799. OLE color: 2124799.

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

Color convert

RGB 255 107 32 -
CMYK 0 0.58 0.87 0
HSL 20.18º 1% 0.56% -
HSV(B) 20.18º 0.87% 1% -
XYZ 46.76 31.88 5.06 -
YUV 142.7 65.53 208.1 -
System Red Green Blue C M Y K H S L
Decimal 255 107 32 0 0.58 0.87 0 20.18 1 0.56
Hex FF 6B 20 0 3A 57 0 14 64 38
Octal 377 153 40 0 72 127 0 24 144 70
Binary 11111111 1101011 100000 0 111010 1010111 0 10100 1100100 111000

Color Harmonies of #FF6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B20

Black with #FF6B20

Text Example


Text Example

White with #FF6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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