Html Css Color HEX #FF8325 Pumpkin

📋 copy color: '#FF8325'

red 255 ◦ green 131 ◦ blue 37

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

Shades of Pumpkin #FF8325

Tints of Pumpkin #FF8325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.75%

R = 60.28%
G = 30.97%
B = 8.75%

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

#FF8325 (or 0xFF8325) is known color: Pumpkin. HEX triplet: FF, 83 and 25. RGB value is (255,131,37). Sum of RGB (Red+Green+Blue) = 255+131+37=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8325 is #007CDA. Grayscale: #9D9D9D. Windows color (decimal): -31963 or 2458623. OLE color: 2458623.

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

Color convert

RGB 255 131 37 -
CMYK 0 0.49 0.85 0
HSL 25.87º 1% 0.57% -
HSV(B) 25.87º 0.85% 1% -
XYZ 49.69 37.63 6.39 -
YUV 157.36 60.08 197.64 -
System Red Green Blue C M Y K H S L
Decimal 255 131 37 0 0.49 0.85 0 25.87 1 0.57
Hex FF 83 25 0 31 55 0 1A 64 39
Octal 377 203 45 0 61 125 0 32 144 71
Binary 11111111 10000011 100101 0 110001 1010101 0 11010 1100100 111001

Color Harmonies of #FF8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8325

Black with #FF8325

Text Example


Text Example

White with #FF8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8325; }

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

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

background-color css

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

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

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

border-color css

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

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

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