#FE8223

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

Shades of Pumpkin #FE8223

Tints of Pumpkin #FE8223

Color information

#FE8223 (or 0xFE8223) is unknown color: approx Pumpkin. HEX triplet: FE, 82 and 23. RGB value is (254,130,35). Sum of RGB (Red+Green+Blue) = 254+130+35=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8223 is #017DDC. Grayscale: #9C9C9C. Windows color (decimal): -97757 or 2327294. OLE color: 2327294.

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

Color convert

RGB25413035-
CMYK00.490.860.00
HSL26.03º99.1%56.67%-
HSV(B)26.03º86.22%99.61%-
XYZ49.1637.166.17-
YUV156.2559.58197.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.62%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 35 (14.06% from 255) = 8.35%
R=60.62%
G=31.03%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541303500.490.860.0026.0399.156.67
HexFE82230315601a6339
Octal3762024306112603214371
Binary1111111010000010100011011000110101100110101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8223; }

 p { color: rgb(254,130,35); }

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

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

 a { background-color: rgb(254,130,35); }

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

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

 span { border-color: rgb(254,130,35); }

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