#FAC58E

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

Shades of Peach-Orange #FAC58E

Tints of Peach-Orange #FAC58E

Color information

#FAC58E (or 0xFAC58E) is unknown color: approx Peach-Orange. HEX triplet: FA, C5 and 8E. RGB value is (250,197,142). Sum of RGB (Red+Green+Blue) = 250+197+142=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC58E is #053A71. Grayscale: #CECECE. Windows color (decimal): -342642 or 9356794. OLE color: 9356794.

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

Color convert

RGB250197142-
CMYK00.210.430.02
HSL30.56º91.53%76.86%-
HSV(B)30.56º43.2%98.04%-
XYZ64.2762.2134.21-
YUV206.5891.56158.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=42.44%
G=33.45%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019714200.210.430.0230.5691.5376.86
HexFAC58E0152B21f5c4d
Octal37230521602553237134115
Binary111110101100010110001110010101101011101111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC58E; }

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

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

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

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

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

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

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

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