Html Css Color HEX #FF8322 Pumpkin

📋 copy color: '#FF8322'

red 255 ◦ green 131 ◦ blue 34

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

Shades of Pumpkin #FF8322

Tints of Pumpkin #FF8322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.1%

R = 60.71%
G = 31.19%
B = 8.1%

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

#FF8322 (or 0xFF8322) is known color: Pumpkin. HEX triplet: FF, 83 and 22. RGB value is (255,131,34). Sum of RGB (Red+Green+Blue) = 255+131+34=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8322 is #007CDD. Grayscale: #9D9D9D. Windows color (decimal): -31966 or 2262015. OLE color: 2262015.

HSL color Cylindrical-coordinate representation of color #FF8322: hue angle of 26.33º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF8322 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 131 34 -
CMYK 0 0.49 0.87 0
HSL 26.33º 1% 0.57% -
HSV(B) 26.33º 0.87% 1% -
XYZ 49.65 37.61 6.16 -
YUV 157.02 58.58 197.89 -
System Red Green Blue C M Y K H S L
Decimal 255 131 34 0 0.49 0.87 0 26.33 1 0.57
Hex FF 83 22 0 31 57 0 1A 64 39
Octal 377 203 42 0 61 127 0 32 144 71
Binary 11111111 10000011 100010 0 110001 1010111 0 11010 1100100 111001

Color Harmonies of #FF8322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8322

Black with #FF8322

Text Example


Text Example

White with #FF8322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8322; }

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

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

background-color css

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

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

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

border-color css

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

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

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