Html Css Color HEX #FF8320 Pumpkin

📋 copy color: '#FF8320'

red 255 ◦ green 131 ◦ blue 32

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

Shades of Pumpkin #FF8320

Tints of Pumpkin #FF8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 61%
G = 31.34%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8320 (or 0xFF8320) is known color: Pumpkin. HEX triplet: FF, 83 and 20. RGB value is (255,131,32). Sum of RGB (Red+Green+Blue) = 255+131+32=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8320 is #007CDF. Grayscale: #9D9D9D. Windows color (decimal): -31968 or 2130943. OLE color: 2130943.

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

Color convert

RGB 255 131 32 -
CMYK 0 0.49 0.87 0
HSL 26.64º 1% 0.56% -
HSV(B) 26.64º 0.87% 1% -
XYZ 49.62 37.6 6.01 -
YUV 156.79 57.58 198.05 -
System Red Green Blue C M Y K H S L
Decimal 255 131 32 0 0.49 0.87 0 26.64 1 0.56
Hex FF 83 20 0 31 57 0 1B 64 38
Octal 377 203 40 0 61 127 0 33 144 70
Binary 11111111 10000011 100000 0 110001 1010111 0 11011 1100100 111000

Color Harmonies of #FF8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8320

Black with #FF8320

Text Example


Text Example

White with #FF8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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