#FE7223

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

Shades of Pumpkin #FE7223

Tints of Pumpkin #FE7223

Color information

#FE7223 (or 0xFE7223) is unknown color: approx Pumpkin. HEX triplet: FE, 72 and 23. RGB value is (254,114,35). Sum of RGB (Red+Green+Blue) = 254+114+35=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7223 is #018DDC. Grayscale: #939393. Windows color (decimal): -101853 or 2323198. OLE color: 2323198.

HSL color Cylindrical-coordinate representation of color #FE7223: hue angle of 21.64º 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 #FE7223 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.00.

Color convert

RGB25411435-
CMYK00.550.860.00
HSL21.64º99.1%56.67%-
HSV(B)21.64º86.22%99.61%-
XYZ47.1933.235.52-
YUV146.8564.88204.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 63.03%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 35 (14.06% from 255) = 8.68%
R=63.03%
G=28.29%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541143500.550.860.0021.6499.156.67
HexFE7223037560166339
Octal3761624306712602614371
Binary111111101110010100011011011110101100101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7223; }

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

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

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

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

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

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

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

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