Html Css Color HEX #FF8328 Pumpkin

📋 copy color: '#FF8328'

red 255 ◦ green 131 ◦ blue 40

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

Shades of Pumpkin #FF8328

Tints of Pumpkin #FF8328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.39%

R = 59.86%
G = 30.75%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF8328 (or 0xFF8328) is known color: Pumpkin. HEX triplet: FF, 83 and 28. RGB value is (255,131,40). Sum of RGB (Red+Green+Blue) = 255+131+40=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8328 is #007CD7. Grayscale: #9E9E9E. Windows color (decimal): -31960 or 2655231. OLE color: 2655231.

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

Color convert

RGB 255 131 40 -
CMYK 0 0.49 0.84 0
HSL 25.4º 1% 0.58% -
HSV(B) 25.4º 0.84% 1% -
XYZ 49.74 37.65 6.65 -
YUV 157.7 61.58 197.4 -
System Red Green Blue C M Y K H S L
Decimal 255 131 40 0 0.49 0.84 0 25.4 1 0.58
Hex FF 83 28 0 31 54 0 19 64 3A
Octal 377 203 50 0 61 124 0 31 144 72
Binary 11111111 10000011 101000 0 110001 1010100 0 11001 1100100 111010

Color Harmonies of #FF8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8328

Black with #FF8328

Text Example


Text Example

White with #FF8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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