#FECA9D

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

Shades of Peach-Orange #FECA9D

Tints of Peach-Orange #FECA9D

Color information

#FECA9D (or 0xFECA9D) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 9D. RGB value is (254,202,157). Sum of RGB (Red+Green+Blue) = 254+202+157=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA9D is #013562. Grayscale: #D4D4D4. Windows color (decimal): -79203 or 10341118. OLE color: 10341118.

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

Color convert

RGB254202157-
CMYK00.200.380.00
HSL27.84º97.98%80.59%-
HSV(B)27.84º38.19%99.61%-
XYZ68.0865.7541-
YUV212.4296.73157.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 157 (61.72% from 255) = 25.61%
R=41.44%
G=32.95%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420215700.200.380.0027.8497.9880.59
HexFECA9D0142601c6251
Octal37631223502446034142121
Binary11111110110010101001110101010010011001110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA9D; }

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

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

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

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

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

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

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

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