#FAC697

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

Shades of Peach-Orange #FAC697

Tints of Peach-Orange #FAC697

Color information

#FAC697 (or 0xFAC697) is unknown color: approx Peach-Orange. HEX triplet: FA, C6 and 97. RGB value is (250,198,151). Sum of RGB (Red+Green+Blue) = 250+198+151=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC697 is #053968. Grayscale: #D0D0D0. Windows color (decimal): -342377 or 9946874. OLE color: 9946874.

HSL color Cylindrical-coordinate representation of color #FAC697: hue angle of 28.48º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC697 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250198151-
CMYK00.210.400.02
HSL28.48º90.83%78.63%-
HSV(B)28.48º39.6%98.04%-
XYZ65.262.9537.99-
YUV208.1995.73157.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 198 (77.73% from 255) = 33.06%
BLUE value IS 151 (59.38% from 255) = 25.21%
R=41.74%
G=33.06%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019815100.210.400.0228.4890.8378.63
HexFAC6970152821c5b4f
Octal37230622702550234133117
Binary111110101100011010010111010101101000101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC697; }

 p { color: rgb(250,198,151); }

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

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

 a { background-color: rgb(250,198,151); }

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

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

 span { border-color: rgb(250,198,151); }

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