#FECA8D

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

Shades of Peach-Orange #FECA8D

Tints of Peach-Orange #FECA8D

Color information

#FECA8D (or 0xFECA8D) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 8D. RGB value is (254,202,141). Sum of RGB (Red+Green+Blue) = 254+202+141=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA8D is #013572. Grayscale: #D2D2D2. Windows color (decimal): -79219 or 9292542. OLE color: 9292542.

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

Color convert

RGB254202141-
CMYK00.200.440.00
HSL32.39º98.26%77.45%-
HSV(B)32.39º44.49%99.61%-
XYZ66.865.2334.27-
YUV210.5988.73158.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 141 (55.47% from 255) = 23.62%
R=42.55%
G=33.84%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420214100.200.440.0032.3998.2677.45
HexFECA8D0142C020624d
Octal37631221502454040142115
Binary111111101100101010001101010100101100010000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA8D; }

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

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

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

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

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

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

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

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