#FAC894

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

Shades of Peach-Orange #FAC894

Tints of Peach-Orange #FAC894

Color information

#FAC894 (or 0xFAC894) is unknown color: approx Peach-Orange. HEX triplet: FA, C8 and 94. RGB value is (250,200,148). Sum of RGB (Red+Green+Blue) = 250+200+148=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC894 is #05376B. Grayscale: #D1D1D1. Windows color (decimal): -341868 or 9750778. OLE color: 9750778.

HSL color Cylindrical-coordinate representation of color #FAC894: hue angle of 30.59º 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 #FAC894 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250200148-
CMYK00.20.410.02
HSL30.59º91.07%78.04%-
HSV(B)30.59º40.8%98.04%-
XYZ65.4263.7736.88-
YUV209.0293.57157.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 148 (58.20% from 255) = 24.75%
R=41.81%
G=33.44%
B=24.75%

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
Decimal25020014800.20.410.0230.5991.0778.04
HexFAC8940142921f5b4e
Octal37231022402451237133116
Binary111110101100100010010100010100101001101111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC894; }

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

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

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

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

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

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

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

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