Html Css Color HEX #FF8327 Pumpkin

📋 copy color: '#FF8327'

red 255 ◦ green 131 ◦ blue 39

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

Shades of Pumpkin #FF8327

Tints of Pumpkin #FF8327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.18%

R = 60%
G = 30.82%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF8327 (or 0xFF8327) is known color: Pumpkin. HEX triplet: FF, 83 and 27. RGB value is (255,131,39). Sum of RGB (Red+Green+Blue) = 255+131+39=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8327 is #007CD8. Grayscale: #9E9E9E. Windows color (decimal): -31961 or 2589695. OLE color: 2589695.

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

Color convert

RGB 255 131 39 -
CMYK 0 0.49 0.85 0
HSL 25.56º 1% 0.58% -
HSV(B) 25.56º 0.85% 1% -
XYZ 49.72 37.64 6.56 -
YUV 157.59 61.08 197.48 -
System Red Green Blue C M Y K H S L
Decimal 255 131 39 0 0.49 0.85 0 25.56 1 0.58
Hex FF 83 27 0 31 55 0 1A 64 3A
Octal 377 203 47 0 61 125 0 32 144 72
Binary 11111111 10000011 100111 0 110001 1010101 0 11010 1100100 111010

Color Harmonies of #FF8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8327

Black with #FF8327

Text Example


Text Example

White with #FF8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8327; }

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

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

background-color css

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

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

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

border-color css

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

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

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