#FECA9B

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

Shades of Peach-Orange #FECA9B

Tints of Peach-Orange #FECA9B

Color information

#FECA9B (or 0xFECA9B) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 9B. RGB value is (254,202,155). Sum of RGB (Red+Green+Blue) = 254+202+155=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA9B is #013564. Grayscale: #D4D4D4. Windows color (decimal): -79205 or 10210046. OLE color: 10210046.

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

Color convert

RGB254202155-
CMYK00.200.390.00
HSL28.48º98.02%80.2%-
HSV(B)28.48º38.98%99.61%-
XYZ67.9165.6840.11-
YUV212.1995.73157.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=41.57%
G=33.06%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420215500.200.390.0028.4898.0280.2
HexFECA9B0142701c6250
Octal37631223302447034142120
Binary11111110110010101001101101010010011101110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA9B; }

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

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

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

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

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

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

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

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