#feca8c

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

Shades of Peach-Orange #FECA8C

Tints of Peach-Orange #FECA8C

Color information

#FECA8C (or 0xFECA8C) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 8C. RGB value is (254,202,140). Sum of RGB (Red+Green+Blue) = 254+202+140=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA8C is #013573. Grayscale: #D2D2D2. Windows color (decimal): -79220 or 9227006. OLE color: 9227006.

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

Color convert

RGB254202140-
CMYK00.200.450.00
HSL32.63º98.28%77.25%-
HSV(B)32.63º44.88%99.61%-
XYZ66.7365.2133.88-
YUV210.4888.23159.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 140 (55.08% from 255) = 23.49%
R=42.62%
G=33.89%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420214000.200.450.0032.6398.2877.25
HexFECA8C0142D021624d
Octal37631221402455041142115
Binary111111101100101010001100010100101101010000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feca8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feca8c; }

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

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

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

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

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

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

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

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