#FAC893

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

Shades of Peach-Orange #FAC893

Tints of Peach-Orange #FAC893

Color information

#FAC893 (or 0xFAC893) is unknown color: approx Peach-Orange. HEX triplet: FA, C8 and 93. RGB value is (250,200,147). Sum of RGB (Red+Green+Blue) = 250+200+147=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC893 is #05376C. Grayscale: #D1D1D1. Windows color (decimal): -341869 or 9685242. OLE color: 9685242.

HSL color Cylindrical-coordinate representation of color #FAC893: hue angle of 30.87º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAC893 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250200147-
CMYK00.20.410.02
HSL30.87º91.15%77.84%-
HSV(B)30.87º41.2%98.04%-
XYZ65.3563.7436.46-
YUV208.9193.07157.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 200 (78.52% from 255) = 33.50%
BLUE value IS 147 (57.81% from 255) = 24.62%
R=41.88%
G=33.50%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020014700.20.410.0230.8791.1577.84
HexFAC8930142921f5b4e
Octal37231022302451237133116
Binary111110101100100010010011010100101001101111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC893; }

 p { color: rgb(250,200,147); }

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

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

 a { background-color: rgb(250,200,147); }

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

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

 span { border-color: rgb(250,200,147); }

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