#FE8325

Color #FE8325 Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #FE8325

Tints of Pumpkin #FE8325

Color information

#FE8325 (or 0xFE8325) is unknown color: approx Pumpkin. HEX triplet: FE, 83 and 25. RGB value is (254,131,37). Sum of RGB (Red+Green+Blue) = 254+131+37=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8325 is #017CDA. Grayscale: #9D9D9D. Windows color (decimal): -97499 or 2458622. OLE color: 2458622.

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

Color convert

RGB25413137-
CMYK00.480.850.00
HSL25.99º99.09%57.06%-
HSV(B)25.99º85.43%99.61%-
XYZ49.3237.446.38-
YUV157.0660.25197.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.19%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 37 (14.84% from 255) = 8.77%
R=60.19%
G=31.04%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541313700.480.850.0025.9999.0957.06
HexFE83250305501a6339
Octal3762034506012503214371
Binary1111111010000011100101011000010101010110101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8325; }

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

 H1.HeaderClassName
 {
   color: #FE8325;
 }
 .AnyTagClassName
 {
   color: #FE8325;
 }
</style>
background-color css

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

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

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

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

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

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