#FECA95

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

Shades of Peach-Orange #FECA95

Tints of Peach-Orange #FECA95

Color information

#FECA95 (or 0xFECA95) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 95. RGB value is (254,202,149). Sum of RGB (Red+Green+Blue) = 254+202+149=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA95 is #01356A. Grayscale: #D3D3D3. Windows color (decimal): -79211 or 9816830. OLE color: 9816830.

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

Color convert

RGB254202149-
CMYK00.200.410.00
HSL30.29º98.13%79.02%-
HSV(B)30.29º41.34%99.61%-
XYZ67.4265.4837.52-
YUV211.5192.73158.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=41.98%
G=33.39%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420214900.200.410.0030.2998.1379.02
HexFECA950142901e624f
Octal37631222502451036142117
Binary11111110110010101001010101010010100101111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA95; }

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

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

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

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

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

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

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

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