#FAC58C

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

Shades of Peach-Orange #FAC58C

Tints of Peach-Orange #FAC58C

Color information

#FAC58C (or 0xFAC58C) is unknown color: approx Peach-Orange. HEX triplet: FA, C5 and 8C. RGB value is (250,197,140). Sum of RGB (Red+Green+Blue) = 250+197+140=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC58C is #053A73. Grayscale: #CECECE. Windows color (decimal): -342644 or 9225722. OLE color: 9225722.

HSL color Cylindrical-coordinate representation of color #FAC58C: hue angle of 31.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC58C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250197140-
CMYK00.210.440.02
HSL31.09º91.67%76.47%-
HSV(B)31.09º44%98.04%-
XYZ64.1262.1533.43-
YUV206.3590.56159.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 140 (55.08% from 255) = 23.85%
R=42.59%
G=33.56%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019714000.210.440.0231.0991.6776.47
HexFAC58C0152C21f5c4c
Octal37230521402554237134114
Binary111110101100010110001100010101101100101111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC58C; }

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

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

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

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

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

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

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

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