#FAC592

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

Shades of Peach-Orange #FAC592

Tints of Peach-Orange #FAC592

Color information

#FAC592 (or 0xFAC592) is unknown color: approx Peach-Orange. HEX triplet: FA, C5 and 92. RGB value is (250,197,146). Sum of RGB (Red+Green+Blue) = 250+197+146=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC592 is #053A6D. Grayscale: #CFCFCF. Windows color (decimal): -342638 or 9618938. OLE color: 9618938.

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

Color convert

RGB250197146-
CMYK00.210.420.02
HSL29.42º91.23%77.65%-
HSV(B)29.42º41.6%98.04%-
XYZ64.5862.3335.82-
YUV207.0393.56158.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 197 (77.34% from 255) = 33.22%
BLUE value IS 146 (57.42% from 255) = 24.62%
R=42.16%
G=33.22%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019714600.210.420.0229.4291.2377.65
HexFAC5920152A21d5b4e
Octal37230522202552235133116
Binary111110101100010110010010010101101010101110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC592; }

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

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

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

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

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

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

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

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