#FEC891

Color #FEC891 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FEC891

Tints of Peach-Orange #FEC891

Color information

#FEC891 (or 0xFEC891) is unknown color: approx Peach-Orange. HEX triplet: FE, C8 and 91. RGB value is (254,200,145). Sum of RGB (Red+Green+Blue) = 254+200+145=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC891 is #01376E. Grayscale: #D2D2D2. Windows color (decimal): -79727 or 9554174. OLE color: 9554174.

HSL color Cylindrical-coordinate representation of color #FEC891: hue angle of 30.28º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEC891 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254200145-
CMYK00.210.430.00
HSL30.28º98.2%78.24%-
HSV(B)30.28º42.91%99.61%-
XYZ66.6464.4235.71-
YUV209.8891.39159.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 145 (57.03% from 255) = 24.21%
R=42.40%
G=33.39%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420014500.210.430.0030.2898.278.24
HexFEC8910152B01e624e
Octal37631022102553036142116
Binary11111110110010001001000101010110101101111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC891; }

 p { color: rgb(254,200,145); }

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

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

 a { background-color: rgb(254,200,145); }

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

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

 span { border-color: rgb(254,200,145); }

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