#FE7309

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

Shades of Pumpkin #FE7309

Tints of Pumpkin #FE7309

Color information

#FE7309 (or 0xFE7309) is unknown color: approx Pumpkin. HEX triplet: FE, 73 and 09. RGB value is (254,115,9). Sum of RGB (Red+Green+Blue) = 254+115+9=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7309 is #018CF6. Grayscale: #919191. Windows color (decimal): -101623 or 619518. OLE color: 619518.

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

Color convert

RGB2541159-
CMYK00.550.960.00
HSL25.96º99.19%51.57%-
HSV(B)25.96º96.46%99.61%-
XYZ47.0533.354.22-
YUV144.4851.55206.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.20%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 9 (3.91% from 255) = 2.38%
R=67.20%
G=30.42%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254115900.550.960.0025.9699.1951.57
HexFE7390376001a6334
Octal3761631106714003214364
Binary1111111011100111001011011111000000110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7309; }

 p { color: rgb(254,115,9); }

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

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

 a { background-color: rgb(254,115,9); }

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

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

 span { border-color: rgb(254,115,9); }

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