Html Css Color HEX #FF6320 Pumpkin

📋 copy color: '#FF6320'

red 255 ◦ green 99 ◦ blue 32

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

Shades of Pumpkin #FF6320

Tints of Pumpkin #FF6320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 66.06%
G = 25.65%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF6320 (or 0xFF6320) is known color: Pumpkin. HEX triplet: FF, 63 and 20. RGB value is (255,99,32). Sum of RGB (Red+Green+Blue) = 255+99+32=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6320 is #009CDF. Grayscale: #8A8A8A. Windows color (decimal): -40160 or 2122751. OLE color: 2122751.

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

Color convert

RGB 255 99 32 -
CMYK 0 0.61 0.87 0
HSL 18.03º 1% 0.56% -
HSV(B) 18.03º 0.87% 1% -
XYZ 45.96 30.29 4.79 -
YUV 138.01 68.18 211.45 -
System Red Green Blue C M Y K H S L
Decimal 255 99 32 0 0.61 0.87 0 18.03 1 0.56
Hex FF 63 20 0 3D 57 0 12 64 38
Octal 377 143 40 0 75 127 0 22 144 70
Binary 11111111 1100011 100000 0 111101 1010111 0 10010 1100100 111000

Color Harmonies of #FF6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6320

Black with #FF6320

Text Example


Text Example

White with #FF6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6320; }

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

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

background-color css

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

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

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

border-color css

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

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

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