#FECD9E

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

Shades of Peach-Orange #FECD9E

Tints of Peach-Orange #FECD9E

Color information

#FECD9E (or 0xFECD9E) is unknown color: approx Peach-Orange. HEX triplet: FE, CD and 9E. RGB value is (254,205,158). Sum of RGB (Red+Green+Blue) = 254+205+158=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD9E is #013261. Grayscale: #D6D6D6. Windows color (decimal): -78434 or 10407422. OLE color: 10407422.

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

Color convert

RGB254205158-
CMYK00.190.380.00
HSL29.38º97.96%80.78%-
HSV(B)29.38º37.8%99.61%-
XYZ68.8867.241.69-
YUV214.2996.23156.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 158 (62.11% from 255) = 25.61%
R=41.17%
G=33.23%
B=25.61%

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
Decimal25420515800.190.380.0029.3897.9680.78
HexFECD9E0132601d6251
Octal37631523602346035142121
Binary11111110110011011001111001001110011001110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECD9E; }

 p { color: rgb(254,205,158); }

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

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

 a { background-color: rgb(254,205,158); }

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

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

 span { border-color: rgb(254,205,158); }

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