#FDC89A

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

Shades of Peach-Orange #FDC89A

Tints of Peach-Orange #FDC89A

Color information

#FDC89A (or 0xFDC89A) is unknown color: approx Peach-Orange. HEX triplet: FD, C8 and 9A. RGB value is (253,200,154). Sum of RGB (Red+Green+Blue) = 253+200+154=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC89A is #023765. Grayscale: #D2D2D2. Windows color (decimal): -145254 or 10143997. OLE color: 10143997.

HSL color Cylindrical-coordinate representation of color #FDC89A: hue angle of 27.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDC89A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB253200154-
CMYK00.210.390.01
HSL27.88º96.12%79.8%-
HSV(B)27.88º39.13%99.22%-
XYZ6764.5239.5-
YUV210.696.06158.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 200 (78.52% from 255) = 32.95%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=41.68%
G=32.95%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320015400.210.390.0127.8896.1279.8
HexFDC89A0152711c6050
Octal37531023202547134140120
Binary11111101110010001001101001010110011111110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC89A; }

 p { color: rgb(253,200,154); }

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

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

 a { background-color: rgb(253,200,154); }

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

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

 span { border-color: rgb(253,200,154); }

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