#FAC597

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

Shades of Peach-Orange #FAC597

Tints of Peach-Orange #FAC597

Color information

#FAC597 (or 0xFAC597) is unknown color: approx Peach-Orange. HEX triplet: FA, C5 and 97. RGB value is (250,197,151). Sum of RGB (Red+Green+Blue) = 250+197+151=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC597 is #053A68. Grayscale: #CFCFCF. Windows color (decimal): -342633 or 9946618. OLE color: 9946618.

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

Color convert

RGB250197151-
CMYK00.210.400.02
HSL27.88º90.83%78.63%-
HSV(B)27.88º39.6%98.04%-
XYZ64.9862.4937.92-
YUV207.696.06158.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 197 (77.34% from 255) = 32.94%
BLUE value IS 151 (59.38% from 255) = 25.25%
R=41.81%
G=32.94%
B=25.25%

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
Decimal25019715100.210.400.0227.8890.8378.63
HexFAC5970152821c5b4f
Octal37230522702550234133117
Binary111110101100010110010111010101101000101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC597; }

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

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

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

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

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

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

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

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