#FEC895

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

Shades of Peach-Orange #FEC895

Tints of Peach-Orange #FEC895

Color information

#FEC895 (or 0xFEC895) is unknown color: approx Peach-Orange. HEX triplet: FE, C8 and 95. RGB value is (254,200,149). Sum of RGB (Red+Green+Blue) = 254+200+149=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC895 is #01376A. Grayscale: #D2D2D2. Windows color (decimal): -79723 or 9816318. OLE color: 9816318.

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

Color convert

RGB254200149-
CMYK00.210.410.00
HSL29.14º98.13%79.02%-
HSV(B)29.14º41.34%99.61%-
XYZ66.9564.5537.36-
YUV210.3393.39159.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=42.12%
G=33.17%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420014900.210.410.0029.1498.1379.02
HexFEC8950152901d624f
Octal37631022502551035142117
Binary11111110110010001001010101010110100101110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC895; }

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

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

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

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

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

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

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

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