#FECE9D

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

Shades of Peach-Orange #FECE9D

Tints of Peach-Orange #FECE9D

Color information

#FECE9D (or 0xFECE9D) is unknown color: approx Peach-Orange. HEX triplet: FE, CE and 9D. RGB value is (254,206,157). Sum of RGB (Red+Green+Blue) = 254+206+157=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE9D is #013162. Grayscale: #D7D7D7. Windows color (decimal): -78179 or 10342142. OLE color: 10342142.

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

Color convert

RGB254206157-
CMYK00.190.380.00
HSL30.31º97.98%80.59%-
HSV(B)30.31º38.19%99.61%-
XYZ69.0367.6541.32-
YUV214.7795.4155.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 157 (61.72% from 255) = 25.45%
R=41.17%
G=33.39%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420615700.190.380.0030.3197.9880.59
HexFECE9D0132601e6251
Octal37631623502346036142121
Binary11111110110011101001110101001110011001111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECE9D; }

 p { color: rgb(254,206,157); }

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

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

 a { background-color: rgb(254,206,157); }

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

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

 span { border-color: rgb(254,206,157); }

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