#FAC891

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

Shades of Peach-Orange #FAC891

Tints of Peach-Orange #FAC891

Color information

#FAC891 (or 0xFAC891) is unknown color: approx Peach-Orange. HEX triplet: FA, C8 and 91. RGB value is (250,200,145). Sum of RGB (Red+Green+Blue) = 250+200+145=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC891 is #05376E. Grayscale: #D0D0D0. Windows color (decimal): -341871 or 9554170. OLE color: 9554170.

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

Color convert

RGB250200145-
CMYK00.20.420.02
HSL31.43º91.3%77.45%-
HSV(B)31.43º42%98.04%-
XYZ65.1963.6835.64-
YUV208.6892.07157.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 145 (57.03% from 255) = 24.37%
R=42.02%
G=33.61%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020014500.20.420.0231.4391.377.45
HexFAC8910142A21f5b4d
Octal37231022102452237133115
Binary111110101100100010010001010100101010101111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC891; }

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

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

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

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

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

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

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

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