#FE8428

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

Shades of Pumpkin #FE8428

Tints of Pumpkin #FE8428

Color information

#FE8428 (or 0xFE8428) is unknown color: approx Pumpkin. HEX triplet: FE, 84 and 28. RGB value is (254,132,40). Sum of RGB (Red+Green+Blue) = 254+132+40=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8428 is #017BD7. Grayscale: #9E9E9E. Windows color (decimal): -97240 or 2655486. OLE color: 2655486.

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

Color convert

RGB25413240-
CMYK00.480.840.00
HSL25.79º99.07%57.65%-
HSV(B)25.79º84.25%99.61%-
XYZ49.5137.736.68-
YUV157.9961.42196.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.62%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 40 (16.02% from 255) = 9.39%
R=59.62%
G=30.99%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541324000.480.840.0025.7999.0757.65
HexFE84280305401a633a
Octal3762045006012403214372
Binary1111111010000100101000011000010101000110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8428; }

 p { color: rgb(254,132,40); }

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

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

 a { background-color: rgb(254,132,40); }

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

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

 span { border-color: rgb(254,132,40); }

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